Comment on Tailscale difficulties
Gonzako@lemmy.world 1 week ago
Hey, if you’re just looking for a reverse proxy my recommendation is Caddy. Give it port 443 and 80 and it’ll reverse proxy you to wherever you want depending of the subdomain/port
Comment on Tailscale difficulties
Gonzako@lemmy.world 1 week ago
Hey, if you’re just looking for a reverse proxy my recommendation is Caddy. Give it port 443 and 80 and it’ll reverse proxy you to wherever you want depending of the subdomain/port
WbrJr@lemmy.ml 1 week ago
Caddy is nice and super simple. Only issue I had was: it can’t control domains if its behind a VPN. I use hetzner and they have an API, but the feature is not native to caddy so I would have had to rebuild caddy as an docker image. Rather annoying tbh, because everything else is great about it