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

@ -4,10 +4,12 @@ watch:
firstCheckNotif: false
notif:
discord:
webhookURL: {{ diun.discord.webhook }}
mentions:
- "@here"
matrix:
homeserverURL: http://pantalaimon:8008
user: "{{ diun.matrix.user }}"
password: "{{ diun.matrix.password }}"
roomID: "{{ diun.matrix.roomID }}"
msgType: notice
renderFields: true
timeout: 10s
templateBody: |

View File

@ -15,8 +15,15 @@ services:
- "LOG_LEVEL=info"
- "LOG_JSON=false"
restart: always
networks:
- default
- pantalaimon
volumes:
data:
networks:
pantalaimon:
external: true
...

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