bundles/mx-puppet-discord: create registration.yaml using bw
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
bf7e982fdb
commit
0784b85fbb
3 changed files with 33 additions and 14 deletions
15
bundles/mx-puppet-discord/files/registration.yaml
Normal file
15
bundles/mx-puppet-discord/files/registration.yaml
Normal file
|
@ -0,0 +1,15 @@
|
|||
as_token: ${node.metadata['mx-puppet-discord']['as_token']}
|
||||
hs_token: ${node.metadata['mx-puppet-discord']['hs_token']}
|
||||
id: discord-puppet
|
||||
namespaces:
|
||||
users:
|
||||
- exclusive: true
|
||||
regex: '@_discordpuppet_.*'
|
||||
rooms: []
|
||||
aliases:
|
||||
- exclusive: true
|
||||
regex: '#_discordpuppet_.*'
|
||||
protocols: []
|
||||
rate_limited: false
|
||||
sender_localpart: ${node.metadata['mx-puppet-discord']['sender_localpart']}
|
||||
url: 'http://${node.metadata['mx-puppet-discord'].get('listen-addr', '127.0.0.1')}:${node.metadata['mx-puppet-discord'].get('port', 20000)}'
|
Loading…
Add table
Add a link
Reference in a new issue