bundles/matrix-media-repo: introduce, add to htz.ex42-1048908
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-02-12 16:01:35 +01:00
parent 638e37c05f
commit d4b110087f
Signed by: kunsi
GPG key ID: 12E3D2136B818350
7 changed files with 348 additions and 3 deletions

View file

@ -3,6 +3,7 @@ nodes['htz.ex42-1048908'] = {
'dovecot',
'gitea',
'jenkins-ci',
'matrix-media-repo',
'matrix-synapse',
'mautrix-telegram',
'mautrix-whatsapp',
@ -124,6 +125,19 @@ nodes['htz.ex42-1048908'] = {
# legacy
'en_DK.UTF-8',
},
'matrix-media-repo': {
'version': 'v1.2.2',
'homeservers': {
'franzi.business': {
'domain': 'http://[::1]:20080/',
'api': 'synapse',
},
},
'admins': {
'@kunsi:franzi.business',
},
'upload_max_mb': 500,
},
'matrix-synapse': {
'server_name': 'franzi.business',
'baseurl': 'matrix.franzi.business',