htz.ex42-1048908: add missing domains
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit

This commit is contained in:
Franzi 2020-07-19 11:26:12 +02:00
parent 94c2c644a6
commit de632a7725
Signed by: kunsi
GPG key ID: 12E3D2136B818350
7 changed files with 120 additions and 1 deletions

View file

@ -53,6 +53,9 @@ nodes['htz.ex42-1048908'] = {
},
'domains': {
'part.of.the.trans-agenda.eu': set(),
'matrix.franzi.business': {
'franzi.business',
},
},
'reload_after': {
# TODO move to bundles
@ -86,10 +89,26 @@ nodes['htz.ex42-1048908'] = {
},
'nginx': {
'vhosts': {
# TODO maybe some of this can be moved to a bundle?
'dav.kunsmann.eu': {
'extras': True,
},
'dimension.franzi.business': {
'extras': True,
'do_not_set_content_security_headers': True,
'proxy': {
'/': 'http://127.0.0.1:8184',
},
},
'franzi.business': {
'webroot': '/var/www/franzi.business/_site/',
'extras': True,
},
'git.kunsmann.eu': {
'proxy': {
'/': 'http://localhost:3000/',
},
},
'jenkins.kunsmann.eu': {
'proxy': {
'/': 'http://localhost:9000/',
@ -99,10 +118,40 @@ nodes['htz.ex42-1048908'] = {
'kunsmann.eu': {
'extras': True,
},
'matrix.franzi.business': {
'extras': True,
},
'pad.franzi.business': {
'extras': True,
},
'paste.kunsmann.eu': {
'extras': True,
},
'postfixadmin.mx0.kunbox.net': {
'webroot': '/srv/postfixadmin/public/',
'index': 'index.php',
'php': True, # FIXME this assumes php 7.3 is installed and configured already
},
'rspamd.mx0.kunbox.net': {
'proxy': {
'/': 'http://localhost:11334/',
},
},
'rss.kunsmann.eu': {
'proxy': {
'/': 'http://localhost:8080/',
},
},
'stats.franzi.business': {
'proxy': {
'/': 'http://[::1]:3100/',
},
},
'vliedel.random.franzi.business': {},
'webmail.mx0.kunbox.net': {
'index': 'index.php',
'php': True,
},
},
},
'riot-web': {