Elektrine lite

← Feed

@algernon@lemmy.ml

Post #3927154

2026-07-12 00:22 UTC

If all your services support binding to a unix socket, I’d bind them to /run/.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.

Replies (1)