Migrated all 80 app JSON files to place config_path inside each install_methods object instead of at the root level. This allows different install methods (e.g. Debian vs Alpine) to have distinct config paths. Also updated AGENTS.md JSON structure example to reflect the change.
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "garmin-grafana",
|
|
"slug": "garmin-grafana",
|
|
"categories": [
|
|
9
|
|
],
|
|
"date_created": "2025-05-08",
|
|
"type": "addon",
|
|
"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",
|
|
"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",
|
|
"resources": {
|
|
"cpu": null,
|
|
"ram": null,
|
|
"hdd": null,
|
|
"os": null,
|
|
"version": null
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "Grafana and InfluxDB credentials are stored in `/opt/garmin-grafana/.env`.",
|
|
"type": "info"
|
|
},
|
|
{
|
|
"text": "`garmin-grafana` only imports the past 7 days by default. To import historical data, use `/usr/local/bin/garmin-bulk-import` after installation.",
|
|
"type": "info"
|
|
}
|
|
]
|
|
}
|