Revert "helm chart - allow to add additional trusted domain"

This commit is contained in:
Simon L
2024-02-01 13:23:33 +01:00
committed by GitHub
parent 59d5f839b0
commit 533b8785b1
7 changed files with 2 additions and 28 deletions

View File

@@ -14,7 +14,6 @@
}
}
https://{$ADDITIONAL_TRUSTED_DOMAIN}:443,
{$PROTOCOL}://{$NC_DOMAIN}:{$APACHE_PORT} {
# Collabora

View File

@@ -51,12 +51,6 @@ else
fi
echo "$CADDYFILE" > /tmp/Caddyfile
# Remove additional domain if not given
if [ -z "$ADDITIONAL_TRUSTED_DOMAIN" ]; then
CADDYFILE="$(sed '/ADDITIONAL_TRUSTED_DOMAIN/d' /tmp/Caddyfile)"
fi
echo "$CADDYFILE" > /tmp/Caddyfile
# Fix the Caddyfile format
caddy fmt --overwrite /tmp/Caddyfile