Add WireGuard VM migration troubleshooting

- Document WireGuard conflict when running on host AND VM
- Add NAT port-forwarding solution for VM migration
- Include iptables-persistent setup

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Martin Eckardt
2025-12-28 22:52:50 +01:00
parent 4b218a70dd
commit 3c277ef8bd
2 changed files with 46 additions and 1 deletions

View File

@@ -237,7 +237,7 @@ services:
- SAMSUNG_TV_IP=${SAMSUNG_TV_IP:-192.168.178.100}
- SAMSUNG_TV_MAC=${SAMSUNG_TV_MAC:-}
- SAMSUNG_TV_NAME=n8n-proxmox
- SAMSUNG_TV_PORT=8002
- SAMSUNG_TV_PORT=${SAMSUNG_TV_PORT:-8001}
- SAMSUNG_TV_TOKEN_FILE=/data/tv-token.txt
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:5000/health"]