Hacker News new | ask | show | jobs
by OkGoDoIt 2743 days ago
I think you're asking how to make the public URL shares accessible only with a password, in which case could just use basic password auth on your web server. Something like https://www.digitalocean.com/community/tutorials/how-to-set-... for Linux or https://docs.microsoft.com/en-us/iis/configuration/system.we... for Windows.
1 comments

Hello, I appreciate the reply but I was looking to replace my OpenVPN solution which allows me to visit websites that aren't publicly accessible. Going the htpass route would require opening up each individual service to the Internet and then mapping the internal ports to a unique external port (as they all listen on port 80)