ansible-infra/resources/chaosknoten/draupnir/docker_compose/config.yaml.j2
June 049682bce2
All checks were successful
/ build (push) Successful in 25s
/ Ansible Lint (push) Successful in 4m17s
host(draupnir): set backgroundDelayMS to have Draupnir act fast
Use a recommended low value for backgroundDelayMS to have Draupnir chain
consecutive backgrounded operations faster and therefore act faster.
2026-09-22 02:10:47 +02:00

25 lines
747 B
Django/Jinja

# https://github.com/the-draupnir-project/Draupnir/blob/main/config/default.yaml
homeserverUrl: "https://matrix.hamburg.ccc.de"
rawHomeserverUrl: "https://matrix.hamburg.ccc.de"
accessToken: "{{ secret__draupnir_matrix_user_token }}"
dataPath: "/data/storage"
logLevel: "INFO"
recordIgnoredInvites: true
managementRoom: "#moderation-management:hamburg.ccc.de"
experimentalRustCrypto: true
automaticallyRedactForReasons:
- "spam"
- "advertising"
- "porn"
- "harassmet"
# set to low value to have Draupnir chain consecutive backgrounded operations faster
backgroundDelayMS: 10
# currently not working because /_synapse is not routed via reverse proxy
pollReports: false
# this knob can turn of moderation action temporarily
noop: false