mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-06-25 11:45:32 +02:00
18 lines
1.1 KiB
YAML
18 lines
1.1 KiB
YAML
version: "2024.06" # Docker Image Version
|
|
users:
|
|
administrator:
|
|
email: "{{users.administrator.email}}" # Administrator Email for DNS Records
|
|
oidc:
|
|
email_by_username: true # If true, then the mail is set by the username. If wrong then the OIDC user email is used
|
|
enable_user_creation: true # Users will be created if not existing
|
|
domain: "{{primary_domain}}" # The main domain from which mails will be send \ email suffix behind @
|
|
credentials:
|
|
features:
|
|
matomo: true
|
|
css: true
|
|
portfolio_iframe: false # Deactivated mailu iframe loading until keycloak supports it
|
|
oidc: true
|
|
central_database: false # Deactivate central database for mailu, I don't know why the database deactivation is necessary
|
|
domains:
|
|
canonical:
|
|
- "mail.{{ primary_domain }}" |