bundles/mautrix-whatsapp: introduce
This commit is contained in:
parent
4a3cee1623
commit
fede30c2cc
7 changed files with 277 additions and 4 deletions
|
@ -5,6 +5,7 @@ nodes['htz.ex42-1048908'] = {
|
|||
'jenkins-ci',
|
||||
'matrix-synapse',
|
||||
'mautrix-telegram',
|
||||
'mautrix-whatsapp',
|
||||
'miniflux',
|
||||
'mx-puppet-discord',
|
||||
'nodejs',
|
||||
|
@ -111,10 +112,6 @@ nodes['htz.ex42-1048908'] = {
|
|||
'server_name': 'franzi.business',
|
||||
'baseurl': 'matrix.franzi.business',
|
||||
'admin_contact': 'mailto:hostmaster@kunbox.net',
|
||||
'appservice_configs': {
|
||||
# TODO move to bundles
|
||||
'/opt/matrix-bridges/mautrix-whatsapp/registration.yaml',
|
||||
},
|
||||
'trusted_key_servers': {
|
||||
'matrix.org',
|
||||
'finallycoffee.eu',
|
||||
|
@ -143,6 +140,16 @@ nodes['htz.ex42-1048908'] = {
|
|||
'bot_token': vault.decrypt('encrypt$gAAAAABfVK51ErJ6gfsOOkbRxSHDnVYmf7EihAQf7Uwj9og3TlAw64WRsA6ZVEgTSvOdLB3SMKZ-cTEhwkCOpbymq-_WLhes-hZALhN-H_oXHaxTQErJ0lARynKmjM-4ZhoGlUWlfh4Q'),
|
||||
},
|
||||
},
|
||||
'mautrix-whatsapp': {
|
||||
'version': 'v0.1.5',
|
||||
'homeserver': {
|
||||
'domain': 'franzi.business',
|
||||
'url': 'https://matrix.franzi.business',
|
||||
},
|
||||
'permissions': {
|
||||
"'@kunsi:franzi.business'": 100,
|
||||
},
|
||||
},
|
||||
'miniflux': {
|
||||
'domain': 'rss.kunsmann.eu',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue