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

Selfhosted

38768 readers
291 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.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 20 points 5 months ago (2 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!

[–] [email protected] 12 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.

[–] [email protected] 14 points 5 months ago (1 children)

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

[–] [email protected] 6 points 5 months ago (1 children)

I see. I'm unfamiliar with the protocol, but sharing trails is definitely on the roadmap. So I will look into it!

[–] [email protected] 3 points 5 months ago* (last edited 5 months ago)

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.

[–] [email protected] 1 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.

[–] [email protected] 4 points 5 months ago* (last edited 5 months ago)

Wanted to ask this. Is it difficult to implement activity pub? That would be awesome. It looks beautiful