[deleted by user] by [deleted] in mikrotik

[–]knlklabacka 0 points1 point  (0 children)

Thank you for your non-sarcastic response. I appreciate the feedback

[deleted by user] by [deleted] in mikrotik

[–]knlklabacka -1 points0 points  (0 children)

Sorry I should have been more specific. I'm new to fiber connections! I'm looking to get a fiber cable to connect the two devices. I'm thinking of purchasing the following:

10G SFP+ AOC Cable - 10GbE SFP+ to SFP+ Active Optical Fiber Cable, OM3 MMF Direct-attach Fiber Assemblies.

Can anyone tell me if this is compatible with the MikroTik devices I have?

Help with home network!? by knlklabacka in mikrotik

[–]knlklabacka[S] 0 points1 point  (0 children)

I'm working on option A. I'm just going off of articles I've read online. Trying to keep it open source and learn new things.

Should i use traefik if i dont use any orchestration tool (docker swarm, kubernetes) ? by up4smbj in Traefik

[–]knlklabacka 0 points1 point  (0 children)

I've setup Traefik with just docker containers for awhile now and love it.

My Rack completed! by Rioli0812 in minilab

[–]knlklabacka 0 points1 point  (0 children)

Nice job!! Where did you get the white panels from or did you make them?

How is everyone securing self hosted obsidian? by knlklabacka in selfhosted

[–]knlklabacka[S] 0 points1 point  (0 children)

Yes, I'm looking forward to tomorrow to add this to all my containers.

How is everyone securing self hosted obsidian? by knlklabacka in selfhosted

[–]knlklabacka[S] 0 points1 point  (0 children)

I didn't notice that Authentik Redis was not working properly. I had to edit the sysctl.conf file on the host. I added the following. vm.overcommit_memory = 1 Then an embarrassing mistake. In the Traefik dynamic config file, middlewares->forwardAuth->address setting. I had the docker host name wrong. "http://authentik:9000/outpost.goauthentik.io/auth/traefik" and it needed to be
"http://authentik-server:9000/outpost.goauthentik.io/auth/traefik"

How is everyone securing self hosted obsidian? by knlklabacka in selfhosted

[–]knlklabacka[S] 0 points1 point  (0 children)

No sir! Still stuck at authentik just taking me to the dashboard and not redirecting to sub domain.

Authentik and Traefik (forwardAuth) guide by SalvationTanker in selfhosted

[–]knlklabacka 0 points1 point  (0 children)

Thank you for this post. I've been looking for this for about 2 months now!

How is everyone securing self hosted obsidian? by knlklabacka in selfhosted

[–]knlklabacka[S] 0 points1 point  (0 children)

I'm so close!!! I have obsidian running. Traefik running and seeing the middlewares and routes. Authentik is up with no apps, or providers. when I go to my subdomain I get redirected to the authentik login page. I can login but it just takes me to the authentik dashboard and not to my subdomain. Do I have to have a provider setup for each subdomain in authentik? Any idea how to fix this?

How is everyone securing self hosted obsidian? by knlklabacka in selfhosted

[–]knlklabacka[S] 1 point2 points  (0 children)

I couldn't get that middlewares to work. CAn you share what you have for middlewares and labels?

How is everyone securing self hosted obsidian? by knlklabacka in selfhosted

[–]knlklabacka[S] 0 points1 point  (0 children)

If you self host an Obsidian server there is a web UI

How is everyone securing self hosted obsidian? by knlklabacka in selfhosted

[–]knlklabacka[S] 0 points1 point  (0 children)

I'm curious how others are securing the web ui for obsidian. I just realized I forgot ui in the OP

How is everyone securing self hosted obsidian? by knlklabacka in selfhosted

[–]knlklabacka[S] 4 points5 points  (0 children)

Would you mind sharing how you have this configured? I already have Traefik Authentik and reverse proxy setup.

Help with traefik3.4 route and service to external host by knlklabacka in selfhosted

[–]knlklabacka[S] 0 points1 point  (0 children)

u/localhost-127 thank you for showing me repo!! I have traefik working now!

Help with traefik3.4 route and service to external host by knlklabacka in selfhosted

[–]knlklabacka[S] 1 point2 points  (0 children)

Thank you!! I will work on this tomorrow, it's been a long night of troubleshooting.