2022-01-03 20:22:42 +00:00
|
|
|
#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
|
2022-01-08 15:51:52 +00:00
|
|
|
url: "http://{{ matrix_hookshot_container_url }}:{{ matrix_hookshot_appservice_port }}" # This should match the bridge.port in your config file
|
2022-01-03 20:22:42 +00:00
|
|
|
rate_limited: false
|