From b6951992d552f849a35e15cf63cadcee902a53b8 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Thu, 30 Oct 2025 16:44:31 -0400 Subject: [PATCH] add more services --- clients/quadraticserver/stats/grafana.nix | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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"; + } ] ); };