Comment on Access control for selfhosted services via VPS?
mhzawadi@lemmy.horwood.cloud 10 months ago
I would move the SSL to your VPS, make that your nginx entry point.
Then use virtual servers in nginx to listen on the wiregiard nic for local stuff and it’s public IP for internet accessible stuff, you could also add in some Auth service for things without MFA.
qjkxbmwvz@lemmy.sdf.org 10 months ago
So in order to access from local network (useful for e.g. photo uploading as it is way faster) would you just handle SSL locally too? So, SSL on VPS+SSL on local server (with only one being used per client of course)?
mhzawadi@lemmy.horwood.cloud 10 months ago
You could, that would keep home stuff at home