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:
2026-03-06 14:25:16 +00:00
parent c57df72610
commit d32fcb6fed
25 changed files with 52 additions and 78 deletions

View File

@@ -112,9 +112,7 @@ Every contribution helps make Voyage more reliable and user-friendly.
If you find Voyage helpful, consider sponsoring me! Your support keeps this project going:
[https://seanmorley.com/sponsor](https://seanmorley.com/sponsor)
📖 [View the Full Changelog on GitHub](https://github.com/seanmorley15/Voyage/compare/v0.9.0...v0.10.0)
📖 [View the Full Changelog on GitHub](https://github.com/Alex-Wiesner/voyage/compare/v0.9.0...v0.10.0)
Thanks for being part of the Voyage community. I appreciate your feedback and look forward to seeing where your next journey takes you!

View File

@@ -104,11 +104,10 @@ Every contribution makes Voyage more user-friendly and reliable.
If you enjoy Voyage, consider sponsoring the project:
[https://seanmorley.com/sponsor](https://seanmorley.com/sponsor)
---
📖 [Full Changelog on GitHub](https://github.com/seanmorley15/Voyage/compare/v0.10.0...v0.11.0)
📖 [Full Changelog on GitHub](https://github.com/Alex-Wiesner/voyage/compare/v0.10.0...v0.11.0)
Thanks for being part of the Voyage community!

View File

@@ -127,10 +127,8 @@ Your contributions — whether large features, small fixes, documentation improv
If Voyage helps you plan, remember, or relive your travels, consider supporting the project:
👉 https://seanmorley.com/sponsor
📖 **Full Changelog:**
https://github.com/seanmorley15/Voyage/compare/v0.11.0...v0.12.0
https://github.com/Alex-Wiesner/voyage/compare/v0.11.0...v0.12.0
Happy planning & happy travels!

View File

@@ -40,7 +40,6 @@ Hi everyone! I am super excited to announce Voyage v0.7.0! This is one of the bi
# Sponsorship 💖
[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/seanmorley15)
As a computer science student, I pour my free time into developing and enhancing Voyage, driven by my passion for this project and its potential to make adventure planning easier for everyone. Your support, no matter the amount, means the world to me. It shows that you believe in the project and its future. Im excited to announce that Ive launched my page on Buy Me A Coffee—check it out!
Hope you all enjoy!

View File

@@ -49,7 +49,6 @@ Hi everyone! I am super excited to announce the release of Voyage v0.7.1. This u
# Sponsorship 💖
[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/seanmorley15)
As a computer science student, I pour my free time into developing and enhancing Voyage, driven by my passion for this project and its potential to make adventure planning easier for everyone. Your support, no matter the amount, means the world to me. It shows that you believe in the project and its future. Im excited to announce that Ive launched my page on Buy Me A Coffee—check it out!
Hope you all enjoy!

View File

@@ -93,7 +93,6 @@ Im thrilled to announce the release of **Voyage v0.8.0**, a huge update packe
## Sponsorship 💖
[![Buy Me A Coffee](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/seanmorley15)
As always, Voyage continues to grow thanks to your incredible support and feedback. If you love using the app and want to help shape its future, consider supporting me on **Buy Me A Coffee**. Your contributions go a long way in allowing for Voyage to continue to improve and thrive 😊
---

View File

@@ -117,7 +117,6 @@ Thank you for helping Voyage grow! 🙌
## Support My Work 💖
[![Buy Me A Coffee](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/seanmorley15)
If Voyage has made your travels more organized or your trip memories richer, consider supporting my work on **Buy Me A Coffee**. Your support directly helps shape the future of this project! ☕
---
@@ -130,4 +129,4 @@ Happy travels,
---
**[Full Changelog](https://github.com/seanmorley15/Voyage/compare/v0.8.0...v0.9.0)**
**[Full Changelog](https://github.com/Alex-Wiesner/voyage/compare/v0.8.0...v0.9.0)**

View File

@@ -32,6 +32,6 @@ That's it! You should now be able to run the application with the new configurat
Enjoy the new version of Voyage! 🎉
View the full changelog [here](https://github.com/seanmorley15/Voyage/releases/tag/v0.7.1)
View the full changelog [here](https://github.com/Alex-Wiesner/voyage/releases/tag/v0.7.1)
Report any bugs [GitHub repository](https://github.com/seanmorley15/voyage) or ask for help in the [Discord server](https://discord.gg/wRbQ9Egr8C).
Report any bugs [GitHub repository](https://github.com/Alex-Wiesner/voyage) or ask for help in the [Discord server](https://discord.gg/wRbQ9Egr8C).

View File

@@ -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
```

View File

@@ -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
```

View File

@@ -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

View File

@@ -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).

View File

@@ -16,7 +16,7 @@ If you're experiencing issues with the Nginx service failing to start in the bac
- The service name should be set to `server` in the `docker-compose.yml` file. For example:
```yaml
server:
image: ghcr.io/seanmorley15/voyage-backend:latest
image: ghcr.io/alex-wiesner/voyage-backend:latest
container_name: voyage-backend
```
@@ -27,14 +27,14 @@ If you're experiencing issues with the Nginx service failing to start in the bac
- Get the default Nginx configuration file from the Voyage repository:
```bash
wget https://raw.githubusercontent.com/seanmorley15/Voyage/refs/heads/main/backend/nginx.conf
wget https://raw.githubusercontent.com/Alex-Wiesner/voyage/refs/heads/main/backend/nginx.conf
```
- Update the `nginx.conf` file to replace all occurrences of `server` with your custom service name.
- Mount the custom Nginx configuration file to the backend container in the `docker-compose.yml` file. For example:
```yaml
server:
image: ghcr.io/seanmorley15/voyage-backend:latest
image: ghcr.io/alex-wiesner/voyage-backend:latest
container_name: voyage-backend
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf