* fix #162

* Add changelog entry
This commit is contained in:
Kim Brose 2022-02-14 15:04:33 +01:00 committed by GitHub
parent 5a090ed0e2
commit 5eb05d179c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 3 deletions

1
changelog.d/162.doc Normal file
View File

@ -0,0 +1 @@
Update registration.sample.yml to include the required localparts for all supported services

View File

@ -3,8 +3,14 @@ as_token: aaaaaaaaaa # This again can be a random string
hs_token: aaaaaaaaaa # ..as can this
namespaces:
rooms: []
users:
- regex: "@_github_.*:foobar" # Where foobar is your homeserver's domain
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