bw/phanpy add fediverse interface

This commit is contained in:
Sophie Schiller 2023-10-08 16:54:34 +02:00
parent 3c77ff530d
commit 34428034dc
3 changed files with 80 additions and 0 deletions

View file

@ -9,6 +9,7 @@ nodes['htz-cloud.miniserver'] = {
'nodejs',
'ntfy',
'mautrix-telegram',
'phanpy',
'postgresql',
'zfs',
},
@ -204,6 +205,10 @@ nodes['htz-cloud.miniserver'] = {
'domain': 'ntfy.sophies-kitchen.eu',
'allow_unauthorized_write': True,
},
'phanpy': {
'url': 'phanpy.sophies-kitchen.eu',
'version': '2023.10.07.9b1800d',
},
'postgresql': {
'version': '11',
},