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

-[![Docker Image Version (tag latest semver)](https://img.shields.io/docker/v/flomp/wanderer-web/latest)](https://github.com/Flomp/wanderer/) -[![GitHub Repo stars](https://img.shields.io/github/stars/flomp/wanderer?style=social)](https://github.com/Flomp/wanderer/) +[![Docker Image Version (tag latest semver)](https://img.shields.io/docker/v/open-wanderer/wanderer-web/latest)](https://github.com/open-wanderer/wanderer/) +[![GitHub Repo stars](https://img.shields.io/github/stars/open-wanderer/wanderer?style=social)](https://github.com/open-wanderer/wanderer/) [![Buy Me A Coffee](https://img.shields.io/badge/Support-wanderer-yellow?logo=buy-me-a-coffee)](https://www.buymeacoffee.com/wanderertrails) [![Discord](https://img.shields.io/discord/1249895457396621332?style=social&logo=discord&label=Developer%20Discord)](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