migrate ntfy from rx300 to carlene
This commit is contained in:
parent
ad2312b715
commit
bb478430b9
2 changed files with 10 additions and 9 deletions
|
@ -13,6 +13,7 @@ bundles = [
|
||||||
"miniflux",
|
"miniflux",
|
||||||
"netbox",
|
"netbox",
|
||||||
"nodejs",
|
"nodejs",
|
||||||
|
"ntfy",
|
||||||
"redis",
|
"redis",
|
||||||
"smartd",
|
"smartd",
|
||||||
"check-mail-received",
|
"check-mail-received",
|
||||||
|
@ -112,6 +113,15 @@ admins.kunsi = "hostmaster@kunbox.net"
|
||||||
[metadata.nginx.vhosts.'gaenseblum.eu'.webroot_config]
|
[metadata.nginx.vhosts.'gaenseblum.eu'.webroot_config]
|
||||||
owner = "skye"
|
owner = "skye"
|
||||||
|
|
||||||
|
|
||||||
|
[metadata.ntfy]
|
||||||
|
domain = "ntfy.franzi.business"
|
||||||
|
ratelimit-exempt-hosts = [
|
||||||
|
"carlene",
|
||||||
|
"ovh.icinga2",
|
||||||
|
"rx300",
|
||||||
|
]
|
||||||
|
|
||||||
[metadata.postgresql]
|
[metadata.postgresql]
|
||||||
version = 15
|
version = 15
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,6 @@ nodes['rx300'] = {
|
||||||
'matrix-dimension',
|
'matrix-dimension',
|
||||||
'minecraft',
|
'minecraft',
|
||||||
'nodejs',
|
'nodejs',
|
||||||
'ntfy',
|
|
||||||
'oidentd',
|
'oidentd',
|
||||||
'php',
|
'php',
|
||||||
'postfixadmin',
|
'postfixadmin',
|
||||||
|
@ -131,7 +130,6 @@ nodes['rx300'] = {
|
||||||
'vhosts': {
|
'vhosts': {
|
||||||
'jenkins-ci': {'ssl': '_.franzi.business'},
|
'jenkins-ci': {'ssl': '_.franzi.business'},
|
||||||
'matrix-dimension': {'ssl': '_.franzi.business'},
|
'matrix-dimension': {'ssl': '_.franzi.business'},
|
||||||
'ntfy': {'ssl': '_.franzi.business'},
|
|
||||||
'radicale': {'ssl': '_.franzi.business'},
|
'radicale': {'ssl': '_.franzi.business'},
|
||||||
'daskritzelt-redirect': {
|
'daskritzelt-redirect': {
|
||||||
'domain': 'die-brontosaurier-waren-es.org',
|
'domain': 'die-brontosaurier-waren-es.org',
|
||||||
|
@ -241,13 +239,6 @@ nodes['rx300'] = {
|
||||||
},
|
},
|
||||||
'worker_processes': 8,
|
'worker_processes': 8,
|
||||||
},
|
},
|
||||||
'ntfy': {
|
|
||||||
'domain': 'ntfy.franzi.business',
|
|
||||||
'ratelimit-exempt-hosts': {
|
|
||||||
'ovh.icinga2',
|
|
||||||
'rx300',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
'oidentd': {
|
'oidentd': {
|
||||||
'allows': {
|
'allows': {
|
||||||
'kunsi': {
|
'kunsi': {
|
||||||
|
|
Loading…
Reference in a new issue