FitTrackee icon indicating copy to clipboard operation
FitTrackee copied to clipboard

Self-hosted outdoor activity tracker :bicyclist:

Results 97 FitTrackee issues
Sort by recently updated
recently updated
newest added

enhancement
api
client

Hi, your project seems VERY good, I would love to install it on my Unraid server. Is there any plan / or maybe a documentation with steps to install on...

Many other services use the following approach to create an admin user: If the login page is opened initially and no admin user exists, the first registered user is automatically...

enhancement
feature:user account

This is still a WIP, but wanted to hopefully get some feedback. I'm pretty sure I'm done with the DB and API side of things on this addition, but still...

🚧 First part - WIP 🚧 Users can report: - comments, - workouts, - users. On report creation, a notification is sent to all users with admin rights. Possible actions...

enhancement
api
client
v0.9.x

related to: https://github.com/SamR1/FitTrackee/issues/125, https://github.com/SamR1/FitTrackee/issues/296, https://github.com/SamR1/FitTrackee/issues/298, https://github.com/SamR1/FitTrackee/issues/299, https://github.com/SamR1/FitTrackee/issues/381, https://github.com/SamR1/FitTrackee/issues/382 🚧 WIP, some features may change 🚧 - [x] add visibility levels to workouts (=privacy levels) - [x] 3 levels: `private`, `followers_only`,...

The following command are deprecated since v0.6.5: - `fittrackee_set_admin` - `fittrackee_upgrade_db` - `fittrackee_worker` (disabled)

I've a exported a CSV from tracking app in order to import it to FitTrackee. Here's some CSV line : ``` id,uuid,user_id,sport_id,title,gpx,creation_date,modification_date,workout_date,duration,pauses,moving,distance,min_alt,max_alt,descent,ascent,max_speed,ave_speed,bounds,map,map_id,weather_start,weather_end,notes 39,3958a0ec-f780-4579-b7a4-28deffdd8fe5,3,14,Mont Mc,,2018-08-13,,2018-08-13,7:30:00,,7:30:00,20,,3169,,,,,,,,,,-Salomon ``` ``` postgres@debian-12:~$ bash -x fittrackee-import-csv.sh...

question

It would be nice to easily add new activities to the already existing list. I've already started local hacks to add the ones I'm missing, but I'm not even sure...