Release v1.1.0
All checks were successful
Build & Publish / build_publish (push) Successful in 3m14s

This commit is contained in:
2026-01-25 11:12:54 +01:00
parent bb8bbf8a24
commit ffa1194ed6
4 changed files with 21 additions and 2 deletions

View File

@@ -38,3 +38,8 @@ Exposes port `8080` mapped to container port `80`. Volume mounts `./data:/data`.
- `POST /api/upload` with JSON `{ duration, content_type, content }`
- `GET /api/content/{id}`
- `GET /api/stats`
### Logging
- Logs are written to `data/logs/log.txt`.
- On startup, the previous log file is rotated with a timestamped name.