mirror of
https://18126008609:longquanjian123@gitee.com/feigong123/aurask.git
synced 2026-04-19 16:18:24 +00:00
| .. | ||
| index.html | ||
| main.js | ||
| README.md | ||
| styles.css | ||
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.