Added stack.toml files for all stacks: - monitoring/prometheus/stack.toml - monitoring/grafana/stack.toml - monitoring/node-exporter/stack.toml - communication/gotify/stack.toml - communication/vaultwarden/stack.toml Each stack.toml contains: - Stack metadata (name, description, version, category) - Compose file reference - Secret variables - Port mappings - Volume definitions - Network configuration - Healthcheck settings |
||
|---|---|---|
| .. | ||
| compose.yml | ||
| README.md | ||
| stack.toml | ||
Prometheus
📊 Monitoring & Alerting
Prometheus ist ein Open-Source-Monitoring- und Alerting-System.
🚀 Quick Start
- In Komodo: Stack auswählen → Deploy
- Server wählen
- Warten bis Container läuft
- Caddy Config hinzufügen
- Öffnen unter
prometheus.example.com
🔧 Caddy Integration
ssh <server>
sudo nano /etc/caddy/Caddyfile
Hinzufügen:
prometheus.example.com {
reverse_proxy localhost:9090
}
sudo systemctl reload caddy
🔐 Secrets (Komodo)
Keine Secrets erforderlich für Basis-Installation.
📁 Files
compose.yml- Docker Compose Konfiguration
📊 Prometheus UI
- URL: http://localhost:9090
- Query Browser:
/graph - Alerts:
/alerts - Targets:
/targets
🔄 Updates
Prometheus wird automatisch aktuell gehalten durch Komodo.