Private
Public Access
1
0

7 Commits

Author SHA1 Message Date
constantprojects
0bef817f7b Add license key gate, migrate marketing site to separate repo
- install.sh: prompt for license key as first step, validate against
  makeyourown.website/api/validate before any system changes
- setup.sh: secondary key check (format-only if .license-key exists,
  server validation if missing)
- Remove website/ directory — marketing site, keyserver, and deploy
  scripts migrated to the websites repo (git.constantprojects.xyz/
  tankadmin/websites.git) for independent deployment
- Update CLAUDE.md, guide.md, .gitignore to reflect migration

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 12:50:24 -07:00
constantprojects
2c3b58eea7 Add --build to websitebox up, comprehensive guide.md polish
- websitebox up now includes --build flag to always rebuild images,
  fixing Docker cache serving stale containers after code updates
- setup.sh launch command updated to source ~/.bashrc first
- guide.md: added step roadmap table with time estimates
- guide.md: added time estimates to all step headers
- guide.md: updated Launch step to use websitebox shortcut with
  source ~/.bashrc, added command reference table
- guide.md: updated all troubleshooting commands to use websitebox
  shortcut instead of cd + docker compose
- guide.md: added 'websitebox: command not found' troubleshooting
- guide.md: updated setup wizard terminal example to match current
  colored output format
- guide.md: added container build step to launch explanation

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 09:18:54 -07:00
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