bundlewrap/nodes/home/octoprint-vielschichtigkeit.py
Franzi 74d81eb7ba
All checks were successful
bundlewrap/pipeline/head This commit looks good
bundles/nginx: support disabling ssl for each vhost individually
2021-02-20 14:25:27 +01:00

55 lines
1.6 KiB
Python

nodes['home.octoprint-vielschichtigkeit'] = {
'hostname': '172.19.138.22',
'bundles': {
'nginx',
'octoprint',
},
'groups': {
'debian-buster',
'raspberry',
},
'metadata': {
'interfaces': {
'eth0': {
'ips': {
'172.19.138.22',
},
'dhcp': True,
'mac': 'b8:27:eb:8e:0b:1d',
},
},
'backup-client': {
'server': '172.19.138.20:22',
},
'nginx': {
'vhosts': {
'octoprint': {
'domain': 'vielschichtigkeit.franzi-home.kunbox.net',
'do_not_set_content_security_headers': True,
'extras': True,
'ssl': False,
'proxy': {
'/': {
'target': 'http://[::1]:22030/',
'websockets': True,
'proxy_set_header': {
'X-Real-IP': '$remote_addr',
},
},
},
},
},
},
'octoprint': {
'api_key': vault.decrypt('encrypt$gAAAAABfuWtDp0xeUSNZwi8PzhgxvheK1rdhThlPwZSweXZaUNzDF2BlfOwuMvW-vSxHjTJoyCnxzCAAytIBf0iXgdyeCafvbB43ogBaQK52HAahQNP4506-h02BKgiMdIghUmc1ZOUT'),
},
'raspberrypi': {
'camera': True,
},
'vm': {
'cpu': 4,
'ram': 1,
},
},
}