Go to file
Sam e1de53a057 update js dependencies
only minor update
2022-02-13 13:50:01 +01:00
db add docker for evaluation purposes 2021-01-31 11:30:41 +01:00
docker Docker - add script to set admin rights 2022-02-13 09:46:17 +01:00
docs update documentation 2022-02-13 09:52:34 +01:00
docsrc update documentation 2022-02-13 09:52:34 +01:00
e2e update e2 tests 2022-02-12 16:31:34 +01:00
fittrackee API & Client - allow only alphanumeric characters and '_' in username 2022-02-13 13:49:59 +01:00
fittrackee_client update js dependencies 2022-02-13 13:50:01 +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 API - allow EMAIL_URL without authentication - fix #127 2022-01-01 11:04:08 +01:00
.env.example API - minor fix + update .env templates 2021-07-17 12:33:42 +02:00
.flake8 update documentation 2020-09-19 13:56:19 +02:00
.gitignore API - update build 2021-11-03 18:28:29 +01:00
.gitlab-ci.yml API - remove init-data step since no additional data is now required 2022-02-12 14:12:58 +01:00
CHANGELOG.md bump version to 0.5.6 2022-02-05 22:09:21 +01:00
docker-compose-dev.yml Docker - update fittrackee-client 2021-11-06 22:18:45 +01:00
Dockerfile add docker for evaluation purposes 2021-01-31 11:30:41 +01:00
LICENSE update license to AGPLv3 2021-11-03 17:08:14 +01:00
Makefile Docker - add script to set admin rights 2022-02-13 09:46:17 +01:00
Makefile.config update python dependencies 2021-04-06 13:19:10 +02:00
mypy.ini API - update python dependencies 2021-01-31 18:40:20 +01:00
poetry.lock API - remove unmaintained command 2022-02-12 14:13:59 +01:00
pyproject.toml API - add command to set an admin after fresh install 2022-02-12 14:31:05 +01:00
README.md update js dependencies 2021-11-06 21:27:32 +01:00
VERSION bump version to 0.5.6 2022-02-05 22:09:21 +01:00

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
Codacy Badge pipeline status coverage report 1


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 is 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


Notes:
1. Test coverage: only for Python API