yourls enbale wireguard and backup

This commit is contained in:
CroneKorkN 2025-06-22 10:57:15 +02:00
parent 0035dd1e6f
commit 53659b4364
Signed by: cronekorkn
SSH key fingerprint: SHA256:v0410ZKfuO1QHdgKBsdQNF64xmTxOF8osF1LIqwTcVw
2 changed files with 21 additions and 7 deletions

View file

@ -52,6 +52,7 @@
'left4.me',
'elimu-kwanza.de',
'cronekorkn.de',
'direkt.oranienschule.de',
'foerderkreis.oranienschule-wiesbaden-wiki.de',
},
},

View file

@ -4,13 +4,13 @@
{
'hostname': '168.119.250.114',
'groups': [
#'backup',
'backup',
'debian-12',
#'monitored',
'monitored',
'webserver',
],
'bundles': [
#'wireguard',
'wireguard',
'mariadb',
'php',
'yourls',
@ -21,7 +21,7 @@
'network': {
'internal': {
'interface': 'ens10',
'ipv4': '10.0.227.4/24',
'ipv4': '10.0.228.2/24',
},
'external': {
'interface': 'eth0',
@ -40,13 +40,26 @@
},
},
# FIXME:
'overwrite_nameservers': [
'8.8.8.8',
],
# 'overwrite_nameservers': [
# '8.8.8.8',
# ],
'vm': {
'cores': 2,
'ram': 4096,
},
'wireguard': {
'my_ip': '172.30.0.239/32',
's2s': {
'htz.mails': {
'allowed_ips': [
'10.0.0.0/24',
'10.0.2.0/24',
'10.0.9.0/24',
'10.0.10.0/24',
],
},
},
},
'zfs': {
'pools': {
'tank': {