Features: - Service health monitoring with response times - Proxmox cluster integration (nodes, VMs, containers) - PBS backup server monitoring - Camera viewer with WebRTC (go2rtc) - Docker container monitoring - Uptime Kuma integration - Mobile-friendly responsive design - YAML-based configuration for easy setup
31 lines
250 B
Plaintext
31 lines
250 B
Plaintext
# Secrets - NEVER commit these
|
|
secrets.yaml
|
|
*.secret
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.class
|
|
venv/
|
|
.venv/
|
|
*.egg-info/
|
|
.eggs/
|
|
|
|
# User settings
|
|
settings.json
|
|
config.yaml
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|