komodo-stacks/stacks/grafana
nocci 606a3ed72c feat: Add stack.toml in each stack directory
Each stack now has a stack.toml that defines the stack for Resource Sync:

[[stacks]]
name = "..."
description = "..."
compose_path = "compose.yml"

This tells Komodo what each stack is when using Resource Sync.
2026-03-09 20:05:50 +00:00
..
compose.yml feat: Restructure to subdirectories with compose.yml 2026-03-09 19:51:35 +00:00
README.md feat: Restructure to subdirectories with compose.yml 2026-03-09 19:51:35 +00:00
stack.toml feat: Add stack.toml in each stack directory 2026-03-09 20:05:50 +00:00

Grafana

📊 Dashboards & Visualisierung

Deploy in Komodo

Pfad: stacks/grafana/

Secrets

  • GF_SECURITY_ADMIN_USER - Admin Username
  • GF_SECURITY_ADMIN_PASSWORD - Admin Password

Ports

  • 3000 - Web UI

Caddy

grafana.example.com {
    reverse_proxy localhost:3000
}