3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2026-01-25 01:05:20 +00:00

draft encryption support for hookshot

This commit is contained in:
HarHarLinks
2023-11-01 16:05:22 +01:00
parent 4ff9b0d6a5
commit 94abf2d5bd
8 changed files with 49 additions and 2 deletions

View File

@@ -107,6 +107,14 @@ metrics:
# (Optional) Prometheus metrics support
#
enabled: {{ matrix_hookshot_metrics_enabled | to_json }}
{% if matrix_hookshot_experimental_encryption_enabled %}
queue:
monolithic: true
port: 6379
host: matrix-redis
experimentalEncryption:
storagePath: /data/encryption
{% endif %}
logging:
# (Optional) Logging settings. You can have a severity debug,info,warn,error
#