João Vitória Silva 746cf47da6 BMI logic + fixes
[aux] added auxiliary scripts
[backend] added error logic to error printing
[backend] rollbacked changes from Datetime to Timestamp
[backend] added body composition sync from Garmin
[backend] added additional validations for empty .gpx files
[backend] add calculate BMI logic
[backend] add BMI calculation in migration
[backend] added Timezone logic to Strava activity import
[frontend] removed block that prevent deleting Strava or GC activity
[frontend] added new generic modal for single number input
[frontend] replaced modal that retrieves Strava and GC activities for number of days with new generic modal
[frontend] added shoes gear in add gear to walk and hike activities
[frontend] minor bug fixes
2024-12-10 17:35:56 +00:00
2024-07-24 15:26:32 +01:00
2024-12-10 17:35:56 +00:00
2024-12-10 17:35:56 +00:00
2024-12-10 17:35:56 +00:00
2024-12-10 17:35:56 +00:00
2024-08-29 15:36:23 +01:00
2023-12-22 22:03:15 +00:00
2024-11-20 15:26:45 +00:00
2024-12-10 17:35:56 +00:00
2024-11-18 22:10:04 +00:00

Endurain

License GitHub release GitHub stars

A self-hosted fitness tracking service
Visit Endurain's Mastodon profile.

Endurain Screenshot

Table of Contents

What is Endurain?

Endurain is a self-hosted fitness tracking service designed to give users full control over their data and hosting environment. It's similar to Strava but focused on privacy and customization. Built with:

  • Frontend: Vue.js, Notivue and Bootstrap CSS
  • Backend: Python FastAPI, Alembic, SQLAlchemy, stravalib and python-garminconnect for Strava and Garmin Connect integration, gpxpy and fitdecode for .gpx and .fit file import respectively
  • Database: MariaDB for efficient user data management
  • Observability: Jaeger for basic tracing and monitoring

To deploy Endurain, Docker images are available, and a comprehensive example can be found in the "docker-compose.yml.example" file provided. Configuration is facilitated through environment variables, ensuring flexibility and ease of customization. More details bellow.

For more information please see the Endurain's documentation.

Sponsors

A huge thank you to the project sponsors! Your support helps keep this project going.

Consider sponsoring Endurain on GitHub to ensure continuous development.

Contributing

Contributions are welcomed! Please open an issue to discuss any changes or improvements before submitting a PR. Check out the Contributing Guidelines for more details.

License

This project is licensed under the GPL-3.0 License - see the LICENSE file for details.

Description
No description provided
Readme AGPL-3.0 152 MiB
Languages
Python 69.4%
Vue 26.2%
JavaScript 3.4%
TypeScript 0.8%