mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 12:47:39 +01:00
Improved documentation about permissions
More info: https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1699
This commit is contained in:
parent
95cfbf0256
commit
d5a79538a6
@ -49,4 +49,19 @@ If you want to use the relay-bot feature ([relay bot documentation](https://docs
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
matrix_mautrix_telegram_bot_token: YOUR_TELEGRAM_BOT_TOKEN
|
matrix_mautrix_telegram_bot_token: YOUR_TELEGRAM_BOT_TOKEN
|
||||||
|
matrix_mautrix_telegram_configuration_extension_yaml: |
|
||||||
|
bridge:
|
||||||
|
permissions:
|
||||||
|
'*': relaybot
|
||||||
```
|
```
|
||||||
|
|
||||||
|
You might also want to give permissions to administrate the bot:
|
||||||
|
```yaml
|
||||||
|
matrix_mautrix_telegram_configuration_extension_yaml: |
|
||||||
|
bridge:
|
||||||
|
permissions:
|
||||||
|
'@user:DOMAIN': admin
|
||||||
|
```
|
||||||
|
|
||||||
|
More details about permissions in this example:
|
||||||
|
https://github.com/mautrix/telegram/blob/master/mautrix_telegram/example-config.yaml#L410
|
||||||
|
Loading…
Reference in New Issue
Block a user