Initial commit: Homelab Infrastructure Dashboard

Features:
- Real-time Proxmox cluster monitoring (nodes, LXC containers)
- Camera integration with go2rtc streams
- Arr stack download progress monitoring
- PBS backup status
- Docker container status
- Uptime Kuma service health
- FastAPI backend with HTMX frontend
This commit is contained in:
2026-01-30 21:03:25 -06:00
commit c952a3b56e
21 changed files with 1560 additions and 0 deletions

21
.gitignore vendored Normal file
View File

@@ -0,0 +1,21 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
ENV/
.env
# IDE
.vscode/
.idea/
*.swp
*.swo
# Logs
*.log
# Local config
config.local.py