mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
- fix(rate-limit): treat RATE_LIMIT_PER_MIN=0 as unlimited (50k/min) instead of blocking all requests. @fastify/rate-limit interprets max:0 as "allow zero requests," breaking fresh container startups. - fix(docker): add libgles2 for MediaPipe face detection tools. blur-faces, red-eye-removal, enhance-faces, and passport-photo failed with "libGLESv2.so.2 not found" on all headless containers. - fix(docker/arm64): remove conflicting system libheif1 to avoid ABI symbol mismatch with our custom libheif 1.21.2 build. heif-convert failed with "undefined symbol: heif_get_plugin_directories." - fix(docker/arm64): pre-install wheel+setuptools in base Python venv so basicsr can build from source on arm64 (no pre-built wheel). This unblocks upscale-enhance and photo-restoration bundles.