bundles/ntfy: first draft

This commit is contained in:
Sophie Schiller 2022-10-19 15:24:39 +02:00
parent deba777a80
commit a8cf858d44
7 changed files with 338 additions and 5 deletions

View file

@ -8,6 +8,7 @@ nodes['htz-cloud.miniserver'] = {
'matrix-media-repo',
'matrix-synapse',
'nodejs',
'ntfy',
'mautrix-telegram',
'postgresql',
},
@ -218,6 +219,9 @@ nodes['htz-cloud.miniserver'] = {
},
},
},
'ntfy': {
'baseurl': 'https://ntfy.sophies-kitchen.eu',
},
'postgresql': {
'version': '11',
},