From c2b86f5521bd6c31f8b3bb4103b62d5ab4cddf9b Mon Sep 17 00:00:00 2001
From: Jonas Plum
Date: Tue, 13 Jan 2026 20:23:42 +0100
Subject: [PATCH] Change repo url (#722)
---
.github/ISSUE_TEMPLATE/config.yml | 4 ++--
CHANGELOG.md | 12 ++++++------
README.md | 6 +++---
docs/astro.config.mjs | 2 +-
docs/public/setup.sh | 4 ++--
docs/src/components/footer.astro | 8 ++++----
docs/src/components/server_list.svelte | 2 +-
docs/src/content/docs/changelog.md | 12 ++++++------
docs/src/content/docs/index.mdx | 2 +-
docs/src/content/docs/run/installation/docker.mdx | 2 +-
.../content/docs/run/installation/from-source.mdx | 2 +-
docs/src/content/docs/welcome/index.mdx | 4 ++--
web/src/lib/components/footer.svelte | 8 ++++----
13 files changed, 34 insertions(+), 34 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index 90ba52b0..59c7875f 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -1,8 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: "💡 Feature request"
- url: https://github.com/Flomp/wanderer/discussions/new?category=ideas
+ url: https://github.com/open-wanderer/wanderer/discussions/new?category=ideas
about: Suggest an idea for this project.
- name: "❓ Ask a question"
- url: https://github.com/Flomp/wanderer/discussions/new?category=q-a
+ url: https://github.com/open-wanderer/wanderer/discussions/new?category=q-a
about: Please ask and answer questions here.
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d0dffe1e..ab40f9b0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -114,7 +114,7 @@ This release contains breaking changes. They are marked with a ⚠️.
**Please update to version v0.16.5 first before updating to v0.17.0.**
## Configuration
-Check the reopsitory's [`docker-compose.yml`](https://github.com/Flomp/wanderer/blob/main/docker-compose.yml) for a valid configuration.
+Check the reopsitory's [`docker-compose.yml`](https://github.com/open-wanderer/wanderer/blob/main/docker-compose.yml) for a valid configuration.
- ⚠️ The PocketBase environment variable `POCKETBASE_ENCRYPTION_KEY` is now required. It requires a valid 32 character AES key as its value. To generate a key, run `openssl rand -hex 16`.
- ⚠️ The PocketBase environment variable `ORIGIN`is now required. It must be set to the public IP or hostname (including the port) of your wanderer frontend and must equal the value set for the frontend's `ORIGIN` environment variable.
@@ -363,7 +363,7 @@ This release contains breaking changes. Most migrations will happen automaticall
## Maintenance
- Updates to meilisearch version 0.11.3.
-- ⚠️ meilisearch indices are not compatible across minor versions. This means you will need to rename or delete your [`data.ms`](https://github.com/Flomp/wanderer/blob/8635de78b9f1510e2316b08e605b175a2615f4db/docker-compose.yml#L19) folder on your host system to force meilisearch to rebuild the index on the next start (note that this can take a little while).
+- ⚠️ meilisearch indices are not compatible across minor versions. This means you will need to rename or delete your [`data.ms`](https://github.com/open-wanderer/wanderer/blob/8635de78b9f1510e2316b08e605b175a2615f4db/docker-compose.yml#L19) folder on your host system to force meilisearch to rebuild the index on the next start (note that this can take a little while).
## Features
- Adds password reset email function for users (see [docs](https://wanderer.to/guides/authentication/#forgot-your-password) for more info)
@@ -534,7 +534,7 @@ As the number of contributors to this project continues to grow (which I’m ver
## Features
- Trails can now be filtered by date
- Elevation, slope and speed graphs are now also visible when creating a new trail
-- When creating a new trail you now have the option to create a new route from scratch without uploading a GPX file. Press the "Draw a route" button and plan your new route directly in wanderer. We use [valhalla](https://github.com/valhalla/valhalla) and their associated free [hosted service](https://gis-ops.com/global-open-valhalla-server-online/) to calculate the routes. To activate the feature make sure to set the PUBLIC_VALHALLA_URL environment variable on you wanderer-web service. See the current [docker-compose.yml](https://github.com/Flomp/wanderer/blob/main/docker-compose.yml) for a working configuration.
+- When creating a new trail you now have the option to create a new route from scratch without uploading a GPX file. Press the "Draw a route" button and plan your new route directly in wanderer. We use [valhalla](https://github.com/valhalla/valhalla) and their associated free [hosted service](https://gis-ops.com/global-open-valhalla-server-online/) to calculate the routes. To activate the feature make sure to set the PUBLIC_VALHALLA_URL environment variable on you wanderer-web service. See the current [docker-compose.yml](https://github.com/open-wanderer/wanderer/blob/main/docker-compose.yml) for a working configuration.
## Bug fixes
- Uploaded trails will now have a date if it can be parsed from the file
@@ -583,9 +583,9 @@ As the number of contributors to this project continues to grow (which I’m ver
## Features
- Trails can now be added to a list while editing or creating a trail. The trail must be saved at least once to add it to a list.
-- wanderer now has an auto-upload folder. GPX files in this folder will be autmatically uploaded and converted to a trail. Read the [docs](https://github.com/Flomp/wanderer/wiki/API#auto-upload-folder) for more information.
+- wanderer now has an auto-upload folder. GPX files in this folder will be autmatically uploaded and converted to a trail. Read the [docs](https://github.com/open-wanderer/wanderer/wiki/API#auto-upload-folder) for more information.
- addded support for TCX and KML files. Note that this feature is still experimental. Please report any issues you encounter.
-- added OAuth support. Read [here](https://github.com/Flomp/wanderer/wiki/OAuth) how to enable providers.
+- added OAuth support. Read [here](https://github.com/open-wanderer/wanderer/wiki/OAuth) how to enable providers.
## Bug fixes
@@ -618,7 +618,7 @@ As the number of contributors to this project continues to grow (which I’m ver
- waypoint markers can now be moved with drag & drop
- lists can now be displayed as a map showing all trails contained in the list
- you can now prevent users from signing up by setting the `DISABLE_SIGNUP` environment variable to `true`
-- you can now upload GPX files via the API to create trails. Check the [documentation](https://github.com/Flomp/wanderer/wiki/API#upload-trails) for more info.
+- you can now upload GPX files via the API to create trails. Check the [documentation](https://github.com/open-wanderer/wanderer/wiki/API#upload-trails) for more info.
- the city index now includes states
> Note: for city states to show up in your search you have to delete your data.ms folder if you already have a previous installation of wanderer. The indices will then be rebuilt on startup.
diff --git a/README.md b/README.md
index dd9b8f54..d42bc4d9 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,8 @@
The trail catalogue that makes your GPS data searchable
-[](https://github.com/Flomp/wanderer/)
-[](https://github.com/Flomp/wanderer/)
+[](https://github.com/open-wanderer/wanderer/)
+[](https://github.com/open-wanderer/wanderer/)
[](https://www.buymeacoffee.com/wanderertrails)
[](https://discord.gg/USSEBY98CP)
@@ -32,7 +32,7 @@ The recommended and quickest way to install wanderer is using docker compose:
``` bash
# download the docker compose file
-wget https://raw.githubusercontent.com/Flomp/wanderer/main/docker-compose.yml
+wget https://raw.githubusercontent.com/open-wanderer/wanderer/main/docker-compose.yml
# build and launch via docker compose
docker compose up -d
diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs
index 62762808..481464c7 100644
--- a/docs/astro.config.mjs
+++ b/docs/astro.config.mjs
@@ -18,7 +18,7 @@ export default defineConfig({
replacesTitle: true
},
social: [
- { icon: 'github', label: 'GitHub', href: 'https://github.com/flomp/wanderer' },
+ { icon: 'github', label: 'GitHub', href: 'https://github.com/open-wanderer/wanderer' },
],
components: {
Footer: './src/components/footer.astro'
diff --git a/docs/public/setup.sh b/docs/public/setup.sh
index 716e5c8e..f19bb0bf 100644
--- a/docs/public/setup.sh
+++ b/docs/public/setup.sh
@@ -31,9 +31,9 @@ pocket_key=$(openssl rand -hex 16)
# Download docker-compose.yml using curl or wget
if command -v wget >/dev/null 2>&1; then
- wget -O docker-compose.yml https://raw.githubusercontent.com/Flomp/wanderer/refs/heads/main/docker-compose.yml
+ wget -O docker-compose.yml https://raw.githubusercontent.com/open-wanderer/wanderer/refs/heads/main/docker-compose.yml
elif command -v curl >/dev/null 2>&1; then
- curl -fsSL -o docker-compose.yml https://raw.githubusercontent.com/Flomp/wanderer/refs/heads/main/docker-compose.yml
+ curl -fsSL -o docker-compose.yml https://raw.githubusercontent.com/open-wanderer/wanderer/refs/heads/main/docker-compose.yml
else
echo "Error: neither wget nor curl is installed." >&2
exit 1
diff --git a/docs/src/components/footer.astro b/docs/src/components/footer.astro
index f67a4c1f..b3737ca8 100644
--- a/docs/src/components/footer.astro
+++ b/docs/src/components/footer.astro
@@ -147,7 +147,7 @@ const isNotHomepage = Astro.locals.starlightRoute.id !== "";
Changelog
-
+
License
@@ -157,15 +157,15 @@ const isNotHomepage = Astro.locals.starlightRoute.id !== "";
Community
-
- GitHub
+ GitHub
-
-
+
Issues
-
-
+
Contribute
diff --git a/docs/src/components/server_list.svelte b/docs/src/components/server_list.svelte
index 1387eee0..41fae350 100644
--- a/docs/src/components/server_list.svelte
+++ b/docs/src/components/server_list.svelte
@@ -64,7 +64,7 @@
Learn how to add your server to the list herehere.
Note: for city states to show up in your search you have to delete your data.ms folder if you already have a previous installation of wanderer. The indices will then be rebuilt on startup.
diff --git a/docs/src/content/docs/index.mdx b/docs/src/content/docs/index.mdx
index d350fb84..47229ebf 100644
--- a/docs/src/content/docs/index.mdx
+++ b/docs/src/content/docs/index.mdx
@@ -88,4 +88,4 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
# Contributing
-Help is welcome at any time. Check out the [GitHub repository](https://github.com/Flomp/wanderer). to get started. If you are not sure where you can help, check the [roadmap](https://github.com/users/Flomp/projects/2) for features in the backlog. If you would like to contribute a translation, you can do so [here](https://crowdin.com/project/wanderer).
+Help is welcome at any time. Check out the [GitHub repository](https://github.com/open-wanderer/wanderer). to get started. If you are not sure where you can help, check the [roadmap](https://github.com/users/Flomp/projects/2) for features in the backlog. If you would like to contribute a translation, you can do so [here](https://crowdin.com/project/wanderer).
diff --git a/docs/src/content/docs/run/installation/docker.mdx b/docs/src/content/docs/run/installation/docker.mdx
index 0a89c311..15e35e05 100644
--- a/docs/src/content/docs/run/installation/docker.mdx
+++ b/docs/src/content/docs/run/installation/docker.mdx
@@ -22,7 +22,7 @@ Once you have set the encryption key, you can proceed to install wanderer components eit
1. Clone the repository:
```bash
-git clone https://github.com/Flomp/wanderer.git --branch v{version} --single-branch
+git clone https://github.com/open-wanderer/wanderer.git --branch v{version} --single-branch
```
2. Install dependencies:
- **Go** ≥ 1.23.0
diff --git a/docs/src/content/docs/welcome/index.mdx b/docs/src/content/docs/welcome/index.mdx
index ca43654b..df594b66 100644
--- a/docs/src/content/docs/welcome/index.mdx
+++ b/docs/src/content/docs/welcome/index.mdx
@@ -54,8 +54,8 @@ Because it follows a common standard, wanderer
wanderer is open-source and developed in the open. You can help shape its future or get involved in many ways:
-- [GitHub repository](https://github.com/Flomp/wanderer)
-- [Issue tracker](https://github.com/Flomp/wanderer/issues)
+- [GitHub repository](https://github.com/open-wanderer/wanderer)
+- [Issue tracker](https://github.com/open-wanderer/wanderer/issues)
- [Translation project on Crowdin](https://crowdin.com/project/wanderer)
- [Discord server](https://discord.gg/USSEBY98CP)
diff --git a/web/src/lib/components/footer.svelte b/web/src/lib/components/footer.svelte
index b01c2b7a..ea7104c0 100644
--- a/web/src/lib/components/footer.svelte
+++ b/web/src/lib/components/footer.svelte
@@ -41,7 +41,7 @@
>
- {$_("license")}
@@ -50,12 +50,12 @@