fix Caddyfile and fix environment variable

This commit is contained in:
Mika Bomm 2024-07-29 18:21:47 +02:00
parent 3a544c53f5
commit c29bc2bba6

View file

@ -4,7 +4,7 @@
http_port 81
https_port 444
email ${CADDY_ACME_EMAIL}
email {$CADDY_ACME_EMAIL}
acme_dns porkbun {
api_key {$PORKBUN_API_KEY}
api_secret_key {$PORKBUN_API_SECRET_KEY}