Private
Public Access
1
0
Commit Graph

5 Commits

Author SHA1 Message Date
constantprojects
3a6cf54d92 Make websitebox command smarter: auto-add -d and -f flags
- 'websitebox up' now automatically runs 'docker compose up -d'
- 'websitebox logs' now automatically runs 'docker compose logs -f'
- All other commands pass through unchanged
- Added 'source ~/.bashrc' instruction at end of installer so the
  command works immediately without logout/login
- Updated tips and setup summary to show simplified commands

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 09:09:01 -07:00
constantprojects
2685603fcd Add 'websitebox' shell command as shortcut for docker compose
Installs a shell function in .bashrc/.zshrc that auto-cds into the
project directory, so users can run 'websitebox up -d' from anywhere
instead of remembering to cd first. Shows usage examples in the
installer's closing output. Setup summary updated to use the shortcut.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 09:02:03 -07:00
constantprojects
3846070818 Add cd ~/websitebox to docker compose command in setup summary
Users copying the command from the summary were running it from
their home directory, causing 'no configuration file provided'.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 08:59:55 -07:00
constantprojects
a35569863e Add colored output and UX improvements to setup.sh
- Config option labels (domain, email, etc.) shown in bold blue
- Errors in red, warnings in yellow, success checkmarks in green
- Password field: note that input won't appear on screen
- SMTP prompt: "if you don't know what this is, press Enter to skip"
- Summary next steps: detailed A record fields (Type, Name, Value, TTL)
  with explanations, dig command with success/failure examples,
  "copy this command into the server terminal" instead of "run"
- Matching color scheme with install.sh (header, section, etc.)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 08:59:14 -07:00
constantprojects
a440026701 Initial commit: complete WebsiteBox project
Docker-based self-hosted WordPress deployment system with:
- Four-container stack (nginx, wordpress/php-fpm, mariadb, certbot)
- Automatic SSL via Let's Encrypt with self-signed fallback
- First-boot WordPress setup via WP-CLI (GeneratePress + child theme, plugins)
- Interactive setup wizard and one-line install script
- Backup, update, healthcheck, and SSL renewal scripts

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 15:24:23 -07:00