浏览代码

Preset the permissions inline with other bridges

pull/1229/head
Wolfgang Winter 4 年前
父节点
当前提交
4b7506ca1a
共有 1 个文件被更改,包括 13 次插入0 次删除
  1. +13
    -0
      roles/matrix-bridge-mautrix-signal/defaults/main.yml

+ 13
- 0
roles/matrix-bridge-mautrix-signal/defaults/main.yml 查看文件

@@ -81,6 +81,19 @@ matrix_mautrix_signal_login_shared_secret: ''
# Enable bridge relay bot functionality
matrix_mautrix_signal_relaybot_enabled: false

# Permissions for using the bridge.
# Permitted values:
# relay - Allowed to be relayed through the bridge, no access to commands.
# user - Use the bridge with puppeting.
# admin - Use and administrate the bridge.
# Permitted keys:
# * - All Matrix users
# domain - All users on that homeserver
# mxid - Specific user
matrix_mautrix_signal_bridge_permissions: |
'*': relay
'{{ matrix_mautrix_signal_homeserver_domain }}': user

# Default configuration template which covers the generic use case.
# You can customize it by controlling the various variables inside it.
#


正在加载...
取消
保存