aurask/manager
2026-04-19 16:23:39 +08:00
..
index.html Add service bridges and frontend panel structure 2026-04-19 16:23:39 +08:00
main.js Add service bridges and frontend panel structure 2026-04-19 16:23:39 +08:00
README.md Add service bridges and frontend panel structure 2026-04-19 16:23:39 +08:00
styles.css Add service bridges and frontend panel structure 2026-04-19 16:23:39 +08:00

Aurask Manager

manager is the admin-facing panel directory.

Current MVP:

  • Static HTML panel
  • Uses Aurask admin endpoints
  • Shows bridge configuration status for PostgreSQL, PGVector, Redis, AnythingLLM, and Langflow

Start the API first:

uv run aurask serve --reset --host 127.0.0.1 --port 8080

Then open index.html in a browser.