You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The trail catalogue that makes your GPS data searchable
wanderer is a self-hosted trail database. You can upload your recorded tracks or create new ones and add various metadata to build an easily searchable catalogue.
Core Features
Manage your trails
Plan new routes
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
Getting started
The recommended and quickest way to install wanderer is using docker compose:
# download the docker compose file
wget https://raw.githubusercontent.com/Flomp/wanderer/main/docker-compose.yml
# build and launch via docker compose
docker compose up -d
The first startup can take up to 90 seconds after which you can access the frontend at localhost:3000.
ℹ️ if you are not hosting wanderer at https://localhost:3000 make sure to change ORIGIN variable. Otherwise you will run into CORS errors.
⚠️ if you are using wanderer in a production environment make sure to change the MEILI_MASTER_KEY variable.
You can also run wanderer on bare-metal. Check out the documentation for a detailed how-to guide.
Support wanderer
If you like wanderer and would like to give something back you can donate over here. If you prefer to support the development with a regular contribution you can donate via Liberapay.
Documentation
Please check the website for the complete documentation.
Contributing
Help is welcome at any time. If you are not sure where you can start check the roadmap for features in the backlog.
If you would like to contribute a translation, you can do so here.
License
This project is licensed under the AGPLv3 License. See the LICENSE file for the full license text.
About
wanderer is a self-hosted trail database. Save your adventures!