Change repo url (#722)
This commit is contained in:
@@ -147,7 +147,7 @@ const isNotHomepage = Astro.locals.starlightRoute.id !== "";
|
||||
<a href="/changelog/">Changelog</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/Flomp/wanderer/blob/main/LICENSE">
|
||||
<a href="https://github.com/open-wanderer/wanderer/blob/main/LICENSE">
|
||||
License
|
||||
</a>
|
||||
</li>
|
||||
@@ -157,15 +157,15 @@ const isNotHomepage = Astro.locals.starlightRoute.id !== "";
|
||||
<h5 class="font-semibold">Community</h5>
|
||||
<ul class="mt-4 text-sm">
|
||||
<li>
|
||||
<a href="https://github.com/Flomp/wanderer">GitHub</a>
|
||||
<a href="https://github.com/open-wanderer/wanderer">GitHub</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/Flomp/wanderer/issues">
|
||||
<a href="https://github.com/open-wanderer/wanderer/issues">
|
||||
Issues
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/Flomp/wanderer/pulls">
|
||||
<a href="https://github.com/open-wanderer/wanderer/pulls">
|
||||
Contribute
|
||||
</a>
|
||||
</li>
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
</p>
|
||||
<p class="mb-12">
|
||||
Learn how to add your server to the list <a
|
||||
href="https://github.com/Flomp/wanderer/discussions/361">here</a
|
||||
href="https://github.com/open-wanderer/wanderer/discussions/361">here</a
|
||||
>.
|
||||
</p>
|
||||
<div
|
||||
|
||||
@@ -117,7 +117,7 @@ This release contains breaking changes. They are marked with a ⚠️.
|
||||
:::
|
||||
|
||||
### 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.
|
||||
@@ -368,7 +368,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 @@ This version updates the index pattern of the meilisearch index. Please delete o
|
||||
### 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 @@ This version updates the index pattern of the meilisearch index. Please delete o
|
||||
### 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 @@ This version updates the index pattern of the meilisearch index. Please delete o
|
||||
- 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.
|
||||
|
||||
@@ -88,4 +88,4 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
|
||||
</div>
|
||||
|
||||
# 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).
|
||||
|
||||
@@ -22,7 +22,7 @@ Once you have set the encryption key, you can proceed to install <span class="-t
|
||||
|
||||
## Start
|
||||
|
||||
After cloning the repository, you will find a [`docker-compose.yml`](https://github.com/Flomp/wanderer/blob/main/docker-compose.yml) file in the root directory. This file sets up all necessary components. Start everything by running:
|
||||
After cloning the repository, you will find a [`docker-compose.yml`](https://github.com/open-wanderer/wanderer/blob/main/docker-compose.yml) file in the root directory. This file sets up all necessary components. Start everything by running:
|
||||
|
||||
```bash
|
||||
docker compose up -d
|
||||
|
||||
@@ -10,7 +10,7 @@ You can install <span class="-tracking-[0.075em]">wanderer</span> 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
|
||||
|
||||
@@ -54,8 +54,8 @@ Because it follows a common standard, <span class="-tracking-[0.075em]">wanderer
|
||||
|
||||
<span class="-tracking-[0.075em]">wanderer</span> 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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user