this post was submitted on 25 Mar 2024
4 points (100.0% liked)

Selfhosted

39167 readers
378 users here now

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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. 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.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

Over the last two months, I developed wanderer. It is a self-hosted alternative to sites like alltrails.com or in other words a self-hosted trail database. It started out more as a small hobby project to teach myself some new technologies but in the end, I decided to develop it into a fully-fledged application.

Core Features:

  • Manage your trails
  • Extensive map integration and visualization
  • Share trails with other people and explore theirs
  • Advanced filter and search functionality
  • Create custom lists to organize your trails further
  • Chique design with a dark and light theme
  • Fully mobile compatible

wanderer is completely open-source. You can find the GitHub repo here: https://github.com/Flomp/wanderer

wanderer is still under active development so if you encounter any bugs/errors or have suggestions please let me know here or open an issue on GitHub.

top 17 comments
sorted by: hot top controversial new old
[–] dandroid@sh.itjust.works 1 points 5 months ago

This is an excellent use case for a self hosted service, since location data is frequently used for nefarious purposes.

[–] Hominine@lemmy.world 1 points 5 months ago (1 children)

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!

[–] fmstrat@lemmy.nowsci.com 1 points 5 months ago

Fittrackee has been what I use instead of Strava. Also FOSS.

[–] sherlockholmez@lemmy.ml 1 points 5 months ago

I LOVE THIS.

Self hosted, GOOD LOOKING (rarity in FOSS), nice to use and privacy-aiding.

Thank you so much!

[–] poVoq@slrpnk.net 0 points 5 months ago* (last edited 5 months ago) (1 children)

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.

[–] get_flomped@lemmy.world 1 points 5 months ago

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.

[–] stephaaaaan@feddit.de 0 points 5 months ago* (last edited 5 months ago) (1 children)

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 :)

[–] get_flomped@lemmy.world 0 points 5 months ago* (last edited 5 months ago) (1 children)

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 👍

[–] stephaaaaan@feddit.de 0 points 5 months ago* (last edited 5 months ago)

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 😅

[–] dotdotslash@feddit.de 0 points 5 months ago

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

[–] B0rax@feddit.de 0 points 5 months ago (1 children)

Any chance to pack it into a single container instead of three? Would make it easier to work with unraid.

[–] filcuk@lemmy.zip 0 points 5 months ago (1 children)

Database is rarely, if ever bundled into the app container, unless it's SQLite.

[–] B0rax@feddit.de 0 points 5 months ago

Yes, unraid community apps are a bit unconventional in this regard, everything needed should be in one container here.

[–] narrowide96lochkreis@lemmy.world 0 points 5 months ago (1 children)

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!

[–] get_flomped@lemmy.world 0 points 5 months ago (2 children)

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.

[–] B0rax@feddit.de 0 points 5 months ago

There are hiking trails (which are marked with signs) where you can find the gps tracks online.

At least that is the case in Germany.

[–] MaggiWuerze@feddit.de 0 points 5 months ago

That and sharing it with other users through the ActivityPub protocol (what Lemmy uses)