Hi all. Noob question/s here. I want to be able to access my Immich server (docker) externally and maybe set up some others (e.g. Mealio). My understanding is that I need (should) use NGINX reverse proxy for this. My questions are:
-
Do I need to set up NGINX on a VPS (or similar cloud based server) to send the queries to my home box?
-
Do I need to purchase a domain (randomblahblah.xyz) to use as the main access route from outside my house?
Thanks a lot.
Replying to my own comment to say thanks again for all the tips and advice. I got it all sorted with Tailscale. The final piece of the puzzle!
Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I’ve seen in this thread:
Fewer Letters More Letters DNS Domain Name Service/System HTTP Hypertext Transfer Protocol, the Web HTTPS HTTP over SSL IP Internet Protocol Plex Brand of media server package SSL Secure Sockets Layer, for transparent encryption VPS Virtual Private Server (opposed to shared hosting)
7 acronyms in this thread; the most compressed thread commented on today has 3 acronyms.
[Thread #86 for this sub, first seen 28th Aug 2023, 12:15] [FAQ] [Full list] [Contact] [Source code]
- No, the reverse proxy should be running in your home network and redirects queries it gets on the usual http(s) ports to your applications.
- No, you just need a DynDNS service which provides you with a basic domain like myfancyserver.dyndnsprovider.com.
Thanks. I’m still a bit confused about the domain stuff, but I’m looking into it.