From 3fd0bdbf40569ffef9328f3af564907798d05e84 Mon Sep 17 00:00:00 2001 From: JJ Date: Thu, 1 May 2025 11:05:25 +0200 Subject: [PATCH] Grafana: add config path & documentation (#4162) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fix config path "conf.d" in config path was wrong, removed it. * add grafana documentation link Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com> --------- Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com> --- frontend/public/json/grafana.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/public/json/grafana.json b/frontend/public/json/grafana.json index abb8a3567..47dc4b887 100644 --- a/frontend/public/json/grafana.json +++ b/frontend/public/json/grafana.json @@ -9,10 +9,10 @@ "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/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": [ {