Private
Public Access
docs(api): correct endpoint /api/mma_status -> /api/gui/mma_status across docs
This commit is contained in:
@@ -272,7 +272,7 @@ def _docker_available() -> bool:
|
||||
- `docker build -t manual_slop:latest .` succeeds on a clean machine
|
||||
- `docker compose up` starts the container, and `:8999/status` returns 200 within 60s
|
||||
- `curl http://localhost:8080/` returns the web client HTML
|
||||
- An agent can `curl http://localhost:8999/api/mma_status` and get a valid response
|
||||
- An agent can `curl http://localhost:8999/api/gui/mma_status` and get a valid response
|
||||
- The user can navigate to the web UI in a browser and see the ImGui panels
|
||||
- File operations on `/projects` persist across container restarts
|
||||
- Env vars for API keys are not committed to the image (use runtime env)
|
||||
|
||||
Reference in New Issue
Block a user