letsbe-orchestrator/app
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
..
dependencies fix: use standard logging format to avoid reserved 'message' key 2025-12-07 11:59:18 +01:00
models feat: add secure token-based agent registration and multi-tenant isolation 2025-12-07 11:11:32 +01:00
playbooks feat: Add Poste.io and Chatwoot initial setup Playwright endpoints 2025-12-09 14:51:00 +01:00
routes feat: Add Poste.io and Chatwoot initial setup Playwright endpoints 2025-12-09 14:51:00 +01:00
schemas feat: add secure token-based agent registration and multi-tenant isolation 2025-12-07 11:11:32 +01:00
__init__.py Initial commit: LetsBe Cloud Orchestrator 2025-12-03 11:02:31 +01:00
config.py feat: add secure token-based agent registration and multi-tenant isolation 2025-12-07 11:11:32 +01:00
db.py Initial commit: LetsBe Cloud Orchestrator 2025-12-03 11:02:31 +01:00
main.py Add Gitea Actions CI/CD and fix trailing slash routing 2025-12-08 12:37:28 +01:00