move miniflux to rx300, change domain to rss.franzi.business
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
d32f675de7
commit
0f383cfb2c
6 changed files with 105 additions and 3 deletions
|
@ -9,7 +9,7 @@ nodes['htz.ex42-1048908'] = {
|
|||
'matrix-synapse',
|
||||
'mautrix-telegram',
|
||||
'mautrix-whatsapp',
|
||||
'miniflux',
|
||||
#'miniflux',
|
||||
'mx-puppet-discord',
|
||||
'nodejs',
|
||||
'oidentd',
|
||||
|
|
|
@ -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',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue