hookshot/registration.sample.yml
Kim Brose 5eb05d179c
fix #162 (#189)
* fix #162

* Add changelog entry
2022-02-14 14:04:33 +00:00

22 lines
790 B
YAML

id: matrix-hookshot # This can be anything, but must be unique within your homeserver
as_token: aaaaaaaaaa # This again can be a random string
hs_token: aaaaaaaaaa # ..as can this
namespaces:
rooms: []
users: # In the following, foobar is your homeserver's domain
- regex: "@_github_.*:foobar"
exclusive: true
- regex: "@_gitlab_.*:foobar"
exclusive: true
- regex: "@_jira_.*:foobar"
exclusive: true
- regex: "@_webhooks_.*:foobar" # Where _webhooks_ is set by userIdPrefix in config.yml
exclusive: true
aliases:
- regex: "#github_.+:foobar" # Where foobar is your homeserver's domain
exclusive: true
sender_localpart: hookshot
url: "http://localhost:9993" # This should match the bridge.port in your config file
rate_limited: false