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",
|
||||
"netbox",
|
||||
"nodejs",
|
||||
"ntfy",
|
||||
"redis",
|
||||
"smartd",
|
||||
"check-mail-received",
|
||||
|
@ -112,6 +113,15 @@ admins.kunsi = "hostmaster@kunbox.net"
|
|||
[metadata.nginx.vhosts.'gaenseblum.eu'.webroot_config]
|
||||
owner = "skye"
|
||||
|
||||
|
||||
[metadata.ntfy]
|
||||
domain = "ntfy.franzi.business"
|
||||
ratelimit-exempt-hosts = [
|
||||
"carlene",
|
||||
"ovh.icinga2",
|
||||
"rx300",
|
||||
]
|
||||
|
||||
[metadata.postgresql]
|
||||
version = 15
|
||||
|
||||
|
|
|
@ -16,7 +16,6 @@ nodes['rx300'] = {
|
|||
'matrix-dimension',
|
||||
'minecraft',
|
||||
'nodejs',
|
||||
'ntfy',
|
||||
'oidentd',
|
||||
'php',
|
||||
'postfixadmin',
|
||||
|
@ -131,7 +130,6 @@ nodes['rx300'] = {
|
|||
'vhosts': {
|
||||
'jenkins-ci': {'ssl': '_.franzi.business'},
|
||||
'matrix-dimension': {'ssl': '_.franzi.business'},
|
||||
'ntfy': {'ssl': '_.franzi.business'},
|
||||
'radicale': {'ssl': '_.franzi.business'},
|
||||
'daskritzelt-redirect': {
|
||||
'domain': 'die-brontosaurier-waren-es.org',
|
||||
|
@ -241,13 +239,6 @@ nodes['rx300'] = {
|
|||
},
|
||||
'worker_processes': 8,
|
||||
},
|
||||
'ntfy': {
|
||||
'domain': 'ntfy.franzi.business',
|
||||
'ratelimit-exempt-hosts': {
|
||||
'ovh.icinga2',
|
||||
'rx300',
|
||||
},
|
||||
},
|
||||
'oidentd': {
|
||||
'allows': {
|
||||
'kunsi': {
|
||||
|
|
Loading…
Reference in a new issue