{"id":16453686,"url":"https://github.com/samr1/docker-fittrackee","last_synced_at":"2025-09-16T03:32:06.349Z","repository":{"id":41829384,"uuid":"334702214","full_name":"SamR1/docker-fittrackee","owner":"SamR1","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-30T14:30:18.000Z","size":41,"stargazers_count":13,"open_issues_count":2,"forks_count":0,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-12-30T15:29:25.869Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SamR1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-31T16:31:54.000Z","updated_at":"2024-12-30T14:33:41.000Z","dependencies_parsed_at":"2024-11-11T11:51:39.217Z","dependency_job_id":"ace43cc5-5a52-435d-9c5e-aee63e5f4702","html_url":"https://github.com/SamR1/docker-fittrackee","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamR1%2Fdocker-fittrackee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamR1%2Fdocker-fittrackee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamR1%2Fdocker-fittrackee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamR1%2Fdocker-fittrackee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SamR1","download_url":"https://codeload.github.com/SamR1/docker-fittrackee/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233200436,"owners_count":18640369,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T10:16:29.013Z","updated_at":"2025-09-16T03:32:01.051Z","avatar_url":"https://github.com/SamR1.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-fittrackee\n\n\u003e [!WARNING]\n\u003e This repository is no longer maintained. A docker image is now available, see FitTrackee [documentation](https://samr1.github.io/FitTrackee/en/installation.html) for more information.\n\nDocker sample to install FitTrackee\n\n---\n\n[FitTrackee](https://samr1.github.io/FitTrackee/) is a self-hosted application, allowing you to track your outdoor activities (workouts) from gpx files and keep your data on your own server.\n\n- To install **FitTrackee** with database initialisation and run the application:\n\n```shell\n  $ git clone https://github.com/SamR1/docker-fittrackee.git\n  $ cd docker-fittrackee\n  $ $EDITOR db/create.sql  # update fittrackee user password\n  $ cp .env.example .env\n  $ mkdir [FITTRACKEE_LOG_DIR]  # create a directory to store fittrackee logs\n  $ $EDITOR .env  # update environment variables (see Documentation)\n  $ make build up init\n```\n\nWith default configuration (no `EMAIL_URL` set), email sending is disabled.\n\n- Open http://localhost:5000 and register.\n\n- To set admin rights to the newly created account, use the following command:\n  **Note**: it also activates account.\n\n```bash\n   $ make set-admin USERNAME=\u003cusername\u003e\n```\n\n- To stop docker containers:\n\n```bash\n    $ make stop\n```\n\n- To start docker containers:\n\n```bash\n    $ make up\n```\n\n- To start **Fittrackee** application:\n\n```bash\n    $ make run\n```\n\n- To start **Fittrackee** application and dramatiq workers (with Redis) in order to send emails:\n\n```bash\n    $ make run-all\n```\n\n  **Warning**: `EMAIL_URL` must be initialized.\n\n- To update **FitTrackee**\n\n```bash\n    $ make stop-all\n    $ make update migrate \n    $ make run-all  # after checking update and migration went well\n```\n\n- To run shell inside **Fittrackee** container (with virtualenv):\n\n```bash\n    $ make shell\n```\n\n\nNotes:\n- **Important**: all uncommented [variables](https://samr1.github.io/FitTrackee/installation.html#environment-variables) present in .env must be initialized. Otherwise, the application may not start.\n- If you just want to evaluate **FitTrackee**, ready to use docker files are available in **FitTrackee** repository (see [Documentation](https://samr1.github.io/FitTrackee/installation.html#docker)).\n\nTroubleshooting:\n- If installation or startup fails, check the environment variables.  \n- The commands can be run separately when debugging, for instance:\n```shell\n$ make build\n$ make up\n$ make migrate\n$ make run\n```\n\n`make up` can be replaced with `docker-compose up` (without `detach` option to prevent containers from running in background and to display some errors).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamr1%2Fdocker-fittrackee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamr1%2Fdocker-fittrackee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamr1%2Fdocker-fittrackee/lists"}