You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm trying to send 378 images (552 MB) to a friend using my hemmeling instance but for some reason I'm failing.
This is the compose file I'm using:
version: '3.8'services:
hemmelig:
image: hemmeligapp/hemmelig:latestenvironment:
- TZ=Europe/Rome
- SECRET_HOST=public.url.com
- SECRET_ROOT_USER=root # User as the root admin user
- SECRET_ROOT_PASSWORD=rootpassword
- [email protected]
- SECRET_FILE_SIZE=10000
- SECRET_FORCED_LANGUAGE=en
- SECRET_JWT_SECRET=supersecretsecret
- SECRET_MAX_TEXT_SIZE=1024volumes:
- /mnt/data/hemmelig/data:/var/tmp/hemmelig/upload/files
- /mnt/data/hemmelig/db:/home/node/hemmelig/databaseexpose:
- 3000:3000
If I upload them as a 542.3Mb zip file, I get a 272b hemmelig_files.zip file containing a zero bytes zipfile.
checking the browser's network tab I noticed the following:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I'm trying to send 378 images (552 MB) to a friend using my hemmeling instance but for some reason I'm failing.
This is the compose file I'm using:
If I upload them as a 542.3Mb zip file, I get a 272b hemmelig_files.zip file containing a zero bytes zipfile.
checking the browser's network tab I noticed the following:
the
files[0].content
base64 is nothing near the zipfile I need to upload, what gives?Beta Was this translation helpful? Give feedback.
All reactions