No description
- Shell 74.2%
- Dockerfile 14.2%
- Python 11.6%
| scripts | ||
| .gitlab-ci.yml | ||
| Dockerfile | ||
| README.md | ||
Sync Sports
Execution e.g. as cronjob
docker run \
-v /path/to/strava-backup-folder/:/backup/ \
-v /path/to/withings_user.json:/root/.withings_user.json \
-v /path/to/backup-config.conf:/root/backup-config.conf \
-e GARMIN_PASSWORD='foo' \
-e GARMIN_USER='bar' \
docker.winseda.de/docker/sync-sports
Withings-Sync
Download of Withings data requires the association of a Withings Token. Embedding token info in the container did not seem to work. As of now, assigning a mounted volume with the withings user configuration seems to work.
Withings-To-Garmin-Sync
Data downloaded as a result of Withings-Sync is uploaded to Garmin
Kinomap-To-Garmin-Sync
Activities forwarded from Kinomap is uploaded to Garmin
Runalyze-Sync
- Activated as part of strava-backup: https://github.com/tgradl/strava-backup/
strava-backupneeds to be called with--runalyzeflag