Comment on Human-readable forwarding addresses for ports on Synology NAS?
MentalEdge@sopuli.xyz 3 days ago
What the other guy said.
What you do is set up a reverse proxy, which you can then configure forward to either certain subdomains or subpaths to the relevant ports.
Subdomains look like jellyfin.domain.com while subpaths look like domain.com/jellyfin. Generally the former is preferred, because the latter often requires that the service you are running allow you to configure the subpath you’re using.
Subdomains in turn require separate SSL certificates for each one.
umbra@slrpnk.net 2 days ago
You can also have SSL internal only domains without self signed certificates with something like acme.sh doing the DNS-01 challenge. It requires a domain registrar with an API but you be able to get the certificate and serve it with your reverse proxy so no need to manage your self signed certs on every device.
You can also get a wildcard cert so you dont need to force a reissue every time you set up a new service