All checks were successful
CI / Test backend (pull_request) Successful in 34s
CI / Check ui (pull_request) Successful in 33s
CI / Docker / backend (pull_request) Successful in 1m26s
CI / Docker / runner (pull_request) Successful in 1m50s
CI / Docker / ui (pull_request) Successful in 1m3s
CI / Docker / caddy (pull_request) Successful in 5m53s
- Remove GlitchTip, Umami, Fider, Gotify, Uptime Kuma, Dozzle, Watchtower from prod docker-compose (now run on homelab) - Add dozzle-agent on prod (127.0.0.1:7007) for homelab Dozzle to connect to - Remove corresponding subdomain blocks from Caddyfile (now routed via Cloudflare Tunnel from homelab) - Add homelab/docker-compose.yml: unified homelab stack with all migrated tooling services plus full OTel stack (Tempo 2.6.1, Loki, Prometheus, OTel Collector, Grafana) - Add homelab/otel/: Tempo, Loki, Prometheus, OTel Collector configs + Grafana provisioning (datasources + dashboards) - Add homelab/dozzle/users.yml for Dozzle auth
14 lines
370 B
YAML
14 lines
370 B
YAML
# Grafana dashboard provisioning
|
|
# Points Grafana at the local dashboards directory.
|
|
# Drop any .json dashboard file into homelab/otel/grafana/provisioning/dashboards/
|
|
# and it will appear in Grafana automatically on restart.
|
|
|
|
apiVersion: 1
|
|
|
|
providers:
|
|
- name: libnovel
|
|
folder: LibNovel
|
|
type: file
|
|
options:
|
|
path: /etc/grafana/provisioning/dashboards
|