User Tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
services:endurain [2025/11/06 11:09] – [Reverse Proxy] willyservices:endurain [2026/04/30 07:42] (current) willy
Line 1: Line 1:
 ====== Endurain ====== ====== Endurain ======
  
-[[https://github.com/joaovitoriasilva/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.+[[https://codeberg.org/endurain-project/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.
  
-It is similar to [[https://github.com/SamR1/FitTrackee|FitTrackee]] and am currently testing both. The current limit with FitTrackee is the lack of an easy and scalable Garmin Integration.+It is similar to [[https://github.com/SamR1/FitTrackee|FitTrackee]] but have switched to Endurain because it feels more mature and it's moving at a faster pace.
  
 +**NOTE:** following Endurain migration from Github to Codeberg, the new documentation page is [[https://endurain-project.codeberg.page/endurain/|here]].
  
 ===== Installation ===== ===== Installation =====
Line 10: Line 11:
 Endurain is provided with a docker-compose. Installation instructions are [[https://docs.endurain.com/getting-started/|here]]. Endurain is provided with a docker-compose. Installation instructions are [[https://docs.endurain.com/getting-started/|here]].
  
-As usual, create a dadicated user with proper folders for data storage:+As usual, create a dedicated user with proper folders for data storage:
 <code bash> <code bash>
 useradd -m -d /data/daemons/endurain endurain useradd -m -d /data/daemons/endurain endurain
Line 22: Line 23:
   endurain:   endurain:
     container_name: endurain     container_name: endurain
-    image: ghcr.io/joaovitoriasilva/endurain:latest+    image: ghcr.io/endurain-project/endurain:latest
     environment:     environment:
       - TZ=Europe/Rome       - TZ=Europe/Rome