Creating a docker container "withings-sync" in my UnRaid server


Recommended Posts

Hi, can someone please guide me how to create a docker container out of this Docker installation steps? 

GitHub - jaroslawhartman/withings-sync: Synchronisation of Withings weight

 

$ docker pull ghcr.io/jaroslawhartman/withings-sync:master

 

this app/docker helps synchronizing an app "withings" that keep track of different body measures and the Garmin connect app. 

 

I have no clue how to get started to create this docker app. 

thank you so much for your time

Link to comment
  • 4 months later...

Hi, I know it's been a while but i've been working on this myself. Do you still need help with it? I found these resources:

https://github.com/jaroslawhartman/withings-sync

and https://github.com/maruina/docker-withings-sync

 

I tried the maruina docker but it wasn't pulling from the updated withings-sync repo and gave me a type error. I ended up learning and pushing my own which seems to work for now but I really don't have a good grasp on what exactly i'm doing.

 

For now you should be able to run:

docker run -it -e GARMIN_USERNAME='<GARMIN_EMAIL>' -e GARMIN_PASSWORD='<GARMIN_PASSWORD>' -v /mnt/user/appdata/withings-sync:/root ghcr.io/findthelorax/docker-withings-sync:latest /bin/bash

 

then

withings-sync -f 2019-01-25 -v

which should prompt for a token

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.