+1 for caddy, I’ve been using it in my homelab for years and the configuration is just trivial
Comment on How to reach different services via name instead of ip?
LievitoPadre@feddit.it 3 days ago
You need a thing called reverse proxy. There are many available.
Some suggested nginx, I recommend to give a try to caddy. It’s easier than nginx and includes the certificate management as well.
pipe01@programming.dev 3 days ago
LastYearsIrritant@sopuli.xyz 3 days ago
NPM, Nginx Proxy Manager also has a UI and certificate management.
hamsda@feddit.org 3 days ago
Currently using nginx-proxy-manager for exactly this purpose. Nice and easy-to-use UI, including automatic LetsEncrypt ssl certificates :)
Cerothen@lemmy.ca 3 days ago
I would consider zoraxy.
github.com/tobychui/zoraxy
Single go binary, works on Windows natively if you need that and somewhat more feature rich than npm (if your not custom writing configs)