Web UI for OpenLBAC. A SPA served by nginx that provides the management interface for OpenLBAC stack
419
Management UI for OpenLBAC. A React + TypeScript single-page application for managing datasources, groups, policies, users, and audit logs. Communicates exclusively with lbac-server's REST API.
pnpm install
VITE_API_URL=http://localhost:8090 pnpm dev // lbac-server url
Opens at http://localhost:5173.
Configuration is injected at build time via environment variables:
| Variable | Default | Description |
|---|---|---|
VITE_API_URL | http://localhost:8090 | lbac-server base URL |
The Docker image is a static build served by nginx:
docker run -p 80:80 openlbac/lbac-ui:latest
pnpm install
pnpm build # outputs to dist/
Full deployment guides at openlbac.com.
Content type
Image
Digest
sha256:70c4bef7d…
Size
24.9 MB
Last updated
5 months ago
docker pull openlbac/lbac-ui