How to use WireGuard for that? (Noob here)
Comment on Looking for a reverse proxy to put any service behind a login for external access.
UltraBlack@lemmy.world 7 months ago
caddy can do that with basicauth
: caddyserver.com/docs/caddyfile/…/basicauth
nginx can 100% do that because it has plugins for everything
apache can probably do something like that
most reverse proxies have SSO tooling that you can set up pretty easily
Teng@lemmy.ml 7 months ago
UltraBlack@lemmy.world 7 months ago
WireGuard
try wg-easy. it’s on the docker hub and it makes setting up a wireguard tunnel incredibly easy (as in, press the add button). The initial docker configuration process was a bit annoying to me since I had no prior experience, but most of the issues were down to the dns settings, which I eventually figured out.
emax_gomax@lemmy.world 7 months ago
If you want a richer login authelia + caddy is good.
CatTrickery@lemmy.world 7 months ago
Ooh that Authelia looks pretty much ideal. I’ll give it a try and see how well it works.