Comment on How to reach different services via name instead of ip?

CameronDev@programming.dev ⁨1⁩ ⁨week⁩ ago

Nginx proxy manager can help you with all of that.

basically want a domain name that you can use to subdomain each service off.

E.g: service1.auth.local -> proxies your first service (192.168.1.111:4567) Https:/service2.auth.local -> proxies to the second (192.168.1.123:9876) And so on.

If you purchase an actual domain name, you can get letencrypt certs via nginx proxy manager, and it all works very smoothly.

source
Sort:hotnewtop