hookshot role groundwork
This commit is contained in:
16
roles/matrix-bridge-hookshot/templates/registration.yml.j2
Normal file
16
roles/matrix-bridge-hookshot/templates/registration.yml.j2
Normal file
@ -0,0 +1,16 @@
|
||||
#jinja2: lstrip_blocks: "True"
|
||||
id: matrix-hookshot # This can be anything, but must be unique within your homeserver
|
||||
as_token: {{ matrix_hookshot_appservice_token }} # This again can be a random string
|
||||
hs_token: {{ matrix_hookshot_homeserver_token }} # ..as can this
|
||||
namespaces:
|
||||
rooms: []
|
||||
users:
|
||||
- regex: "@_github_.*:{{ matrix_domain }}"
|
||||
exclusive: true
|
||||
aliases:
|
||||
- regex: "#github_.+:{{ matrix_domain }}"
|
||||
exclusive: true
|
||||
|
||||
sender_localpart: hookshot
|
||||
url: "http://{{ matrix_hookshot_container_url }}:{{ matrix_hookshot_hookshot_port }}" # This should match the bridge.port in your config file
|
||||
rate_limited: false
|
Reference in New Issue
Block a user