fixed bridge permissions

This commit is contained in:
Sabine Laszakovits
2020-10-25 21:42:40 +01:00
parent 2211e678f3
commit dd50ee19ab
3 changed files with 24 additions and 3 deletions

View File

@ -10,6 +10,20 @@ Use the following playbook configuration:
matrix_mautrix_signal_enabled: true
```
To specify which users have access to the bridge, use the variable `matrix_mautrix_signal_configuration_permissions`.
Refer to the documentation for
```yaml
bridge:
permissions:
```
in [the example config in mautrix-signal](https://github.com/tulir/mautrix-signal/blob/master/mautrix_signal/example-config.yaml).
For instance, use
```yaml
matrix_mautrix_signal_configuration_permissions:
"YOUR_DOMAIN": user
```
to allow all users registered to `YOUR_DOMAIN` access to the bridge (where `YOUR_DOMAIN` is your base domain, not the `matrix.` domain).
## Set up Double Puppeting