From fd0633a50b6ec28809b60049e48cb287b9a6fe6c Mon Sep 17 00:00:00 2001 From: JJ Date: Thu, 1 May 2025 09:22:19 +0200 Subject: [PATCH 1/2] Fix config path "conf.d" in config path was wrong, removed it. --- frontend/public/json/grafana.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/json/grafana.json b/frontend/public/json/grafana.json index abb8a356774..6caf146bcb7 100644 --- a/frontend/public/json/grafana.json +++ b/frontend/public/json/grafana.json @@ -12,7 +12,7 @@ "documentation": null, "website": "https://grafana.com/", "logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/grafana.svg", - "config_path": "/etc/conf.d/grafana", + "config_path": "/etc/grafana", "description": "Grafana is a data visualization and monitoring platform that enables users to query, visualize, alert on and understand metrics, logs, and other data sources. It integrates with various data sources, including Prometheus, InfluxDB, Elasticsearch, and many others, to present a unified view of the data and enable users to create insightful and interactive dashboards.", "install_methods": [ { From b55c0dc4ddb7fef27e3b21e41c4b8ab7e7d087f7 Mon Sep 17 00:00:00 2001 From: JJ Date: Thu, 1 May 2025 09:43:04 +0200 Subject: [PATCH 2/2] add grafana documentation link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com> --- frontend/public/json/grafana.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/json/grafana.json b/frontend/public/json/grafana.json index 6caf146bcb7..47dc4b887f6 100644 --- a/frontend/public/json/grafana.json +++ b/frontend/public/json/grafana.json @@ -9,7 +9,7 @@ "updateable": true, "privileged": false, "interface_port": 3000, - "documentation": null, + "documentation": "https://grafana.com/docs/grafana/latest/", "website": "https://grafana.com/", "logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/grafana.svg", "config_path": "/etc/grafana",