Häufige Probleme

502 Bad Gateway:

# Service läuft nicht
docker compose ps
systemctl status caddy

# Tunnel funktioniert nicht
ping 10.100.0.2
wg show

Connection Refused:

# Port nicht offen
ufw status
netstat -tlnp | grep PORT

# Service nicht erreichbar
docker logs CONTAINER

Disk Space voll:

df -h
docker system prune -a --volumes

Revision #1
Created 2025-12-06 12:17:08 UTC by Denode
Updated 2025-12-06 12:17:08 UTC by Denode