Raise audio upload limit to 2 GB per file.

Update validation, dropzone checks, Docker PHP ini, and docs so multi-hour recordings can be uploaded.
This commit is contained in:
ben
2026-08-12 17:42:55 +02:00
parent 771ee8db5a
commit e81a27cb8f
8 changed files with 63 additions and 7 deletions
+2
View File
@@ -36,6 +36,8 @@ RUN install-php-extensions \
intl \
opcache
COPY docker/php.ini /usr/local/etc/php/conf.d/99-uploads.ini
COPY --from=composer:2 /usr/bin/composer /usr/bin/composer
WORKDIR /app