1
0
Fork 0

Add synapse dashboard

This commit is contained in:
Malte Brandy 2021-05-26 23:05:11 +02:00
parent 6ac2b7e1b7
commit eb43726226
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -23,6 +23,7 @@ let
dashboards = pkgs.runCommand "dashboards" { } ''
mkdir -p $out
cp ${./grafana-dashboards}/* $out
cp ${lib.utils.copyFile "${pkgs.matrix-synapse.src}/contrib/grafana/synapse.json"} $out/
substituteInPlace $out/health-status.json --replace '@BADGES@' '${badges}' \
'';
in