Skip to content

Commit

Permalink
docker/proxy: set global email
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikvtcodes committed Dec 23, 2023
1 parent ba214a9 commit 35e5cbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/proxy/Caddyfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
# email {env.ACME_EMAIL}
email {env.ACME_EMAIL}
# acme_dns cloudflare {env.CF_API_TOKEN}
# Use LetsEncrypt server
acme_ca https://acme-v02.api.letsencrypt.org/directory
Expand All @@ -10,7 +10,7 @@ servers {
}

# Authentik
auth.{env.ROOT_DOMAIN} {
auth.{$ROOT_DOMAIN} {
reverse_proxy auth:5080
tls {
dns cloudflare {env.CF_API_TOKEN}
Expand Down

0 comments on commit 35e5cbc

Please sign in to comment.