Common Issues
Frequently encountered problems and quick fixes.
Common Problems
| Issue | Symptoms | Quick Fix |
|---|---|---|
| Service returns 502 | Traefik reports bad gateway | Check container logs and restart service |
| SSO redirect loop | Infinite login redirect | Verify OAuth2-Proxy client settings and cookies |
| Certificate errors | Browser TLS warnings | Check Traefik logs and DNS challenge settings |
| High CPU usage | Slow responses | Identify top container, restart if needed |
| Disk full | Writes fail, DB errors | Clear logs, expand disk, prune Docker |
Quick Commands
# List containers
ssh ravenhelm@100.115.101.81 "docker ps -a"
# Tail logs
ssh ravenhelm@100.115.101.81 "docker logs <container> --tail 200"
# Check disk
ssh ravenhelm@100.115.101.81 "df -h"