add snapserver to home.nas

This commit is contained in:
Franzi 2025-06-28 12:12:36 +02:00
parent 25a35721ea
commit 955e2418fa
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 11 additions and 0 deletions

View file

@ -18,6 +18,7 @@ aurto IN CNAME aurto.htz-cloud
; stuff running at home ; stuff running at home
jellyfin.home IN CNAME nas.home jellyfin.home IN CNAME nas.home
navidrome.home IN CNAME nas.home navidrome.home IN CNAME nas.home
snapserver.home IN CNAME nas.home
; Mail servers ; Mail servers
mta-sts IN CNAME carlene mta-sts IN CNAME carlene

View file

@ -14,6 +14,7 @@ nodes['home.nas'] = {
'rsyslogd', 'rsyslogd',
'samba', 'samba',
'smartd', 'smartd',
'snapserver',
'vmhost', 'vmhost',
'zfs', 'zfs',
}, },
@ -177,6 +178,9 @@ nodes['home.nas'] = {
'navidrome': { 'navidrome': {
'ssl': '_.home.kunbox.net', 'ssl': '_.home.kunbox.net',
}, },
'snapserver': {
'ssl': '_.home.kunbox.net',
},
}, },
}, },
'rsyslogd': { 'rsyslogd': {
@ -210,6 +214,12 @@ nodes['home.nas'] = {
'/dev/disk/by-id/ata-INTEL_SSDSC2KB960G8_PHYF244002AS960CGN', '/dev/disk/by-id/ata-INTEL_SSDSC2KB960G8_PHYF244002AS960CGN',
}, },
}, },
'snapserver': {
'domain': 'snapserver.home.kunbox.net',
'restrict-to': {
'172.19.138.0/24',
},
},
'systemd-networkd': { 'systemd-networkd': {
'bridges': { 'bridges': {
'br0': { 'br0': {