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:

  1. Do I need to set up NGINX on a VPS (or similar cloud based server) to send the queries to my home box?

  2. Do I need to purchase a domain (randomblahblah.xyz) to use as the main access route from outside my house?

Thanks a lot.

  • Dataprolet
    link
    fedilink
    English
    31 year ago
    1. 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.
    2. No, you just need a DynDNS service which provides you with a basic domain like myfancyserver.dyndnsprovider.com.
      • @fiddlestixOP
        link
        English
        11 year ago

        Thanks. Annoyingly, perhaps, I’ve just signed up for a year of NextDNS.

    • @fiddlestixOP
      link
      English
      21 year ago

      Thanks. I’m still a bit confused about the domain stuff, but I’m looking into it.