debian 13 #25

Merged
cronekorkn merged 16 commits from debian-13 into master 2025-08-10 09:37:49 +02:00
2 changed files with 4 additions and 56 deletions
Showing only changes of commit e65aa8fdab - Show all commits

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',
'target': 'x86_64-unknown-linux-gnu',
},
'arm64': {
'node': 'home.openhab',
'target': 'aarch64-unknown-linux-gnu',
},
# 'arm64': {
# 'node': 'home.openhab',
# 'target': 'aarch64-unknown-linux-gnu',
# },
},
'download_server': 'htz.mails',
},