Parcourir la source

add docs for enabling e2b encryption

pull/2580/head
Dominic Burkart il y a 3 ans
committed by GitHub
Parent
révision
d5104c9111
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec 13 ajouts et 0 suppressions
  1. +13
    -0
      docs/configuring-playbook-bridge-mautrix-signal.md

+ 13
- 0
docs/configuring-playbook-bridge-mautrix-signal.md Voir le fichier

@@ -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



Chargement…
Annuler
Enregistrer