Docker image for jaroslawhartman/withings-sync.
docker run -it -e GARMIN_USERNAME=<YOUR_GARMIN_USER> -e GARMIN_PASSWORD=<YOUR_GARMIN_PASSWORD> -v $HOME:/root ghcr.io/maruina/docker-withings-sync:latest /bin/bash
# From inside the container
withings-sync -f 2019-01-25 -v
For more information visit https://github.com/jaroslawhartman/withings-sync#obtaining-withings-authorization-code.
docker run -e GARMIN_USERNAME=<YOUR_GARMIN_USER> -e GARMIN_PASSWORD=<YOUR_GARMIN_PASSWORD> -v $HOME:/root ghcr.io/maruina/docker-withings-sync:latest
For more information visit https://github.com/jaroslawhartman/withings-sync#usage.
There is cron config to run withings-sync
every day at 10.
To change this time you need to edit https://github.com/maruina/docker-withings-sync/blob/main/entrypoint.sh#L28.