update frontend

This commit is contained in:
2026-06-02 23:38:29 -07:00
parent b2c0c6ccdb
commit d26342efd6
9 changed files with 613 additions and 7 deletions
+6
View File
@@ -332,12 +332,18 @@ docker compose run --rm api
Useful API endpoints for generated files:
- `POST /webdav/scan`
- `GET /runs`
- `GET /videos/{video_id}/runs`
- `GET /videos/{video_id}/artifacts`
- `GET /clips/{clip_id}/artifacts`
- `GET /artifacts/{artifact_id}`
- `GET /system/logs`
- `GET /system/logs/{service}?tail=300`
Thumbnail outputs are visible through the artifact endpoints. Upload command payloads include `thumbnail` when a `thumbnail_final` artifact exists.
The frontend operations view uses the run, artifact, and log endpoints to show per-video pipeline history and recent Compose container logs. The API service mounts `/var/run/docker.sock` read-only so it can read logs for `api`, `frontend`, `scheduler`, `worker-ai`, `worker-media`, and `redis`; keep that endpoint LAN-only or behind trusted access.
## Custom LLM Prompt
Edit `[llm_prompt]` in your private `config.toml` to tune clip selection without rebuilding containers: