sparkyfitness: refactor

This commit is contained in:
Tom Frenzel
2026-02-19 21:49:02 +01:00
parent 7421d98513
commit bf7b3fb9e8
3 changed files with 57 additions and 105 deletions

View File

@@ -9,18 +9,18 @@
"updateable": true,
"privileged": false,
"interface_port": 80,
"documentation": "https://codewithcj.github.io/SparkyFitness/",
"documentation": "https://codewithcj.github.io/SparkyFitness",
"website": "https://github.com/CodeWithCJ/SparkyFitness",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/workout-cool.webp",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/sparkyfitness.webp",
"config_path": "/etc/sparkyfitness/.env",
"description": "SparkyFitness is a self-hosted, privacy-first fitness tracking platform for nutrition, workouts, body metrics, and health integrations.",
"description": "A self-hosted, privacy-first alternative to MyFitnessPal. Track nutrition, exercise, body metrics, and health data while keeping full control of your data.",
"install_methods": [
{
"type": "default",
"script": "ct/sparkyfitness.sh",
"resources": {
"cpu": 1,
"ram": 1028,
"cpu": 2,
"ram": 2048,
"hdd": 4,
"os": "Debian",
"version": "13"
@@ -31,10 +31,5 @@
"username": null,
"password": null
},
"notes": [
{
"text": "Optional Garmin connector can be enabled during installation.",
"type": "info"
}
]
"notes": []
}