bundles/mautrix-telegram: introduce
This commit is contained in:
parent
180802a669
commit
cf2920f284
5 changed files with 321 additions and 1 deletions
33
bundles/mautrix-telegram/metadata.py
Normal file
33
bundles/mautrix-telegram/metadata.py
Normal file
|
@ -0,0 +1,33 @@
|
|||
defaults = {
|
||||
'users': {
|
||||
'mautrix-telegram': {
|
||||
'home': '/opt/mautrix-telegram',
|
||||
'home-mode': '0755',
|
||||
},
|
||||
},
|
||||
'matrix-synapse': {
|
||||
'appservice_configs': {
|
||||
'/opt/mautrix-telegram/registration.yaml',
|
||||
},
|
||||
},
|
||||
'mautrix-telegram': {
|
||||
'database': {
|
||||
'user': 'mautrix-telegram',
|
||||
'password': repo.vault.password_for('{} postgresql mautrix-telegram'.format(node.name)),
|
||||
'database': 'mautrix-telegram',
|
||||
},
|
||||
},
|
||||
'postgresql': {
|
||||
'users': {
|
||||
'mautrix-telegram': {
|
||||
'password': repo.vault.password_for('{} postgresql mautrix-telegram'.format(node.name)),
|
||||
},
|
||||
},
|
||||
'databases': {
|
||||
'mautrix-telegram': {
|
||||
'owner': 'mautrix-telegram',
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue