add missing paperless service in grafana

This commit is contained in:
Noah Masur 2024-08-18 19:35:44 -04:00
parent 45deba10af
commit 1e7c69b3ea
No known key found for this signature in database

View File

@ -1083,6 +1083,28 @@ in
}
];
}
{
matcher = {
id = "byName";
options = "localhost:${builtins.toString config.services.paperless.port}";
};
properties = [
{
id = "displayName";
value = "Paperless";
}
{
id = "links";
value = [
{
targetBlank = true;
title = "";
url = "https://${config.hostnames.paperless}";
}
];
}
];
}
];
};
gridPos = {