[FEATURE]: Allow import from web interface #106

Closed
opened 2025-07-08 08:40:22 -04:00 by AtHeartEngineer · 0 comments

Originally created by @marchein on 4/24/2025

Summary

Allow user to upload a .gpx, .fit,... file from the web interface.

Motivation

After I deleted my strava account I no longer have an auto import of my activities. Now my Wahoo bike computer allows me to export my training as .fit file. I would love to export it after a ride and import it from my mobile phone. Instead I have to move it to my docker machine and place it into th bulk import folder which is less than convenient.

Proposed Solution

Add a simple to the "Integrations" page which processes just a single import on the fly.

Alternatives

I could also think of an option where I could send the image to a specific mail account and endurain checks it every X minutes or on demand in a specific folder on the imap server.
Or I could create a smb share of the bulk import folder which would also not be that great..

*Originally created by @marchein on 4/24/2025* ## Summary Allow user to upload a .gpx, .fit,... file from the web interface. ## Motivation After I deleted my strava account I no longer have an auto import of my activities. Now my Wahoo bike computer allows me to export my training as .fit file. I would love to export it after a ride and import it from my mobile phone. Instead I have to move it to my docker machine and place it into th bulk import folder which is less than convenient. ## Proposed Solution Add a simple <input type="file"> to the "Integrations" page which processes just a single import on the fly. ## Alternatives I could also think of an option where I could send the image to a specific mail account and endurain checks it every X minutes or on demand in a specific folder on the imap server. Or I could create a smb share of the bulk import folder which would also not be that great..
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/endurain#106