{"id":13492001,"url":"https://github.com/Flomp/wanderer","last_synced_at":"2025-03-28T09:33:45.592Z","repository":{"id":219486975,"uuid":"749092533","full_name":"Flomp/wanderer","owner":"Flomp","description":"wanderer is a self-hosted trail database. Save your adventures!","archived":false,"fork":false,"pushed_at":"2025-03-17T13:59:21.000Z","size":163676,"stargazers_count":1792,"open_issues_count":28,"forks_count":55,"subscribers_count":12,"default_branch":"main","last_synced_at":"2025-03-17T14:44:57.572Z","etag":null,"topics":["geography","gps","meilisearch","pocketbase","selfhosted","sveltekit"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Flomp.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"buy_me_a_coffee":"wanderertrails"}},"created_at":"2024-01-27T15:11:51.000Z","updated_at":"2025-03-17T13:58:23.000Z","dependencies_parsed_at":"2024-12-04T21:26:31.411Z","dependency_job_id":"2773f437-b454-46c5-840e-05f393816a3c","html_url":"https://github.com/Flomp/wanderer","commit_stats":{"total_commits":189,"total_committers":8,"mean_commits":23.625,"dds":0.06878306878306883,"last_synced_commit":"d94758a8867b8e410767644fe159d97fd7526d19"},"previous_names":["flomp/wanderer"],"tags_count":31,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flomp%2Fwanderer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flomp%2Fwanderer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flomp%2Fwanderer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flomp%2Fwanderer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Flomp","download_url":"https://codeload.github.com/Flomp/wanderer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246004105,"owners_count":20708133,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["geography","gps","meilisearch","pocketbase","selfhosted","sveltekit"],"created_at":"2024-07-31T19:01:02.257Z","updated_at":"2025-03-28T09:33:45.587Z","avatar_url":"https://github.com/Flomp.png","language":"HTML","funding_links":["https://buymeacoffee.com/wanderertrails","https://www.buymeacoffee.com/wanderertrails"],"categories":["HTML","Software","Recently Updated"],"sub_categories":["Maps and Global Positioning System (GPS)","[Mar 19, 2025](/content/2025/03/19/README.md)"],"readme":"\u003cdiv align=\"center\"\u003e\n\n  \u003cimg src=\"web/static/svgs/logo_text_two_line_dark.svg\" height=\"256\" width=\"256\"\u003e\n\n  \u003ch4\u003eThe trail catalogue that makes your GPS data searchable\u003c/h4\u003e\n\n[![Docker Image Version (tag latest semver)](https://img.shields.io/docker/v/flomp/wanderer-web/latest)](https://github.com/Flomp/wanderer/)\n[![GitHub Repo stars](https://img.shields.io/github/stars/flomp/wanderer?style=social)](https://github.com/Flomp/wanderer/)\n[![Buy Me A Coffee](https://img.shields.io/badge/Support-wanderer-yellow?logo=buy-me-a-coffee)](https://www.buymeacoffee.com/wanderertrails)\n[![Discord](https://img.shields.io/discord/1249895457396621332?style=social\u0026logo=discord\u0026label=Developer%20Discord)](https://discord.gg/USSEBY98CP)\n\n[![Try the demo](https://img.shields.io/badge/Try_the_demo-EF2D5E?style=for-the-badge\u0026logoColor=white\u0026logo=rocket\u0026color=2a56f1\u0026labelColor=242734)](https://demo.wanderer.to)\n\n\u003c/div\u003e\n\nwanderer 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. \n\n## Core Features\n\n![Screenshot of wanderer](docs/src/assets/hero.png)\n\n- Manage your trails\n- Plan new routes\n- Extensive map integration and visualization\n- Share trails with other people and explore theirs\n- Advanced filter and search functionality\n- Create custom lists to organize your trails further\n\n\n## Getting started\nThe recommended and quickest way to install wanderer is using docker compose:\n\n``` bash\n# download the docker compose file\nwget https://raw.githubusercontent.com/Flomp/wanderer/main/docker-compose.yml\n\n# build and launch via docker compose\ndocker compose up -d\n```\n\nThe first startup can take up to 90 seconds after which you can access the frontend at localhost:3000.\n\n\u003e ℹ️ if you are not hosting wanderer at http://localhost:3000 make sure to change ORIGIN variable. Otherwise you will run into CORS errors.\n\n\u003e ⚠️ if you are using wanderer in a production environment make sure to change the MEILI_MASTER_KEY variable.\n\nYou can also run wanderer on bare-metal. Check out the [documentation](https://wanderer.to/getting-started/installation/#from-source) for a detailed how-to guide.\n\n## Support wanderer\n\nIf you like wanderer and would like to give something back you can donate over [here](https://www.buymeacoffee.com/wanderertrails).\n\n## Documentation\n\nPlease check the [website](https://wanderer.to) for the complete documentation.\n\n## Contributing\n\nHelp is welcome at any time. If you are not sure where you can start check the [roadmap](https://github.com/users/Flomp/projects/2/views/1) for features in the backlog.\nIf you would like to contribute a translation, you can do so [here](https://crowdin.com/project/wanderer).\n\n## License\nThis project is licensed under the AGPLv3 License. See the [LICENSE](LICENSE) file for the full license text.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFlomp%2Fwanderer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FFlomp%2Fwanderer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFlomp%2Fwanderer/lists"}