chore: complete rebranding from seanmorley15 to Alex-Wiesner/voyage
Replace all seanmorley15/Voyage repo URLs, ghcr.io/seanmorley15 container image references, seanmorley.com/sponsor and buymeacoffee links with the new repo (github.com/Alex-Wiesner/voyage) and new GHCR images (ghcr.io/alex-wiesner/voyage-*). Attribution to original AdventureLog author Sean Morley is preserved.
This commit is contained in:
@@ -53,7 +53,7 @@ Open a WSL terminal (search for "WSL" in the Windows Start menu and open the WSL
|
||||
|
||||
```bash
|
||||
cd ~
|
||||
git clone https://github.com/seanmorley15/Voyage.git
|
||||
git clone https://github.com/Alex-Wiesner/voyage.git
|
||||
cd Voyage
|
||||
```
|
||||
|
||||
|
||||
@@ -12,12 +12,12 @@ Docker is the preferred way to run Voyage on your local machine. It is a lightwe
|
||||
|
||||
Get the `docker-compose.yml` and `.env.example` files from the Voyage repository. You can download them here:
|
||||
|
||||
- [Docker Compose](https://github.com/seanmorley15/Voyage/blob/main/docker-compose.yml)
|
||||
- [Environment Variables](https://github.com/seanmorley15/Voyage/blob/main/.env.example)
|
||||
- [Docker Compose](https://github.com/Alex-Wiesner/voyage/blob/main/docker-compose.yml)
|
||||
- [Environment Variables](https://github.com/Alex-Wiesner/voyage/blob/main/.env.example)
|
||||
|
||||
```bash
|
||||
wget https://raw.githubusercontent.com/seanmorley15/Voyage/main/docker-compose.yml
|
||||
wget https://raw.githubusercontent.com/seanmorley15/Voyage/main/.env.example
|
||||
wget https://raw.githubusercontent.com/Alex-Wiesner/voyage/main/docker-compose.yml
|
||||
wget https://raw.githubusercontent.com/Alex-Wiesner/voyage/main/.env.example
|
||||
cp .env.example .env
|
||||
```
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ You must [expose tailnet IPs to your cluster](https://tailscale.com/kb/1438/kube
|
||||
|
||||
## Getting Started
|
||||
|
||||
Take a look at the [example config](https://github.com/seanmorley15/Voyage/blob/main/kustomization.yml) and modify it for your use case.
|
||||
Take a look at the [example config](https://github.com/Alex-Wiesner/voyage/blob/main/kustomization.yml) and modify it for your use case.
|
||||
|
||||
## Environment Variables
|
||||
|
||||
|
||||
@@ -4,4 +4,4 @@ Traefik is a modern HTTP reverse proxy and load balancer that makes deploying mi
|
||||
|
||||
Voyage has a built-in Traefik configuration that makes it easy to deploy and manage your Voyage instance.
|
||||
|
||||
The most recent version of the Traefik `docker-compose.yml` file can be found in the [Voyage GitHub repository](https://github.com/seanmorley15/Voyage/blob/main/docker-compose-traefik.yaml).
|
||||
The most recent version of the Traefik `docker-compose.yml` file can be found in the [Voyage GitHub repository](https://github.com/Alex-Wiesner/voyage/blob/main/docker-compose-traefik.yaml).
|
||||
|
||||
Reference in New Issue
Block a user