Commit Graph

4 Commits

Author SHA1 Message Date
Matt f935f7057a feat: support registration_token in JSON config
Can now pass registration_token directly in JSON instead of
requiring SYSADMIN_REGISTRATION_TOKEN environment variable.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-07 12:28:08 +01:00
Matt 850a46e5ea fix: pass SYSADMIN_REGISTRATION_TOKEN to remote env_setup.sh
The token was set locally but not passed via SSH to the remote server.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-07 12:26:44 +01:00
Matt 62ce4ce692 Add Docker Hub authentication and fix calcom/baserow issues
- Add --docker-user and --docker-token flags to start.sh and setup.sh
- Docker login runs after Docker installation to bypass rate limits
- Store Docker Hub username (not token) in credentials.env for reference
- Fix calcom: use v5.9.8 image tag, remove obsolete version attribute
- Remove baserow stack and nginx config (had template substitution issues)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-05 16:48:43 +01:00
Matt 52588fc8f1 Initial commit: LetsBe automated server setup scripts 2025-12-04 01:00:41 +01:00