mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
fix(audio): low-samplerate ogg encode + post-2.0 QA hygiene
Quality-VBR ogg (libvorbis -q:a) fixes 8 kHz 'encoder setup failed' in both ogg paths; drop empty COOKIE_SECRET ENV (app auto-generates); emit real bundle extractedSize; fix stale image-pad/compress-pdf QA specs.
This commit is contained in:
+4
-2
@@ -373,8 +373,10 @@ ENV PORT=1349 \
|
||||
LOG_DIR=/data/logs \
|
||||
TRUST_PROXY=true \
|
||||
OIDC_ENABLED=false \
|
||||
EXTERNAL_URL= \
|
||||
COOKIE_SECRET=
|
||||
EXTERNAL_URL=
|
||||
|
||||
# COOKIE_SECRET is intentionally not baked in: the app auto-generates and persists one
|
||||
# on first boot if unset (see apps/api/src/index.ts). Override via runtime env to pin it.
|
||||
|
||||
# NVIDIA Container Toolkit env vars (harmless on non-GPU systems)
|
||||
ENV NVIDIA_VISIBLE_DEVICES=all \
|
||||
|
||||
Reference in New Issue
Block a user