From 24e0aeb8165a5ea392fe55db9b2e124e4573e64a Mon Sep 17 00:00:00 2001 From: Ammar Hussein Date: Mon, 1 Dec 2025 20:25:31 -0800 Subject: [PATCH] disable traefik dashboard --- traefik.resisttechmonopolies.online.env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/traefik.resisttechmonopolies.online.env b/traefik.resisttechmonopolies.online.env index be77188..14ef6e6 100644 --- a/traefik.resisttechmonopolies.online.env +++ b/traefik.resisttechmonopolies.online.env @@ -1,4 +1,4 @@ -TYPE=traefik +TYPE=traefik:3.7.0+v3.6.2 TIMEOUT=300 ENABLE_AUTO_UPDATE=true ENABLE_BACKUPS=true @@ -6,7 +6,7 @@ ENABLE_BACKUPS=true DOMAIN=traefik.resisttechmonopolies.online LETS_ENCRYPT_ENV=production LETS_ENCRYPT_EMAIL=linnealovespie@proton.me -# DASHBOARD_ENABLED=true +DASHBOARD_ENABLED=false # WARN, INFO etc. LOG_LEVEL=WARN @@ -145,4 +145,4 @@ FILE_PROVIDER_DIRECTORY_ENABLED=1 ## "Web alt", an alternative web port # NOTE(3wc): as of 2024-04-01 only the `icecast` recipe uses this #COMPOSE_FILE="$COMPOSE_FILE:compose.web-alt.yml" -#WEB_ALT_ENABLED=1 +#WEB_ALT_ENABLED=1 \ No newline at end of file