From d5104c91119a2b14dedc68aab5573a4f26f24c6d Mon Sep 17 00:00:00 2001 From: Dominic Burkart Date: Sat, 18 Mar 2023 00:02:42 +0100 Subject: [PATCH] add docs for enabling e2b encryption --- docs/configuring-playbook-bridge-mautrix-signal.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/configuring-playbook-bridge-mautrix-signal.md b/docs/configuring-playbook-bridge-mautrix-signal.md index 13e424d4..af067a0d 100644 --- a/docs/configuring-playbook-bridge-mautrix-signal.md +++ b/docs/configuring-playbook-bridge-mautrix-signal.md @@ -79,6 +79,19 @@ When using this method, **each user** that wishes to enable Double Puppeting nee - make sure you don't log out the `Mautrix-Signal` device some time in the future, as that would break the Double Puppeting feature +## End-to-bridge encryption + +The [end-to-bridge encryption](https://docs.mau.fi/bridges/general/end-to-bridge-encryption.html) mautrix docs describe configuration: +> If you only set allow: true, the bridge won't enable encryption on its own, but will work in encrypted rooms. If you set default: true, the bridge will automatically enable encryption in new portals. + +These fields can be set using the `matrix_mautrix_signal_configuration_extension_yaml` field in your `vars.yml` file: + +``` +matrix_mautrix_signal_configuration_extension_yaml: | + bridge: + encryption: + allow: true # or default: true +``` ## Usage