Merge pull request #1828 from yooknee/fix/garmin-grafana-json-type

fix: correct garmin-grafana JSON type and script path
This commit is contained in:
CanbiZ (MickLesk)
2026-05-17 20:11:18 +02:00
committed by GitHub

View File

@@ -5,25 +5,25 @@
9 9
], ],
"date_created": "2025-05-08", "date_created": "2025-05-08",
"type": "addon", "type": "ct",
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"interface_port": 3000, "interface_port": 3000,
"documentation": "https://github.com/arpanghosh8453/garmin-grafana", "documentation": "https://github.com/arpanghosh8453/garmin-grafana",
"website": "https://github.com/arpanghosh8453/garmin-grafana", "website": "https://github.com/arpanghosh8453/garmin-grafana",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/garmin-grafana.webp", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/garmin-grafana.webp",
"config_path": "/opt/garmin-grafana/.env",
"description": "A self-hosted solution to fetch data from Garmin servers and store it in a local InfluxDB database for visualization with Grafana.", "description": "A self-hosted solution to fetch data from Garmin servers and store it in a local InfluxDB database for visualization with Grafana.",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "/tools/addon/garmin-grafana.sh", "script": "ct/garmin-grafana.sh",
"config_path": "/opt/garmin-grafana/.env",
"resources": { "resources": {
"cpu": null, "cpu": 2,
"ram": null, "ram": 2048,
"hdd": null, "hdd": 8,
"os": null, "os": "Debian",
"version": null "version": "13"
} }
} }
], ],