Compare commits

...

2 commits

Author SHA1 Message Date
6aad319d53
wip 2024-09-22 11:22:38 +02:00
c8ea9b2ca4
wip 2024-09-22 02:02:19 +02:00
3 changed files with 17 additions and 26 deletions

View file

@ -9,6 +9,7 @@
],
'bundles': [
'kea-dhcpd',
'wireguard',
],
'metadata': {
'id': '1d6a43e5-858c-42f9-9c40-ab63d61c787c',
@ -60,5 +61,18 @@
},
},
},
'wireguard': {
'my_ip': '172.30.0.2/32',
's2s': {
'htz.mails': {
'allowed_ips': [
'10.0.10.0/24',
'10.0.10.0/24',
'192.168.179.0/24',
'10.0.227.0/24', # mseibert.freescout
],
},
},
},
},
}

View file

@ -33,7 +33,6 @@
'twitch-clip-download',
'raspberrymatic-cert',
'tasmota-charge',
'wireguard',
'wol-waker',
'zfs',
],
@ -66,7 +65,7 @@
'download_server': 'htz.mails',
},
'gitea': {
'version': '7.0.1',
'version': '8.0.3',
'domain': 'git.sublimity.de',
'conf': {
'mailer': {
@ -173,19 +172,6 @@
'threads': 32,
'ram': 49152,
},
'wireguard': {
'my_ip': '172.30.0.2/32',
's2s': {
'htz.mails': {
'allowed_ips': [
'10.0.10.0/24',
'10.0.10.0/24',
'192.168.179.0/24',
'10.0.227.0/24', # mseibert.freescout
],
},
},
},
'zfs': {
'zfs_arc_max_percent': 80,
'storage_classes': {

View file

@ -22,15 +22,6 @@
'zfs',
],
'metadata': {
'users': {
'root': {
#'password': 'November99!!..',
},
},
'id': 'ea29bdf0-0b47-4bf4-8346-67d60c9dc4ae',
'network': {
'internal': {
@ -205,12 +196,12 @@
},
'vm': {
'cores': 4,
'ram': 16384,
'ram': 8192,
},
'wireguard': {
'my_ip': '172.30.0.1/24',
's2s': {
'home.server': {
'home.router': {
'allowed_ips': [
'10.0.0.0/24',
'10.0.2.0/24',