From dc34dff34a4279e1e2c984ba4b9276ff4f3247ca Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Thu, 6 Feb 2025 14:26:23 -0500 Subject: [PATCH] Fix LETS_ENCRYPT_EMAIL, enable dashboard --- .../traefik.fediflying.coopcloud.tech.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fediflying.coopcloud.tech/traefik.fediflying.coopcloud.tech.env b/fediflying.coopcloud.tech/traefik.fediflying.coopcloud.tech.env index f6f3824..8c5e8c2 100644 --- a/fediflying.coopcloud.tech/traefik.fediflying.coopcloud.tech.env +++ b/fediflying.coopcloud.tech/traefik.fediflying.coopcloud.tech.env @@ -5,8 +5,8 @@ ENABLE_AUTO_UPDATE=true DOMAIN=traefik.fediflying.coopcloud.tech LETS_ENCRYPT_ENV=production -LETS_ENCRYPT_EMAIL=certs@example.com -# DASHBOARD_ENABLED=true +LETS_ENCRYPT_EMAIL=certs@coopcloud.tech +DASHBOARD_ENABLED=true # WARN, INFO etc. LOG_LEVEL=WARN