Comment on Help needed: Selfhosted website only reachable through http, not https
mfed1122@discuss.tchncs.de 3 days agoYup caddy is what I use and I personally found it at least 3 times easier than nginx for my admittedly humble purposes.
Comment on Help needed: Selfhosted website only reachable through http, not https
mfed1122@discuss.tchncs.de 3 days agoYup caddy is what I use and I personally found it at least 3 times easier than nginx for my admittedly humble purposes.
elvith@feddit.org 3 days ago
Tip:
For my cloud vps with Caddy and several containers I just pointed Caddy at a simple Caddyfile
/opt/caddy/Caddyfilethat globally sets up some basic things (like tls config for Let’s encrypt with email address and such) followed byimport sites-enabled/*So every container gets a Caddyfile in
/opt/caddy/sites-available/app.caddyfile(or wherever) and that one gets just linked to/opt/caddy/sites-enabled/.Now it’s easy to change the config of an app and only that one app.