Merge remote-tracking branch 'origin/main' into main
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
This commit is contained in:
commit
411819c872
2 changed files with 28 additions and 4 deletions
24
nodes/home/openhab.py
Normal file
24
nodes/home/openhab.py
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
nodes['home.openhab'] = {
|
||||||
|
'hostname': '172.19.138.21',
|
||||||
|
'bundles': set(),
|
||||||
|
'groups': {
|
||||||
|
'debian-bullseye',
|
||||||
|
},
|
||||||
|
'metadata': {
|
||||||
|
'interfaces': {
|
||||||
|
'enp1s0': {
|
||||||
|
'ips': {
|
||||||
|
'172.19.138.21/24',
|
||||||
|
},
|
||||||
|
'gateway4': '172.19.138.1',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
'backups': { # TODO remove this when running openhab
|
||||||
|
'exclude_from_backups': True,
|
||||||
|
},
|
||||||
|
'vm': {
|
||||||
|
'cpu': 2,
|
||||||
|
'ram': 2,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
|
@ -110,7 +110,7 @@ nodes['rx300'] = {
|
||||||
},
|
},
|
||||||
'element-web': {
|
'element-web': {
|
||||||
'url': 'chat.franzi.business',
|
'url': 'chat.franzi.business',
|
||||||
'version': 'v1.9.2',
|
'version': 'v1.9.3',
|
||||||
'config': {
|
'config': {
|
||||||
'default_server_config': {
|
'default_server_config': {
|
||||||
'm.homeserver': {
|
'm.homeserver': {
|
||||||
|
@ -133,8 +133,8 @@ nodes['rx300'] = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'gitea': {
|
'gitea': {
|
||||||
'version': '1.15.4',
|
'version': '1.15.5',
|
||||||
'sha1': '8cd05cdb65e407603da05279f7669b0a46518549',
|
'sha1': '796d4bd70a9138660d3c1f38a778b24f4785672f',
|
||||||
'domain': 'git.franzi.business',
|
'domain': 'git.franzi.business',
|
||||||
'email_domain_blocklist': {
|
'email_domain_blocklist': {
|
||||||
'gmail.com',
|
'gmail.com',
|
||||||
|
@ -270,7 +270,7 @@ nodes['rx300'] = {
|
||||||
},
|
},
|
||||||
'netbox': {
|
'netbox': {
|
||||||
'domain': 'netbox.franzi.business',
|
'domain': 'netbox.franzi.business',
|
||||||
'version': 'v3.0.7',
|
'version': 'v3.0.8',
|
||||||
'changelog_retention_days': 360,
|
'changelog_retention_days': 360,
|
||||||
'admins': {
|
'admins': {
|
||||||
'kunsi': 'hostmaster@kunbox.net',
|
'kunsi': 'hostmaster@kunbox.net',
|
||||||
|
|
Loading…
Reference in a new issue