What is a good #FOSS (may be even Fediverse-friendly) #Strava alternative?
OpenTracks is an open source sport tracking application for Android that completely respects your privacy: Almost a Strava alternative

Value your health by keeping track on your training. It records as you go running or walking, and gives you a bike computer with a bigger screen for cycling.

GadgeteerZA
@danie10 @moftasa I'm using Opentracks together with a selfhosted #FitTrackee instance. Works perfectly.
@escuco @danie10 @moftasa do you want to write a README for this? I always had the plan to document different use cases... There is even an issue on GitHub for this...

@dennisguse So far I have only used the manual upload of GPX files from my phone to FitTrackee after a workout. As far as I can see, the API does not support file uploading, but FitTrackee can check a directory for new workouts and there exists a third party tool for semi automatic uploads to FitTrackee (https://github.com/ebrithiljonas/fittrackee-uploader).
As soon as I find some time, I'll do a few tests. If anyone wants to test it themselves, my instance is open: https://fittrackee.escuco.de

@danie10 @moftasa
@FitTrackee

GitHub - ebrithiljonas/fittrackee-uploader: A companion application for FitTrackee to upload your workout files

A companion application for FitTrackee to upload your workout files - ebrithiljonas/fittrackee-uploader

GitHub

@escuco

Hi!

It is possible to upload a gpx file with the API (FitTrackee does not check directories for new workouts):
https://docs.fittrackee.org/en/api/workouts.html#post--api-workouts

Several third-party tools have been developed to upload files and overcome some limitations (such as the fact that FitTrackee only supports the GPX format for now):
https://docs.fittrackee.org/en/third_party_tools.html#import-tools

@dennisguse
@danie10 @moftasa

Workouts - FitTrackee 0.9.0 documentation

@FitTrackee Sorry, then I was completely wrong.

@dennisguse, is a direct workout upload from Opentracks to FitTrackee via the API something, that could possibly implemented in Opentracks?

@danie10 @moftasa

@escuco @FitTrackee @danie10 @moftasa nope: OpenTracks itself has not Internet access by design.

@dennisguse Ok, I understand your intention.

@FitTrackee @danie10 @moftasa