Comment on what's the simple way to map services to subdomains instead of specifying the port number?

algernon@lemmy.ml ⁨3⁩ ⁨days⁩ ago

If all your services support binding to a unix socket, I’d bind them to /run/<servicename>.sock or similar, and set up a reverse proxy that hits /run/$servicename.sock when serving $servicename.devicename.lan. If the service can’t bind to a unix socket, you can probably socat it or similar, and keep using the generic reverse proxy. Then, all your router has to do is route port 80 to your Debian machine.

original
Sort:hotnewtop