fix yaml formatting
This commit is contained in:
parent
ecae875320
commit
7ca44ca211
4 changed files with 311 additions and 312 deletions
|
|
@ -8,7 +8,7 @@ GLOBALS:
|
||||||
basic_auth_hash: your_super_secret_password
|
basic_auth_hash: your_super_secret_password
|
||||||
authentik:
|
authentik:
|
||||||
env:
|
env:
|
||||||
EXTRA_DOMAINS: ', `example.com`'
|
EXTRA_DOMAINS: ", `example.com`"
|
||||||
DEFAULT_LANGUAGE: de
|
DEFAULT_LANGUAGE: de
|
||||||
APPLICATIONS:
|
APPLICATIONS:
|
||||||
#Calendar: https://nextcloud.example.com/apps/calendar/
|
#Calendar: https://nextcloud.example.com/apps/calendar/
|
||||||
|
|
@ -65,7 +65,7 @@ pretix:
|
||||||
- POST_DEPLOY_CMDS
|
- POST_DEPLOY_CMDS
|
||||||
wordpress:
|
wordpress:
|
||||||
env:
|
env:
|
||||||
LOCALE: 'de_DE'
|
LOCALE: "de_DE"
|
||||||
DEFAULT_USER_ROLE: administrator
|
DEFAULT_USER_ROLE: administrator
|
||||||
uncomment:
|
uncomment:
|
||||||
- EXTRA_DOMAINS
|
- EXTRA_DOMAINS
|
||||||
|
|
@ -76,7 +76,7 @@ wordpress:
|
||||||
matrix-synapse:
|
matrix-synapse:
|
||||||
env:
|
env:
|
||||||
ENCRYPTED_BY_DEFAULT: off
|
ENCRYPTED_BY_DEFAULT: off
|
||||||
TURN_URIS: '[{{turn_url}}]'
|
TURN_URIS: "[{{turn_url}}]"
|
||||||
RETENTION_MAX_LIFETIME: 2y
|
RETENTION_MAX_LIFETIME: 2y
|
||||||
ALLOWED_LIFETIME_MAX: 2y
|
ALLOWED_LIFETIME_MAX: 2y
|
||||||
uncomment:
|
uncomment:
|
||||||
|
|
@ -161,4 +161,3 @@ vaultwarden:
|
||||||
zammad:
|
zammad:
|
||||||
initial-hooks:
|
initial-hooks:
|
||||||
- zammad-railsserver init
|
- zammad-railsserver init
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue