So, just as the title says, I wanna know if anyone here uses a proxy as a way to access a private network instead of a VPN.
In my server i just use nginx to reverse proxy through different webapps, and now the time has arrived for nextcloud, now I’m thinking that I’d rather have such services more isolated from the wider web, and I like the simplicity of a proxy login. Though I am skeptical of the user/password model for proxying into a server. Afaik all proxy server logins work within that framework.
So, does anyone do this??
Edit: I know I can find a config wherever in the web, the post is more about experiences or thoughts about using a proxy instead of the common recommendation of a VPN. Thats all. :)


i think nginx has an oauth_module which would allow you to use something like keycloak, if you want more than basic auth.
for apache mod_auth_openidc exists.
setting up an oauth-provider is not exactly trivial, but well documented and could be worth it if your other services offer oauth2-support or don’t feature a login at all.