From 9cca4fc7ac7e33b511e20b3f32c7be0129a7516a Mon Sep 17 00:00:00 2001 From: Tobias <5702338+T0biii@users.noreply.github.com> Date: Tue, 7 Apr 2026 18:31:15 +0200 Subject: [PATCH 1/2] remove Powered by Grafana Signed-off-by: Tobias <5702338+T0biii@users.noreply.github.com> --- config.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config.json b/config.json index 5b0c8dce..d34b2938 100644 --- a/config.json +++ b/config.json @@ -165,31 +165,31 @@ "nodeInfos": [ { "name": "Clients (24 Stunden)", - "image": "https://stats.ffmuc.net/render/d-solo/hRIn3dRWk/mesh-nodes?orgId=1&panelId=2&var-nodeid={NODE_ID}&width=450&height=300&theme=light&from=now-24h", + "image": "https://stats.ffmuc.net/render/d-solo/hRIn3dRWk/mesh-nodes?orgId=1&panelId=2&var-nodeid={NODE_ID}&width=450&height=300&theme=light&from=now-24h&hideLogo=true", "href": "https://stats.ffmuc.net/d/hRIn3dRWk/mesh-nodes?orgId=1&var-nodeid={NODE_ID}", "title": "Clients - Knoten {NODE_ID}" }, { "name": "Traffic (24 Stunden)", - "image": "https://stats.ffmuc.net/render/d-solo/hRIn3dRWk/mesh-nodes?panelId=6&var-nodeid={NODE_ID}&width=450&height=400&theme=light&from=now-24h", + "image": "https://stats.ffmuc.net/render/d-solo/hRIn3dRWk/mesh-nodes?panelId=6&var-nodeid={NODE_ID}&width=450&height=400&theme=light&from=now-24h&hideLogo=true", "href": "https://stats.ffmuc.net/d/hRIn3dRWk/mesh-nodes?orgId=1&var-nodeid={NODE_ID}", "title": "Traffic - Knoten {NODE_ID}" }, { "name": "Clients (7 Tage)", - "image": "https://stats.ffmuc.net/render/d-solo/hRIn3dRWk/mesh-nodes?panelId=2&var-nodeid={NODE_ID}&width=450&height=300&theme=light&from=now-7d", + "image": "https://stats.ffmuc.net/render/d-solo/hRIn3dRWk/mesh-nodes?panelId=2&var-nodeid={NODE_ID}&width=450&height=300&theme=light&from=now-7d&hideLogo=true", "href": "https://stats.ffmuc.net/d/hRIn3dRWk/mesh-nodes?orgId=1&var-nodeid={NODE_ID}", "title": "Clients - Knoten {NODE_ID}" }, { "name": "Traffic (7 Tage)", - "image": "https://stats.ffmuc.net/render/d-solo/hRIn3dRWk/mesh-nodes?panelId=6&var-nodeid={NODE_ID}&width=450&height=400&theme=light&from=now-7d", + "image": "https://stats.ffmuc.net/render/d-solo/hRIn3dRWk/mesh-nodes?panelId=6&var-nodeid={NODE_ID}&width=450&height=400&theme=light&from=now-7d&hideLogo=true", "href": "https://stats.ffmuc.net/d/hRIn3dRWk/mesh-nodes?orgId=1&var-nodeid={NODE_ID}", "title": "Traffic - Knoten {NODE_ID}" }, { "name": "Uptime (7 Tage)", - "image": "https://stats.ffmuc.net/render/d-solo/hRIn3dRWk/mesh-nodes?panelId=8&var-nodeid={NODE_ID}&width=450&height=400&theme=light&from=now-7d", + "image": "https://stats.ffmuc.net/render/d-solo/hRIn3dRWk/mesh-nodes?panelId=8&var-nodeid={NODE_ID}&width=450&height=400&theme=light&from=now-7d&hideLogo=true", "href": "https://stats.ffmuc.net/d/hRIn3dRWk/mesh-nodes?orgId=1&var-nodeid={NODE_ID}", "title": "Traffic - Knoten {NODE_ID}" } From 04708a39a240ab25b51dcd6dd47814336300486c Mon Sep 17 00:00:00 2001 From: Tobias <5702338+T0biii@users.noreply.github.com> Date: Tue, 7 Apr 2026 18:52:30 +0200 Subject: [PATCH 2/2] remove Powered by Grafana Signed-off-by: Tobias <5702338+T0biii@users.noreply.github.com> --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index d34b2938..d5e30e60 100644 --- a/config.json +++ b/config.json @@ -199,13 +199,13 @@ "name": "Clients", "title": "Clients pro Segment", "href": "https://stats.ffmuc.net", - "image": "https://stats.ffmuc.net/render/d-solo/kUoZ2DRWz/network-overview?panelId=6&orgId=1&theme=light&width=500&height=500" + "image": "https://stats.ffmuc.net/render/d-solo/kUoZ2DRWz/network-overview?panelId=6&orgId=1&theme=light&width=500&height=500&hideLogo=true" }, { "name": "Traffic", "title": "Traffic pro Server", "href": "https://stats.ffmuc.net", - "image": "https://stats.ffmuc.net/render/d-solo/kUoZ2DRWz/network-overview?panelId=7&orgId=1&theme=light&width=500&height=500" + "image": "https://stats.ffmuc.net/render/d-solo/kUoZ2DRWz/network-overview?panelId=7&orgId=1&theme=light&width=500&height=500&hideLogo=true" } ], "dataPath": ["https://map.ffmuc.net/data/"],