Currently my home server runs a few services that have a web UI. I currently access them by typing in the IP address and port number, but it’s now starting to get annoying to remember the ports.

What’s the best way to handle this?

I’ve thought of two solutions:

  1. I’m running a local DNS server, so I probably would be able to make CNAMEs from something like adguard.server.local to the IP, and do a reverse proxy with something like Caddy
  2. Maybe there’s some unified dashboard app that is a reverse proxy with some simple frontend where I can just navigate to server.local and click a button to choose which specific service I want to see?

What are your opinions on this?

    • oats
      link
      fedilink
      English
      -210 months ago

      I don’t know why people keep suggesting reverse proxy when this is what OP is looking for.

      • @[email protected]
        link
        fedilink
        English
        210 months ago

        OP listed two solutions they were considering, one of which explicitly mentioned using a reverse proxy. The other mentioned using a “dashboard app”. Commenters have given useful advice regarding both.

      • @[email protected]OP
        link
        fedilink
        English
        110 months ago

        I might do both for easier finding of the URL, but still being able to remember it and access the apps by a URL if I ever need it