feat(y2q): add grafana

- Add runit service for Grafana
- Add Caddy route for grafana.ts.toast.name
This commit is contained in:
toast 2025-12-08 19:27:27 +09:00
parent 18997b1fef
commit bb37a6c3a8
2 changed files with 26 additions and 0 deletions

View file

@ -19,6 +19,11 @@
# Glances
reverse_proxy http://localhost:61208
}
http://grafana.ts.toast.name {
# Grafana
reverse_proxy http://localhost:${config.runit.services.grafana.environment.GF_SERVER_HTTP_PORT}
}
'';
runit.services.caddy = {