- 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
26 lines
774 B
Markdown
26 lines
774 B
Markdown
---
|
|
name: Deployment Issue
|
|
about: Request help deploying Voyage. For faster support, please use our Discord community!
|
|
title: "[DEPLOYMENT] <short description>"
|
|
labels: deployment
|
|
assignees: ""
|
|
---
|
|
|
|
⚠️ **Note:** GitHub issues are primarily for tracking bugs and feature requests.
|
|
For general deployment troubleshooting and faster community support, please visit our **Discord**: https://discord.gg/wRbQ9Egr8C
|
|
|
|
---
|
|
|
|
## 🖥️ Describe Your Issue
|
|
|
|
A clear and concise description of the deployment problem.
|
|
|
|
## 🐳 Docker Compose (Obfuscated)
|
|
|
|
Please include your `docker-compose.yml` or relevant variable configuration.
|
|
⚠️ Make sure to **remove or obfuscate sensitive information** (passwords, tokens, keys, etc.).
|
|
|
|
```yaml
|
|
# Example (with secrets removed)
|
|
```
|