wireguard, stash, docker debian, jellyfin

This commit is contained in:
2026-03-21 13:17:20 +01:00
parent 473e8d4a8d
commit d07446a879
18 changed files with 767 additions and 54 deletions
+12
View File
@@ -0,0 +1,12 @@
[Interface]
Address = {{ item.ip_address }}
PrivateKey = {{ item.private_key }}
DNS = 10.8.0.1
[Peer]
PublicKey = {{ wireguard_server.public_key }}
Endpoint = home.hoekveen.net:51820
# Route all home network traffic through WireGuard
# To route ALL traffic (full VPN), change to: 0.0.0.0/0
AllowedIPs = 192.168.178.0/24, 10.8.0.0/24
PersistentKeepalive = 25