view the rest of the comments
Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil.
-
No spam.
-
Posts are to be related to self-hosting.
-
Don't duplicate the full text of your blog or readme if you're providing a link.
-
Submission headline should match the article title.
-
No trolling.
-
Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.
-
AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!

Love this.. I am currently using endurain, two questions:
automatic import from Garmin? That would be lovely
differences with endurain for a single user?
dreeve-garmin-connectorThe garmin connector might reignite the self hosting game for me 🤣
I've just started using GarminDB to fetch
.fitand.jsonfiles from my Garmin account.Can I simply tell Dreeve to watch the directory where GarminDB dumps the files and it will pick them up?
Does Dreeve do something with the Garmin
.jsonfiles too? Sleep data for example is in those kind of files, but since Dreeve has a Strava background I suspect it only deals with sports activities?Yes, you can just configure your watch folder to be the one where you export your Garmin FIT files: https://docs.dreeve.app/#/importing/file-import
And indeed, Dreeve is a sports analytics tool. Sleep data is not included
You should think about sleep data as well, because it's an important metric for athletes as well, I always cross check my sleep data with my training performance (to find stupid excuses for the abysmal performances)
Yes definitely add a way to import from Garmin, separate is good too.
I don't care for a Strava alternative, but I do care for the numbers. But I don't use Strava, only Garmin, and manual import is not going to happen since I train daily :)
I've just stumbled across this post and it's serendipitous because I just finished setting up GarminDB in a Docker container. It's a Python CLI app you can use to download your Garmin stuff locally (which happens to be a bunch of FIT and JSON files).
You don't have to use Docker ofc, you can also use a venv/pip to set it up somewhere and automate the backup command in any way you want.
It's a happy coincidence because I was now wondering how to visualize the files. GarminDB also has some
--importand--analyzeoptions that parse the data into SQLite but they're a bit buggy. Then you can use Jupyter notebook templates to produce something you can look at, but Dreeve might also be interesting (especially if it can monitor the folder where GarminDB dumps the files in read-only mode).Thank you, interesting piece of software .. will have to seriously evaluate my workflow and act one day....
Check my other reply, we have a "watch" folder functionality