|
|
|
@@ -108,6 +108,19 @@ matrix_hookshot_provisioning_secret: '' |
|
|
|
matrix_hookshot_provisioning_enabled: false |
|
|
|
matrix_hookshot_provisioning_endpoint: "{{ matrix_hookshot_public_endpoint }}/v1" |
|
|
|
|
|
|
|
# You can configure access to the bridge as documented here https://half-shot.github.io/matrix-hookshot/setup.html#permissions |
|
|
|
# When empty, the default permissions are applied. |
|
|
|
# Example: |
|
|
|
# matrix_hookshot_permissions: |
|
|
|
# - actor: * |
|
|
|
# services: |
|
|
|
# - service: * |
|
|
|
# level: commands |
|
|
|
# - actor: example.com |
|
|
|
# services: |
|
|
|
# - service: "*" |
|
|
|
# level: admin |
|
|
|
matrix_hookshot_permissions: [] |
|
|
|
|
|
|
|
matrix_hookshot_bot_displayname: Hookshot Bot |
|
|
|
matrix_hookshot_bot_avatar: 'mxc://half-shot.uk/2876e89ccade4cb615e210c458e2a7a6883fe17d' |
|
|
|
|