vicalloy / outline-docker-compose

Install a self-hosted Outline wiki instance in a couple of minutes
BSD 3-Clause "New" or "Revised" License
770 stars 132 forks source link

Can't increase upload size beyond 200ish MB #68

Open bluvoll opened 11 months ago

bluvoll commented 11 months ago

Hi there, I've been using Outline for a while, but recently had the need to increase the upload size beyond 200mb, tried setting AWS_S3_UPLOAD_MAX_SIZE=1024000000 and FILE_STORAGE_UPLOAD_MAX_SIZE=1024000000 in the env, but got this error from Formidable FormidableError: options.maxFileSize (209715200 bytes) exceeded, received 209721736 bytes of file data at Stream. (/opt/outline/node_modules/formidable/src/Formidable.js:358:11)

I tried editing the file but didnt help either, any help would be greatly appreciated.