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
],
"date_created": "2025-05-08",
"type": "addon",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 3000,
"documentation": "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",
"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.",
"install_methods": [
{
"type": "default",
"script": "/tools/addon/garmin-grafana.sh",
"config_path": "/opt/garmin-grafana/.env",
"script": "ct/garmin-grafana.sh",
"resources": {
"cpu": null,
"ram": null,
"hdd": null,
"os": null,
"version": null
"cpu": 2,
"ram": 2048,
"hdd": 8,
"os": "Debian",
"version": "13"
}
}
],