komodo-stacks/stacks/grafana
2026-03-09 19:05:23 +00:00
..
compose.yml fix: Move all stacks directly under stacks/ (no category subfolders) 2026-03-09 17:37:32 +00:00
README.md fix: Move all stacks directly under stacks/ (no category subfolders) 2026-03-09 17:37:32 +00:00
stack.toml feat: Add stack.toml metadata files for all stacks 2026-03-09 19:05:23 +00:00

Grafana

📊 Dashboards & Visualisierung

Grafana ist eine Open-Source-Plattform für Datenvisualisierung.


🚀 Quick Start

  1. In Komodo: Stack auswählen → Deploy
  2. Server wählen
  3. Warten bis Container läuft
  4. Caddy Config hinzufügen
  5. Öffnen und einloggen (admin/admin)

🔧 Caddy Integration

ssh <server>
sudo nano /etc/caddy/Caddyfile

Hinzufügen:

grafana.example.com {
    reverse_proxy localhost:3000
}
sudo systemctl reload caddy

🔐 Secrets (Komodo)

Secret Name Beschreibung Beispiel
grafana-admin-user Admin Username admin
grafana-admin-pass Admin Password sicheres-passwort

📁 Files

  • compose.yml - Docker Compose Konfiguration

📊 Datenquellen

Nach dem ersten Login:

  1. Configuration → Data Sources
  2. Add data source
  3. Prometheus auswählen
  4. URL: http://prometheus:9090 (wenn auf gleichem Server: http://localhost:9090)
  5. Save & Test

🔄 Updates

Wird automatisch aktuell gehalten durch Komodo.


📞 Support