orhtej2@eviltoast.org to Programmer Humor@programming.devEnglish · 5 days agoNever!eviltoast.orgimagemessage-square115linkfedilinkarrow-up11.31Karrow-down13
arrow-up11.31Karrow-down1imageNever!eviltoast.orgorhtej2@eviltoast.org to Programmer Humor@programming.devEnglish · 5 days agomessage-square115linkfedilink
minus-squareCrayonDevourer@lemmy.worldlinkfedilinkarrow-up3·3 days agoJust do Caddy instead of nginx/cerbot all that garbage. Caddy just simply handles it all for you: Subdomains, wildcard certs, authentication, ssl My whole caddy config file is like 6 lines; something like @mydomain.com { ipaddress:port path:/ } And you can do all sorts of plugins that make it compatible with fail2ban, etc. I hear Traefik is pretty easy to set up too.
Just do Caddy instead of nginx/cerbot all that garbage. Caddy just simply handles it all for you: Subdomains, wildcard certs, authentication, ssl
My whole caddy config file is like 6 lines; something like
@mydomain.com {
ipaddress:port
path:/
}
And you can do all sorts of plugins that make it compatible with fail2ban, etc.
I hear Traefik is pretty easy to set up too.