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.

  • sherlockholmez@lemmy.ml
    link
    fedilink
    English
    arrow-up
    32
    ·
    3 months ago

    I LOVE THIS.

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

    Thank you so much!

  • Dandroid@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    24
    ·
    3 months ago

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

  • poVoq@slrpnk.net
    link
    fedilink
    English
    arrow-up
    23
    ·
    edit-2
    3 months ago

    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.worldOP
      link
      fedilink
      English
      arrow-up
      13
      ·
      3 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.

  • moritz@l.deltaa.xyz
    link
    fedilink
    English
    arrow-up
    21
    ·
    3 months ago

    The screenshot looks awesome! I’m currently on vacation and will definitely try it out.

  • helenslunch@feddit.nl
    link
    fedilink
    English
    arrow-up
    11
    arrow-down
    1
    ·
    3 months ago

    Question: why would I want to self-host this to use while I’m in the woods with no service, as opposed to an app on my device?

    • get_flomped@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      25
      ·
      3 months ago

      I think you might misunderstand what wanderer does. It is not a maps service like Open Street Maps. It’s simply a database in which you can store your GPS tracks. So the workflow would look like this: you are in the woods and record your track (e.g. with osmand) -> you store your track in GPX format -> you upload your track (and any additional info like a description or photos) to wanderer -> before your next adventure you check wanderer to decide what you want to do

      • yeehaw@lemmy.ca
        link
        fedilink
        English
        arrow-up
        2
        ·
        3 months ago

        I have some tracks from dirt biking that I sometimes port into Google earth. Might have to give this thing a whirl.

      • helenslunch@feddit.nl
        link
        fedilink
        English
        arrow-up
        3
        arrow-down
        1
        ·
        3 months ago

        You compared the service to AllTrails, which is a trail exploration and planning app. Like, walk down the trail and follow the map for navigation.

        Can you log your trips without an active data connection?

        • get_flomped@lemmy.worldOP
          link
          fedilink
          English
          arrow-up
          10
          ·
          3 months ago

          Logging trips offline requires background location services. This does not work for a simple website. You would need to program an app for that. While this is a plan somewhere down the line, it’s still far away. So currently I would recommend relying on an external app to log your trip and import afterwards.

    • Hawk@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      4
      ·
      3 months ago

      To plan, organize or review routes.

      This seems more like Garmin Basecamp, it’s not supposed to be used on the routes themselves I’m guessing.

  • stephaaaaan@feddit.de
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    3 months ago

    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.worldOP
      link
      fedilink
      English
      arrow-up
      3
      ·
      edit-2
      3 months ago

      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
        link
        fedilink
        English
        arrow-up
        4
        ·
        edit-2
        3 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 😅

  • Hawk@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    4
    ·
    3 months ago

    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.

  • B0rax@feddit.de
    link
    fedilink
    English
    arrow-up
    4
    ·
    3 months ago

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

    • filcuk@lemmy.zip
      link
      fedilink
      English
      arrow-up
      3
      ·
      3 months ago

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

      • B0rax@feddit.de
        link
        fedilink
        English
        arrow-up
        1
        arrow-down
        1
        ·
        3 months ago

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

  • JJLinux@lemmy.ml
    link
    fedilink
    English
    arrow-up
    4
    ·
    3 months ago

    Just cross-posted this to OpenSource. Thank you so Mich. This is great.

  • Hominine@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    3 months ago

    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!

  • Bahnd Rollard@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    3 months ago

    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?

    • get_flomped@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      3 months ago

      You can use whatever device you prefer. In the end, you simply need a GPX file that you upload through the web UI or the API. I am planning to support other formats like KML soon, though.

      System requirements should be quite low. On the first startup you will need ~1GB of RAM. After that, the whole stack sits at around 100MB on my machine.

      • zingo@lemmy.ca
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        3 months ago

        Oh KML support!

        Looking forward to that!.

        ;)

        I’ll use it for running though. Hmm. I’m using KML on my running sections. Is it possible to get some stats and graph for pinpointing and an average?

        • get_flomped@lemmy.worldOP
          link
          fedilink
          English
          arrow-up
          2
          ·
          3 months ago

          Currently wanderer supports visualising duration, distance, elevation gain and speed. Support for heart rate is planned. It can display a graph (the one you see in the screenshot) and also calculates an average.

    • Possibly linux@lemmy.zip
      link
      fedilink
      English
      arrow-up
      2
      ·
      3 months ago

      I use a banglejs 2 as a smart phone is way to bulky to carry while running. The bangle 2 is a JavaScript based watch with a GPS receiver.