Operating Orkestra
Once you have Orkestra running, the operator-side surface is mostly:
- Deployment topology — a single binary (one image, one process).
- Module configuration — env vars, encrypted secrets, per-environment profiles (sandbox / production).
- Integrations — SMTP for email, OAuth providers. (A fork's verticals add their own — payments, PDF rendering, and so on.)
- Observability — health checks, audit logs, structured logging.
Pages
- Deployment — Docker Compose profiles, environment variables.
- Module configuration —
/admin/modules, encrypted secrets, environment profiles. - Notifications & SMTP — wiring real email delivery.
- OAuth providers — Google, Apple, GitHub, Discord.
- Backup and restore — bundled
./backup.sh/./restore.sh, manualmongodumprecipes, dry-run drills. - Troubleshooting — symptoms, diagnoses, fixes.