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.
36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"name": "SparkyFitness Garmin Microservice",
|
|
"slug": "sparkyfitness-garmin",
|
|
"categories": [
|
|
9
|
|
],
|
|
"date_created": "2026-03-26",
|
|
"type": "addon",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 8000,
|
|
"documentation": "https://codewithcj.github.io/SparkyFitness",
|
|
"website": "https://github.com/CodeWithCJ/SparkyFitness",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/sparkyfitness.webp",
|
|
"description": "Microservice that acts as a bridge between the Garmin API and the main SparkyFitness application. It's required if users want to sync their Garmin data with SparkyFitness.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "tools/addon/sparkyfitness-garmin.sh",
|
|
"config_path": "/etc/sparkyfitness-garmin/.env",
|
|
"resources": {
|
|
"cpu": null,
|
|
"ram": null,
|
|
"hdd": null,
|
|
"os": null,
|
|
"version": null
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": []
|
|
}
|