Update README.md

This commit is contained in:
João Vitória Silva
2025-01-06 15:23:31 +00:00
parent 6ea6e3147d
commit 0aca9aae08

View File

@@ -31,6 +31,7 @@ Endurain is a self-hosted fitness tracking service designed to give users full c
- **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 or PostgreSQL for efficient data management
- **Observability:** Jaeger for basic tracing and monitoring
- **Integrations:** Supports Strava and Garmin Connect. Manual upload of activities using .gpx and .fit files are also supported
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.