[SOGo][Web] Set URL encryption key in mailcow.conf

This commit is contained in:
FreddleSpl0it 2025-09-22 12:58:05 +02:00
parent 260906e350
commit 610609378f
No known key found for this signature in database
GPG key ID: 00E14E7634F4BEC5
4 changed files with 12 additions and 6 deletions

View file

@ -213,6 +213,7 @@ services:
- ALLOW_ADMIN_EMAIL_LOGIN=${ALLOW_ADMIN_EMAIL_LOGIN:-n}
- IPV4_NETWORK=${IPV4_NETWORK:-172.22.1}
- SOGO_EXPIRE_SESSION=${SOGO_EXPIRE_SESSION:-480}
- SOGO_URL_ENCRYPTION_KEY=${SOGO_URL_ENCRYPTION_KEY:-SOGoSuperSecret0}
- SKIP_SOGO=${SKIP_SOGO:-n}
- MASTER=${MASTER:-y}
- REDIS_SLAVEOF_IP=${REDIS_SLAVEOF_IP:-}