Go to file
Matt 9e8c9931b4
Build and Push Docker Image / test (push) Successful in 47s Details
Build and Push Docker Image / build (push) Successful in 1m10s Details
feat: Add Poste.io and Chatwoot initial setup Playwright endpoints
- Add POST /tenants/{tenant_id}/poste/setup endpoint for Poste.io mail
  server initial setup via Playwright browser automation
- Add POST /tenants/{tenant_id}/chatwoot/initial-setup endpoint for
  Chatwoot super admin creation via Playwright
- Add health check functions for Poste.io and Chatwoot availability
- Add request models with email validation for both services
- Passwords auto-generated if not provided, returned in task result

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-09 14:51:00 +01:00
.claude fix: Allow email addresses as Nextcloud admin username 2025-12-09 14:13:08 +01:00
.gitea/workflows Add Gitea Actions CI/CD and fix trailing slash routing 2025-12-08 12:37:28 +01:00
alembic feat: add secure token-based agent registration and multi-tenant isolation 2025-12-07 11:11:32 +01:00
app feat: Add Poste.io and Chatwoot initial setup Playwright endpoints 2025-12-09 14:51:00 +01:00
tests fix: update remaining test for new Playwright payload structure 2025-12-08 22:25:44 +01:00
.env.example docs: add ADMIN_API_KEY to .env.example with generation instructions 2025-12-07 11:25:38 +01:00
.gitignore Initial commit: LetsBe Cloud Orchestrator 2025-12-03 11:02:31 +01:00
CLAUDE.md Initial commit: LetsBe Cloud Orchestrator 2025-12-03 11:02:31 +01:00
Dockerfile Initial commit: LetsBe Cloud Orchestrator 2025-12-03 11:02:31 +01:00
ROADMAP.md feat: add tenant_id to agent registration and task filtering 2025-12-05 20:09:58 +01:00
alembic.ini Initial commit: LetsBe Cloud Orchestrator 2025-12-03 11:02:31 +01:00
deploy.sh chore: add deploy script and align dev compose with prod 2025-12-08 21:20:36 +01:00
docker-compose-dev.yml chore: add deploy script and align dev compose with prod 2025-12-08 21:20:36 +01:00
docker-compose.override.yml Use registry image in docker-compose, add dev override 2025-12-08 12:50:13 +01:00
docker-compose.yml Use registry image in docker-compose, add dev override 2025-12-08 12:50:13 +01:00
nginx.conf Add production Docker Compose and nginx config 2025-12-03 11:25:57 +01:00
requirements.txt feat: add Nextcloud initial setup endpoint via Playwright 2025-12-08 20:20:31 +01:00