diff --git a/nodes/home/openhab.py b/nodes/home/openhab.py new file mode 100644 index 0000000..f31a3ef --- /dev/null +++ b/nodes/home/openhab.py @@ -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, + }, + }, +} diff --git a/nodes/rx300.py b/nodes/rx300.py index 4646487..31bf489 100644 --- a/nodes/rx300.py +++ b/nodes/rx300.py @@ -110,7 +110,7 @@ nodes['rx300'] = { }, 'element-web': { 'url': 'chat.franzi.business', - 'version': 'v1.9.2', + 'version': 'v1.9.3', 'config': { 'default_server_config': { 'm.homeserver': { @@ -133,8 +133,8 @@ nodes['rx300'] = { }, }, 'gitea': { - 'version': '1.15.4', - 'sha1': '8cd05cdb65e407603da05279f7669b0a46518549', + 'version': '1.15.5', + 'sha1': '796d4bd70a9138660d3c1f38a778b24f4785672f', 'domain': 'git.franzi.business', 'email_domain_blocklist': { 'gmail.com', @@ -270,7 +270,7 @@ nodes['rx300'] = { }, 'netbox': { 'domain': 'netbox.franzi.business', - 'version': 'v3.0.7', + 'version': 'v3.0.8', 'changelog_retention_days': 360, 'admins': { 'kunsi': 'hostmaster@kunbox.net',