Quote allowed hostnames for Portainer env
Create PR containing updated CHANGELOG.md and release packages to NPM once PR is merged / Release (push) Has been cancelled
Run i18n AI automation / Run i18n (push) Has been cancelled
Next.js Bundle Analysis / analyze (push) Has been cancelled

This commit is contained in:
Zachariah K. Sharma
2026-06-08 00:31:21 -06:00
parent ccfb630986
commit b299c63d8a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ services:
AUTHENTIK_ISSUER: ${AUTHENTIK_ISSUER}
AUTHENTIK_CLIENT_ID: ${AUTHENTIK_CLIENT_ID}
AUTHENTIK_CLIENT_SECRET: ${AUTHENTIK_CLIENT_SECRET}
ALLOWED_HOSTNAMES: ${ALLOWED_HOSTNAMES}
ALLOWED_HOSTNAMES: '"${ALLOWED_HOSTNAMES}"'
RESERVED_SUBDOMAINS: ${RESERVED_SUBDOMAINS:-"app","auth","docs","design","console","go","status","api","saml","www","matrix","developer","cal","my","team","support","security","blog","learn","admin"}
CALCOM_TELEMETRY_DISABLED: ${CALCOM_TELEMETRY_DISABLED:-1}
CRON_API_KEY: ${CRON_API_KEY}
+1 -1
View File
@@ -1,7 +1,7 @@
# Required public URL settings
NEXT_PUBLIC_WEBAPP_URL=https://cal.example.com
NEXTAUTH_URL=https://cal.example.com/api/auth
ALLOWED_HOSTNAMES="cal.example.com"
ALLOWED_HOSTNAMES=cal.example.com
# Required secrets
POSTGRES_PASSWORD=replace-with-a-long-random-password