Rename AdventureLog to Voyage and add fork attribution

- Replace all AdventureLog references with Voyage across ~102 files
  (7 case variants: AdventureLog, adventurelog, Adventurelog, ADVENTURELOG,
  AdventUrelog, AdventureLOG, adventure-log, adventure_log)
- Rename brand, static, and documentation assets to use voyage naming
- Rename install_adventurelog.sh → install_voyage.sh
- Update README.md and voyage_overview.md to credit AdventureLog as
  the upstream project and Sean Morley as its original creator
This commit is contained in:
2026-03-06 11:05:26 +00:00
parent 2b644d3afa
commit df8d1adf15
151 changed files with 653 additions and 658 deletions

View File

@@ -1,11 +1,11 @@
# 🚀 Quick Start Install
Install **AdventureLog** in seconds using our automated script.
Install **Voyage** in seconds using our automated script.
## 🧪 One-Liner Install
```bash
curl -sSL https://get.adventurelog.app | bash
curl -sSL https://get.voyage.app | bash
```
This will:
@@ -14,7 +14,7 @@ This will:
- Set up project directory
- Download required files
- Prompt for basic configuration (like domain name)
- Start AdventureLog with Docker Compose
- Start Voyage with Docker Compose
## ✅ Requirements
@@ -37,9 +37,9 @@ The script automatically:
To remove everything:
```bash
cd adventurelog
cd voyage
docker compose down -v
rm -rf adventurelog
rm -rf voyage
```
Need more control? Explore other [install options](getting_started.md) like Docker, Proxmox, Synology NAS, and more.