Commit Graph
7 Commits
Author SHA1 Message Date
marvinandClaude Sonnet 5 121d8a8ab4 Make upload limit and Caddy settings configurable via env vars
- API: read the upload size limit from MAX_UPLOAD_MEGABYTES (default 15)
  and keep MAX_UPLOAD_BYTES as the byte value used by /predict
- Caddy: read the ACME email and request body limit from CADDY_EMAIL and
  CADDY_MAX_BODY (default 16MB, ~1 MB above the API limit)
- compose: pass the new variables to caddy_proxy and cnn_api

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-09-24 19:01:42 +02:00
marvin 3d5de2eca0 added env variables for server limits 2026-09-24 11:15:20 +02:00
marvin e266baaeb9 changes face detection fps 2026-09-24 05:57:57 +02:00
marvin 1964df4b42 upgraded api server 2026-09-24 05:39:46 +02:00
marvin 19244f9bc7 adjusted server time limit 2026-06-04 19:57:36 +02:00
marvin 8a3d6319d3 added send intervall of 2 fps 2026-06-04 15:10:57 +02:00
marvin edf4f76c6f server cleanup 2026-05-31 22:11:13 +02:00