Compare commits

..

No commits in common. "6aad319d53aefb358f99e5c8d1fe1cb43ba2c6f2" and "d374dddf0ba814b70f98bda2e2aa28429c03661b" have entirely different histories.

3 changed files with 26 additions and 17 deletions

View file

@ -9,7 +9,6 @@
], ],
'bundles': [ 'bundles': [
'kea-dhcpd', 'kea-dhcpd',
'wireguard',
], ],
'metadata': { 'metadata': {
'id': '1d6a43e5-858c-42f9-9c40-ab63d61c787c', 'id': '1d6a43e5-858c-42f9-9c40-ab63d61c787c',
@ -61,18 +60,5 @@
}, },
}, },
}, },
'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,6 +33,7 @@
'twitch-clip-download', 'twitch-clip-download',
'raspberrymatic-cert', 'raspberrymatic-cert',
'tasmota-charge', 'tasmota-charge',
'wireguard',
'wol-waker', 'wol-waker',
'zfs', 'zfs',
], ],
@ -65,7 +66,7 @@
'download_server': 'htz.mails', 'download_server': 'htz.mails',
}, },
'gitea': { 'gitea': {
'version': '8.0.3', 'version': '7.0.1',
'domain': 'git.sublimity.de', 'domain': 'git.sublimity.de',
'conf': { 'conf': {
'mailer': { 'mailer': {
@ -172,6 +173,19 @@
'threads': 32, 'threads': 32,
'ram': 49152, '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': {
'zfs_arc_max_percent': 80, 'zfs_arc_max_percent': 80,
'storage_classes': { 'storage_classes': {

View file

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