caddy: 8085/8443 + systemd 80/443 proxies; drop --resume

This commit is contained in:
Hernâni Marques 2026-07-10 12:58:00 +02:00
parent 9cfdeab4d3
commit eff16b75ab
No known key found for this signature in database
12 changed files with 82 additions and 2 deletions

View file

@ -0,0 +1,11 @@
[Unit]
Description=Forward incoming HTTPS :443 to Caddy on 127.0.0.1:9001
[Socket]
ListenStream=0.0.0.0:443
ListenStream=[::]:443
BindIPv6Only=yes
Service=https-proxy@9001.service
[Install]
WantedBy=sockets.target