Sfoglia il codice sorgente

improve notes about configuring hookshot encryption

- clarify that Redis is configured automatically
- add note indicating that encryption is not currently supported when using MAS
pull/4832/head
Mark Monteiro 2 mesi fa
committed by Slavi Pantaleev
parent
commit
be7536390d
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. +2
    -1
      roles/custom/matrix-bridge-hookshot/defaults/main.yml

+ 2
- 1
roles/custom/matrix-bridge-hookshot/defaults/main.yml Vedi File

@@ -72,8 +72,9 @@ matrix_hookshot_cache_redisUri: "{{ ('redis://' + matrix_hookshot_cache_redis_ho
# Controls whether the end-to-bridge encryption support is enabled. # Controls whether the end-to-bridge encryption support is enabled.
# This requires that: # This requires that:
# - support to also be enabled in the homeserver, see the documentation of Hookshot. # - support to also be enabled in the homeserver, see the documentation of Hookshot.
# - Hookshot to be pointed at a Redis instance via the `matrix_hookshot_cache_redis*` variables.
# - Hookshot to be pointed at a Redis instance via the `matrix_hookshot_cache_redis*` variables. Note that this is configured automatically by the playbook when encryption is enabled.
# See: https://matrix-org.github.io/matrix-hookshot/latest/advanced/encryption.html # See: https://matrix-org.github.io/matrix-hookshot/latest/advanced/encryption.html
# NOTE: Encryption is not currently (2025-12-30) supported when using MAS (https://github.com/matrix-org/matrix-hookshot/issues/1084)
matrix_hookshot_encryption_enabled: "{{ matrix_bridges_encryption_enabled }}" matrix_hookshot_encryption_enabled: "{{ matrix_bridges_encryption_enabled }}"


# Controls whether metrics are enabled in the bridge configuration. # Controls whether metrics are enabled in the bridge configuration.


Caricamento…
Annulla
Salva