openhab no longer exists

This commit is contained in:
CroneKorkN 2025-08-09 23:08:15 +02:00
parent 70b17657a1
commit e65aa8fdab
Signed by: cronekorkn
SSH key fingerprint: SHA256:v0410ZKfuO1QHdgKBsdQNF64xmTxOF8osF1LIqwTcVw
2 changed files with 4 additions and 56 deletions

View file

@ -1,52 +0,0 @@
{
'dummy': True,
'hostname': '10.0.0.17',
'groups': [
'autologin',
'backup',
'debian-12',
'home',
'monitored',
'raspberry-pi',
'webserver',
],
'bundles': [
'build-agent',
'java',
'openhab',
'systemd-swap',
'zfs',
],
'metadata': {
'id': '34199b24-4621-42f4-85ae-ec354f9c43e6',
'network': {
'internal': {
'interface': 'eth0',
'ipv4': '10.0.0.17/24',
'gateway4': '10.0.0.1',
},
},
'nginx': {
'vhosts': {
'openhab.ckn.li': {
'content': 'nginx/proxy_pass.conf',
'context': {
'target': 'http://localhost:8080',
},
},
},
},
'java': {
'version': 17,
},
'zfs': {
'pools': {
'tank': {
'devices': [
'/dev/mmcblk1p3',
],
},
},
},
},
}

View file

@ -55,10 +55,10 @@
'node': 'home.server', 'node': 'home.server',
'target': 'x86_64-unknown-linux-gnu', 'target': 'x86_64-unknown-linux-gnu',
}, },
'arm64': { # 'arm64': {
'node': 'home.openhab', # 'node': 'home.openhab',
'target': 'aarch64-unknown-linux-gnu', # 'target': 'aarch64-unknown-linux-gnu',
}, # },
}, },
'download_server': 'htz.mails', 'download_server': 'htz.mails',
}, },