Go to file
Alexander Bocken 707d1664a8
add .patch
2024-02-07 15:05:19 +01:00
.github/workflows CI - update actions version 2024-02-04 10:03:04 +01:00
db Tests - parallelize python tests w/ pytest-xdist 2022-11-19 20:17:58 +01:00
docker Docker - install fittrackee in a virtual env 2023-06-21 17:20:31 +02:00
docs Docs - fix upgrade command on prod env 2024-02-04 22:31:15 +01:00
docsrc Docs - fix upgrade command on prod env 2024-02-04 22:31:15 +01:00
e2e Tests - add missing e2e test (add a workout w/ gpx) 2023-07-14 17:43:50 +02:00
fittrackee update dist 2024-02-07 15:03:11 +01:00
fittrackee_client Add Weights and Calisthenics Sport 2024-02-07 14:59:30 +01:00
.coveragerc API - update python dependencies 2021-01-31 18:40:20 +01:00
.dockerignore Added data to dockerignore 2021-10-18 13:33:13 -04:00
.env.docker remove `darksky` from available weather providers 2023-09-03 09:30:57 +02:00
.env.example remove `darksky` from available weather providers 2023-09-03 09:30:57 +02:00
.flake8 API - drop python 3.7 support 2023-06-14 20:59:06 +02:00
.gitignore Tests - parallelize python tests w/ pytest-xdist 2022-11-19 20:17:58 +01:00
CHANGELOG.md bump to version 0.7.30 2024-02-04 17:12:21 +01:00
CONTRIBUTING.md Minor typo in CONTRIBUTING.md 2023-07-12 21:09:19 +02:00
Dockerfile Docker - install fittrackee in a virtual env 2023-06-21 17:20:31 +02:00
LICENSE update license to AGPLv3 2021-11-03 17:08:14 +01:00
Makefile bump to version 0.7.26 2023-11-19 16:48:36 +01:00
Makefile.config Merge pull request #378 from SamR1/docs-i18n 2023-06-24 17:52:10 +02:00
README.md bump to version 0.7.29 2024-01-06 17:58:02 +01:00
SECURITY.md Create SECURITY.md 2022-03-12 17:10:06 +01:00
VERSION bump to version 0.7.30 2024-02-04 17:12:21 +01:00
add_weights_calisthenics.patch add .patch 2024-02-07 15:05:19 +01:00
babel.cfg API - use Babel to translate emails 2022-07-02 19:25:11 +02:00
docker-compose-dev.yml Client - update docker files 2023-11-15 14:57:27 +01:00
messages.pot API - send an email when data export is successful 2023-03-04 10:49:47 +01:00
mypy.ini API - update python dependencies 2021-01-31 18:40:20 +01:00
poetry.lock update python dependencies 2024-02-04 10:33:30 +01:00
pyproject.toml bump to version 0.7.30 2024-02-04 17:12:21 +01:00

README.md

FitTrackee

A simple self-hosted workout/activity tracker.

PyPI version Python Version Flask Version code style: black type check: mypy
Vue Version Typescript Version code style: prettier
pipeline status pipeline status translation status


This web application allows you to track your outdoor activities (workouts) from gpx files and keep your data on your own server.
No mobile app has been developed yet, but several existing mobile apps can store workouts data locally and export them into a gpx file.
Examples for Android (non-exhaustive list):

Maps are displayed using Open Street Map.
It is also possible to add a workout without a gpx file.

Still under heavy development (some features may be unstable).
(see issues and documentation for more information)

FitTrackee Dashboard Screenshot