Caddy is awesome! I originally went for nginx proxy manager to manage my certs as it has a GUI. However, despite being text based, Caddy is so even easier to configure…
email myemail@mydomain.net
}
jellyfin.mydomain.net {
reverse_proxy 192.168.0.1:8096
}```
That's all there is to it. Caddy does the heavy lifting.
Caddy is awesome! I originally went for nginx proxy manager to manage my certs as it has a GUI. However, despite being text based, Caddy is so even easier to configure…