mirror of
https://18126008609:longquanjian123@gitee.com/feigong123/aurask.git
synced 2026-04-19 16:18:24 +00:00
18 lines
355 B
Markdown
18 lines
355 B
Markdown
# 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:
|
|
|
|
```bash
|
|
uv run aurask serve --reset --host 127.0.0.1 --port 8080
|
|
```
|
|
|
|
Then open `index.html` in a browser.
|