mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Moved email host and domain SPOT to SYSTEM_EMAIL constant
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
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 @
|
||||
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: "{{ SYSTEM_EMAIL.DOMAIN }}" # The main domain from which mails will be send \ email suffix behind @
|
||||
features:
|
||||
matomo: true
|
||||
css: false
|
||||
@@ -12,7 +12,9 @@ features:
|
||||
server:
|
||||
domains:
|
||||
canonical:
|
||||
- "mail.{{ PRIMARY_DOMAIN }}"
|
||||
- "{{ SYSTEM_EMAIL.HOST }}"
|
||||
alias:
|
||||
- "mailu.{{ PRIMARY_DOMAIN }}"
|
||||
csp:
|
||||
flags:
|
||||
style-src:
|
||||
|
Reference in New Issue
Block a user