refactor!: unlimited permissions bridge config

This commit is contained in:
decentral1se
2023-01-08 01:04:52 +01:00
parent e7f81cb9ea
commit 9b12e4a0eb
5 changed files with 7 additions and 16 deletions

View File

@ -267,10 +267,8 @@ bridge:
# * - All Matrix users
# domain - All users on that homeserver
# mxid - Specific user
permissions:
"*": "relay"
"{{ env "SIGNAL_BRIDGE_ADMIN_1" }}": "admin"
"{{ env "SIGNAL_BRIDGE_ADMIN_2" }}": "admin"
permissions: "{{ env "SIGNAL_BRIDGE_PERMISSIONS" }}"
relay:
# Whether relay mode should be allowed. If allowed, `!signal set-relay` can be used to turn any
# authenticated user into a relaybot for that chat.