this post was submitted on 25 Mar 2024
956 points (99.6% liked)

Selfhosted

60093 readers
672 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.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

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

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require your active participation in selfhosting or related communities, or the post will be removed. No more than 10% of your posts or comments may be self-promotional, or your post will be removed. F/LOSS Exception: If your post is about a project that is completely open source & can be self-hosted in full without payment, your post is exempt from this rule as long as you continue to engage in comments.

Resources:

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

Questions? DM the mods!

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

you are viewing a single comment's thread
view the rest of the comments
[โ€“] stephaaaaan@feddit.de 6 points 2 years ago* (last edited 2 years 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 4 points 2 years ago* (last edited 2 years 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 4 points 2 years ago* (last edited 2 years 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 ๐Ÿ˜