From 276c648f29ae41071fc7bad18ae2881ea12b37d7 Mon Sep 17 00:00:00 2001 From: ProxMenuxBot Date: Sun, 29 Mar 2026 18:07:42 +0000 Subject: [PATCH] Update helpers_cache.json --- json/helpers_cache.json | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/json/helpers_cache.json b/json/helpers_cache.json index bc9c7db9..e9b19515 100644 --- a/json/helpers_cache.json +++ b/json/helpers_cache.json @@ -15005,6 +15005,37 @@ "config_path": "/etc/sparkyfitness/.env", "os": "debian" }, + { + "name": "SparkyFitness Garmin Microservice", + "slug": "sparkyfitness-garmin", + "desc": "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.", + "script": "tools/addon/sparkyfitness-garmin.sh", + "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/addon/sparkyfitness-garmin.sh", + "script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/tools/addon/sparkyfitness-garmin.sh", + "type": "addon", + "type_id": "88xtxy57q80v38v", + "categories": [ + "scriptcat00009" + ], + "category_names": [ + "Monitoring & Analytics" + ], + "notes": [], + "port": 8000, + "website": "https://github.com/CodeWithCJ/SparkyFitness", + "documentation": "https://codewithcj.github.io/SparkyFitness", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/sparkyfitness.webp", + "updateable": true, + "privileged": false, + "has_arm": false, + "is_dev": false, + "execute_in": [ + "lxc", + "vm" + ], + "config_path": "/etc/sparkyfitness-garmin/.env", + "os": "" + }, { "name": "Speedtest-Tracker", "slug": "speedtest-tracker", @@ -18478,7 +18509,7 @@ "updateable": true, "privileged": false, "has_arm": false, - "is_dev": true, + "is_dev": false, "execute_in": [ "lxc" ],