2021-11-22 16:02:07 +00:00
|
|
|
id: matrix-hookshot # This can be anything, but must be unique within your homeserver
|
2019-08-07 18:56:50 +01:00
|
|
|
as_token: aaaaaaaaaa # This again can be a random string
|
|
|
|
hs_token: aaaaaaaaaa # ..as can this
|
|
|
|
namespaces:
|
|
|
|
rooms: []
|
2022-02-14 15:04:33 +01:00
|
|
|
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
|
2019-08-07 18:56:50 +01:00
|
|
|
exclusive: true
|
|
|
|
aliases:
|
2022-02-14 15:04:33 +01:00
|
|
|
- regex: "#github_.+:foobar" # Where foobar is your homeserver's domain
|
2019-08-07 18:56:50 +01:00
|
|
|
exclusive: true
|
|
|
|
|
2021-12-21 16:41:19 +00:00
|
|
|
sender_localpart: hookshot
|
2019-08-07 18:56:50 +01:00
|
|
|
url: "http://localhost:9993" # This should match the bridge.port in your config file
|
2021-12-21 16:41:19 +00:00
|
|
|
rate_limited: false
|
2022-12-09 15:25:36 +00:00
|
|
|
|
|
|
|
# If enabling encryption
|
|
|
|
de.sorunome.msc2409.push_ephemeral: true
|
|
|
|
push_ephemeral: true
|
|
|
|
org.matrix.msc3202: true
|