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.
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
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 is an excellent use case for a self hosted service, since location data is frequently used for nefarious purposes.
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 👍
I LOVE THIS.
Self hosted, GOOD LOOKING (rarity in FOSS), nice to use and privacy-aiding.
Thank you so much!