Diun: Matrix
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2023-03-13 22:40:10 +01:00
parent 7a7f07c554
commit ec2683199b
4 changed files with 353 additions and 343 deletions

View File

@ -30,7 +30,6 @@ database:
cp_max: 10
log_config: "/config/tobiasmanske.de.log.config"
media_store_path: /data/media_store
registration_shared_secret: "{{ matrix.secrets.registration }}"
report_stats: true
macaroon_secret_key: "{{ matrix.secrets.macaroon }}"
form_secret: "{{ matrix.secrets.form }}"
@ -52,7 +51,9 @@ oidc_providers:
{% endraw %}
backchannel_logout_enabled: true # Optional
enable_registration: false
enable_registration: true
registration_requires_token: true
registration_shared_secret: "{{ matrix.secrets.registration }}"
password_config:
enabled: true