diff --git a/clients/quadraticserver/stats/grafana.nix b/clients/quadraticserver/stats/grafana.nix index bef488f..1dca310 100644 --- a/clients/quadraticserver/stats/grafana.nix +++ b/clients/quadraticserver/stats/grafana.nix @@ -40,9 +40,13 @@ in dashboards.default_home_dashboard_path = toString ( (import ../../../lib/status.nix attrs) [ { - name = "Continuwuity (Matrix)"; + name = "Matrix"; service = "continuwuity.service"; } + { + name = "LaSuite Docs"; + service = "lasuite-docs.service"; + } { name = "Forgejo (Git)"; service = "forgejo.service"; @@ -51,6 +55,14 @@ in name = "SearXNG (Search)"; service = "searx.service"; } + { + name = "Redlib"; + service = "redlib.service"; + } + { + name = "GMessages Bridge"; + service = "matrix-as-gmessages.service"; + } ] ); };