feat: add branded error pages
Some checks failed
CI / python-validation (push) Has been cancelled
CI / docker-release-gate (push) Has been cancelled
i18n / compile-translations (push) Has been cancelled

This commit is contained in:
Md Bayazid Bostame
2026-04-01 17:34:27 +02:00
parent baf53a3274
commit 6b305e930d
11 changed files with 233 additions and 6 deletions

View File

@@ -2,6 +2,7 @@ APP_DOMAIN=workdock.example.com
APP_BASE_URL=https://workdock.example.com
DJANGO_SECRET_KEY=change-me-long-random-value
DJANGO_DEBUG=0
FORCE_BRANDED_ERROR_PAGES=0
DJANGO_ALLOWED_HOSTS=workdock.example.com
DJANGO_CSRF_TRUSTED_ORIGINS=https://workdock.example.com
DJANGO_SECURE_COOKIES=1