Commit Graph

2 Commits

Author SHA1 Message Date
Matt d85ab9c493 fix: Allow email addresses as Nextcloud admin username
Build and Push Docker Image / test (push) Successful in 59s Details
Build and Push Docker Image / build (push) Successful in 1m12s Details
The validation was too restrictive, only allowing alphanumeric usernames.
Now accepts both:
- Standard usernames (letters, numbers, underscores)
- Valid email addresses

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-09 14:13:08 +01:00
Matt 21364221c8 Initial commit: LetsBe Cloud Orchestrator
Features:
- FastAPI backend with SQLAlchemy 2.0 async ORM
- Tenant management (CRUD operations)
- Task management with types: FILE_WRITE, ENV_UPDATE, DOCKER_RELOAD, COMPOSITE
- Agent registration, heartbeat, and task claiming (/tasks/next)
- Chatwoot deployment playbook (COMPOSITE task with ENV_UPDATE + DOCKER_RELOAD)
- Alembic migrations for Postgres
- Docker Compose setup for local development

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-03 11:02:31 +01:00