- 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>
The pattern docker-compose.override.yml matched at all levels,
preventing website/deploy/docker-compose.override.yml from being
committed. Changed to /docker-compose.override.yml (root-only).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Static single-page marketing site with dark theme, 3-tier pricing,
LLM/agent SEO (llms.txt), and deployment setup that overlays onto
the existing WebsiteBox nginx via docker-compose.override.yml
without modifying any core project files.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>