Comment on Jellyfin, Traefik and Tailscale Config Question
NuXCOM_90Percent@lemmy.zip 5 days agoWait… if you JUST want your domain to point to the tailscale IP and to only work when the client is on the tailnet, this is… super duper easy?
Just install tailscale. Go to your dashboard, and get the IP. And point your domain at that. No tunnels or reverse proxies needed.
filister@lemmy.world 5 days ago
The problem is that I have a couple of services listening on different ports and I want to use the reverse proxy to listen to incoming requests and route the traffic to the corresponding ports. I also want to issue SSL certificates and serve the traffic over TCP port 443.
NuXCOM_90Percent@lemmy.zip 5 days ago
Presumably most of those services on the same physical host are running in containers? So just add tailscale as a sidecar to that. The official tailscale youtube has tutorials on that.