Fix mautrix-signal permissions configuration
Fixup for https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1899
This commit is contained in:
parent
bff35926dc
commit
c614b61e01
@ -99,6 +99,9 @@ matrix_mautrix_signal_relaybot_enabled: false
|
|||||||
matrix_mautrix_signal_bridge_permissions: |
|
matrix_mautrix_signal_bridge_permissions: |
|
||||||
'*': relay
|
'*': relay
|
||||||
'{{ matrix_mautrix_signal_homeserver_domain }}': user
|
'{{ matrix_mautrix_signal_homeserver_domain }}': user
|
||||||
|
{% if matrix_admin %}
|
||||||
|
"{{ matrix_admin }}": admin
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
# Default configuration template which covers the generic use case.
|
# Default configuration template which covers the generic use case.
|
||||||
# You can customize it by controlling the various variables inside it.
|
# You can customize it by controlling the various variables inside it.
|
||||||
|
@ -223,11 +223,8 @@ bridge:
|
|||||||
# * - All Matrix users
|
# * - All Matrix users
|
||||||
# domain - All users on that homeserver
|
# domain - All users on that homeserver
|
||||||
# mxid - Specific user
|
# mxid - Specific user
|
||||||
permissions:
|
permissions:
|
||||||
{{ matrix_mautrix_signal_bridge_permissions|from_yaml }}
|
{{ matrix_mautrix_signal_bridge_permissions|from_yaml }}
|
||||||
{% if matrix_admin %}
|
|
||||||
"{{ matrix_admin }}": admin
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
relay:
|
relay:
|
||||||
# Whether or not relay mode should be allowed. If allowed, `!signal set-relay` can be used to turn any
|
# Whether or not relay mode should be allowed. If allowed, `!signal set-relay` can be used to turn any
|
||||||
|
Loading…
Reference in New Issue
Block a user