- 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>
28 lines
391 B
Plaintext
28 lines
391 B
Plaintext
# Environment and secrets
|
|
.env
|
|
.credentials
|
|
.license-key
|
|
|
|
# Docker Compose override (legacy, marketing site moved to websites repo)
|
|
/docker-compose.override.yml
|
|
|
|
# Persistent data (created by setup.sh)
|
|
websitebox-data/
|
|
|
|
# Migration state
|
|
.websitebox-migrations
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor files
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Node (if any tooling added later)
|
|
node_modules/
|