til
TIL: Caddy
I used to use Nginx to proxy requests and set up SSL. It's not super hard, but the config is a screenfull. Enter Caddy. Install it. Put the following in /etc/caddy/Caddyfile: DOMAIN.NAME { reverse_proxy localhost:8000 } Restart the systemd service. And voila, you have an