Add VM configs, WireGuard, and MSP360 setup

- vm-configs/fstab/: fstab snapshots for JARVIS, NPM, NovaCPX, Jellyfin, MediaStack
- vm-configs/network-reference.md: full IP/service/NAS/WireGuard reference
- wireguard/: MediaStack wg0/wg1 and WireGuard CT nord0/wg-clients configs
- msp360/: install and setup scripts + staggered backup schedule

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01X8tDRrQqgLjqXebMCBNcP3
This commit is contained in:
2026-06-30 07:53:48 -05:00
parent 468d8c9ba5
commit d45f88b604
13 changed files with 336 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# WireGuard CT (LXC 110, 10.48.200.67) client-server config
# Accepts connections from MediaStack and Jellyfin
# File: /etc/wireguard/wg-clients.conf
[Interface]
Address = 10.200.0.1/24
ListenPort = 51821
PrivateKey = uMdYzpGScR4D8cIm7WNbTJ5KHZQGAIFUInMI+4MZjkU=
PostUp = iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE; sysctl -w net.ipv4.ip_forward=1
PostDown = iptables -t nat -D POSTROUTING -o eth0 -j MASQUERADE
[Peer]
# MediaStack (10.48.200.35)
PublicKey = CaG79S1fJeJDlYCMhHz8BrDfizBq+OiGnO5VzFIk3gE=
AllowedIPs = 10.200.0.4/32