From 8cc55958b44e3de5cc44a1932ae42d1c8da20435 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 22 Feb 2024 15:16:48 +0000 Subject: [PATCH] Removed HTTPAUTH from autodiscover cause it was preventing thunderbird from finding autoconfig file --- lib/autodiscover.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/autodiscover.sh b/lib/autodiscover.sh index fbad407..0d99f79 100644 --- a/lib/autodiscover.sh +++ b/lib/autodiscover.sh @@ -13,7 +13,7 @@ config_autodiscover() { mkdir -p /federated/apps/autodiscover fi - TRAEFIK_HTTPAUTH_STRING_AUTODISCOVER=$(echo `htpasswd -nb admin@$DOMAIN $ADMINPASS` | sed -e s/\\$/\\$\\$/g) +# TRAEFIK_HTTPAUTH_STRING_AUTODISCOVER=$(echo `htpasswd -nb admin@$DOMAIN $ADMINPASS` | sed -e s/\\$/\\$\\$/g) cat > /federated/apps/autodiscover/docker-compose.yml <