use env variable for Caddyfile email

This commit is contained in:
Mika Bomm 2024-07-24 19:38:03 +02:00
parent 5c8cf7668b
commit 313783cf88
2 changed files with 2 additions and 1 deletions

View file

@ -1,2 +1,3 @@
PORKBUN_API_KEY=
PORKBUN_API_SECRET_KEY=
CADDY_ACME_EMAIL=

View file

@ -3,7 +3,7 @@
http_port 81
https_port 444
# readd later already rate limited :(
email mika.bomm@outlook.com
email ${CADDY_ACME_EMAIL}
#acme_ca https://acme-staging-v02.api.letsencrypt.org/directory
acme_dns porkbun {
api_key {$PORKBUN_API_KEY} # dont hardcode this please