ABOUT
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
Approved local installer
Config path/etc/sparkyfitness-garmin/.env
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/tools/addon/sparkyfitness-garmin.sh'; sha='73c7821dbf48f36ea268da51ed03dab829ad974e5232be183b48409d53f5b465'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path tools/addon/sparkyfitness-garmin.shSHA-256 73c7821dbf48f36ea268da51ed03dab829ad974e5232be183b48409d53f5b465 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.