Strava has continued to enshittify the app to the point that I'm getting ads after every activity. Anyway, I decided to delete it after yesterday's run and will keep an eye on this project. Thanks!
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: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
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!
You mean after the price hike they also hiked the number of ads? I canceled when they hiked the price and managed to get it down to the old price a few months later, so I renewed for the personal heatmap. Looks like I'm definitely canceling again. I doubt they'll give me the price break twice anyway.
Baking ads into a timeline like Strava and some other apps do has to be the worst app trend ever.
If you just like the personal heat map then checkout grrrmin_heatmap. It's a pretty flexible python script for generating them.
I removed my account a few years ago when they moved a bunch of features behind their paywall. I'm perfectly fine just using Garmin's built in 'news feed' and tracking without giving my data to another company.
Strava has ads now? I use NextDNS on my devices so assuming this is filtering out their ads.
I LOVE THIS.
Self hosted, GOOD LOOKING (rarity in FOSS), nice to use and privacy-aiding.
Thank you so much!
This is an excellent use case for a self hosted service, since location data is frequently used for nefarious purposes.
The screenshot looks awesome! I'm currently on vacation and will definitely try it out.
Welcome to Lemmy! I recently posted about Wanderer also in another self-hosting community: https://slrpnk.net/post/7887187
As someone interested in self-hosting this, I have two questions:
How far is it suitable for say a local hiking association or a small municipal government to use this as a public trail database to promote regional eco-tourism efforts? Where I live the local government has something like that, but it is badly maintained. For that to work it would need to have the ability to easily find trails on an overview map and to allow posting notices about trail closures etc. (ideally even crowd sourced?) Maybe also some way to mark trails as official, if they are designated and sign-posted.
Unrelated: have you thought about allowing the live-tracking via apps like Phonetrack or OSMand? I think that would make it both more convenient for uploading tracks (at least where there is sufficient cell-coverage) and might add an interesting social aspect to it if you can share your live-location with other users.
P.S.: Would be great if you could add it to https://translate.codeberg.org/ for adding additional languages easily.
Thanks for promoting wanderer! Finding trails on the map should be no problem, you can currently mark trails as public so that not logged-in users can see the trail. I have thought of steering wanderer towards a more socially interactive platform. I think a good first step would be to allow comments and implement a rating system.
Thanks for the crowdsourced translation website. I was looking for something like this. I will set it up and add it to the contributing section of the documentation.
Would be nice with activity pub support for sharing planned and recorded trails. Cone to think of it. Does it make that distinction? Planned vs recorded? How about a planning, route finding mode?
Kudos to your project so far!
I'm not sure if I understand your question correctly. Do you mean creating a trail from scratch on the map without recording it before? That is indeed on my roadmap.
That and sharing it with other users through the ActivityPub protocol (what Lemmy uses)
I see. I'm unfamiliar with the protocol, but sharing trails is definitely on the roadmap. So I will look into it!
Unless Pocketbase adds support for ActivityPub, you are probably better off just adding a share to Mastodon, Pixelfed etc. button in the frontend and let an external software handle this.
Wanted to ask this. Is it difficult to implement activity pub? That would be awesome. It looks beautiful
Looks cool, just starred
Very interesting, I like the screenshots! Will definitely check this out.
Wow. I aspire to be as knowledgeable as you one day. This motivated me.
Soooo cool! If it could get from gpx the dates when activities where made, autoimport multiple gpx files, bug fixing, tableview (small overview from all activities) it will be my Strava killer..
Great work! Thx
This is ripe for multiuser and federation
How do I change port to something else? 3000 is already used by Gitea :)
With docker you can simply change the port mapping in the compose file
This looks awesome, thanks for posting!
Just cross-posted this to OpenSource. Thank you so Mich. This is great.
This is very nice :) I was working on a proof of concept similar to this to have a quick search functionality for FrankenJura (german hiking database) but it was lost in a drawer due to lack of time 😁 Great work and thanks for sharing it :)
Happy to help. If you can get a dump of the database it should be quite easy to import it into wanderer via the API 👍
If I recall correctly, I couldn‘t find API endpoints back then and had to browse/prse the pges based on the regions and the links on the landing pages 😅
Any chance to pack it into a single container instead of three? Would make it easier to work with unraid.
Database is rarely, if ever bundled into the app container, unless it's SQLite.
This looks amazing! Going to play with it tonight. Thanks!!
Love it.
I've been willing to learn more about programming with location/map data so definitely checking this out.
Are you looking for contributions or help on anything? I think I might at least look at providing a Dutch translation for the front-end if you're accepting PRs.
Absolutely all help is welcome. Please check out the roadmap for my current plans. I'd be delighted if you could add your Dutch translation here: https://translate.codeberg.org/projects/wanderer/wanderer/nl/
Dank je wel!
Nice ! You made me think of spinning up a little server. It's been a while since I've dabbled in managing a server and not aure I have the time for that. But you made the chances if me going for it much higher.
Would a raspberry pi 4 be enough for running it ?
Absolutely. I have it running on a Pi 5 and that's more than enough. You only need 1GB of RAM when first starting wanderer. After that it sits at around 100Mb.
What's the scope of this, just a route catalogue or will it sort of become a hiking tracker as well?
wanderer currently parses distance, elevation gain, duration and speed. Parsing heart rate would be an easy addition, though.
These may be answered elsewhere, but like some other interested people in this post, I fully intend on trying to load a copy of this when I get home from vacation.
What methods/devices do you use to upload/sync the data? Other than a regular smart phone, were you able to use other GPS enabled devices like garmin or apple smart watches?
And system requirements?