Add colored output to install.sh, update all URLs to Gitea
Color system: green checkmarks for success, orange bold for info/hints, cyan section headers, bold white title headers, yellow warnings, red errors. Rolling progress preview lines shown in dim. UFW "Rules updated" noise suppressed. Updated all repository URLs from github.com/websitebox/websitebox to git.constantprojects.xyz/tankadmin/websitebox across install.sh, guide.md, and README.md. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -31,7 +31,7 @@ A Docker-based, self-hosted WordPress deployment system. Provision a VPS, run th
|
||||
|
||||
1. **SSH into your VPS** and run the installer:
|
||||
```bash
|
||||
curl -fsSL https://raw.githubusercontent.com/websitebox/websitebox/main/install.sh | bash
|
||||
curl -fsSL https://git.constantprojects.xyz/tankadmin/websitebox/raw/branch/main/install.sh | bash
|
||||
```
|
||||
|
||||
2. **Answer the setup wizard** prompts (domain, admin credentials, etc.)
|
||||
|
||||
Reference in New Issue
Block a user