move miniflux to rx300, change domain to rss.franzi.business
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-07-01 16:10:06 +02:00
parent d32f675de7
commit 0f383cfb2c
Signed by: kunsi
GPG key ID: 12E3D2136B818350
6 changed files with 105 additions and 3 deletions

View file

@ -9,7 +9,7 @@ nodes['htz.ex42-1048908'] = {
'matrix-synapse',
'mautrix-telegram',
'mautrix-whatsapp',
'miniflux',
#'miniflux',
'mx-puppet-discord',
'nodejs',
'oidentd',

View file

@ -1,5 +1,3 @@
# To be put into Colocation.
# To use the serial console in iRMC, set up grub as follows:
# GRUB_TIMEOUT=30
# GRUB_CMDLINE_LINUX_DEFAULT="console=ttyS0,115200 console=tty0"
@ -10,6 +8,7 @@ nodes['rx300'] = {
'hostname': '31.47.232.106',
'bundles': {
'lm-sensors',
'miniflux',
'postgresql',
'smartd',
'vmhost',
@ -35,6 +34,16 @@ nodes['rx300'] = {
'ipmitool': {},
},
},
'miniflux': {
'domain': 'rss.franzi.business',
},
'nginx': {
'vhosts': {
'miniflux': {
'ssl': '_.franzi.business',
},
},
},
'postgresql': {
'version': '13',
},