OrcheStack administrator dashboard — FastAPI + HTMX + Jinja UI for platform operators.
4.5K
The administrator dashboard for OrcheStack — an open-source containerised data platform that integrates Airbyte, Apache Airflow, dbt Core, Great Expectations, Metabase, MinIO, OpenMetadata, and pgAdmin behind a single operator-facing interface.
This image renders the operator-facing UI for the platform. It's a FastAPI
application serving Jinja templates layered with HTMX-driven partials,
reachable behind a reverse-proxy path prefix at /app.
| Page | What operators do there |
|---|---|
| Service status | Grid of every managed service with its tier badge, container status, and quick start/stop controls |
| Service detail | Per-service open sessions, audit timeline, edit-config form, force-stop control |
| Open sessions | Live view of every session across all services with operator + service + opened-at + heartbeat |
| Audit log | Append-only event stream filterable by actor, target, action type, time range |
| Credentials | Environment-variable browser with reveal-on-click and per-service grouping |
| Users + Roles | Multi-user management, role-permissions matrix (effective view + explicit-grants view), bulk-save grid |
| Profile | The signed-in operator's own account + session management |
orchestack-orchestrator
through its private APIuseradd --system dashboard inside the image;
zero need for root since the dashboard only makes HTTP calls and serves
HTMLThis is part of OrcheStack's control plane and is not designed to run
standalone. It runs alongside the rest of the platform via the
docker-compose.yml shipped in the OrcheStack runtime bundle.
To deploy OrcheStack:
curl -fsSL https://orchestack.ng/install.sh | bash
Or download the latest runtime bundle
and follow its INSTALL.md. Once running, sign in at
http://your-host/login and the dashboard appears at http://your-host/app/.
| Image | Purpose |
|---|---|
tripleaceme/orchestack-auth | Signup, login, setup wizard |
tripleaceme/orchestack-orchestrator | Service lifecycle daemon |
tripleaceme/orchestack-airflow | Airflow 2.10 with dbt + Cosmos preinstalled |
tripleaceme/orchestack-ge | Great Expectations preinstalled |
Content type
Image
Digest
sha256:26f623fb9…
Size
56.8 MB
Last updated
24 days ago
docker pull tripleaceme/orchestack-dashboard