hi all!
I’m going to be building a machine for self-hosting soon and I’m trying to work out how the various apps will be accessed. I have my own domain and ideally I’d be able to start up an app from a docker image, assign it a custom domain, and then access the app through the custom domain with an https connection. I’m also curious about optionally setting a single shared password for granting access.
Perhaps nginx is sufficient for this? I’m not too familiar with nginx. I’ve also come across zerotier and tailscale, though I’m not certain that those are the right fit.
Just looking to be pointed in the right direction thanks!!