Skip to content

lespignons/wanderer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,210 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. This fork of the original Wanderer aims at creating a private GPX database.

Core Features

  • Manage your trails
  • Plan new routes
  • Extensive map integration and visualization
  • 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/lespignons/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 http://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

Please create a ticket on Github.

Documentation

Based on Wanderer website. No specific documentation is foreseen on this repository.

License

This project is licensed under the AGPLv3 License. See the LICENSE file for the full license text.

About

This repository is a modified instance of wanderer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 56.5%
  • Svelte 19.1%
  • Go 14.2%
  • TypeScript 9.8%
  • CSS 0.2%
  • JavaScript 0.1%
  • Other 0.1%