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
when trying to import a book in zip format nginx gives an error. Even using the variables below for bookstack and php:
- FILE_UPLOAD_SIZE_LIMIT=200
- post_max_size = 200M
- upload_max_filesize = 200M
Expected Behavior
allow changing nginx limits with environment variables
Steps To Reproduce
export a zip file 50 mb book from a bookstack instance and import . error happens on upload
keep running
Actions
[migrations] started
[migrations] 01-nginx-site-confs-default: executing...
[migrations] 01-nginx-site-confs-default: succeeded
[migrations] 02-default-location: executing...
[migrations] 02-default-location: succeeded
[migrations] done
───────────────────────────────────────
██╗ ███████╗██╗ ██████╗
██║ ██╔════╝██║██╔═══██╗
██║ ███████╗██║██║ ██║
██║ ╚════██║██║██║ ██║
███████╗███████║██║╚██████╔╝
╚══════╝╚══════╝╚═╝ ╚═════╝
Brought to you by linuxserver.io
───────────────────────────────────────
To support LSIO projects visit:
https://www.linuxserver.io/donate/
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID: 1000
User GID: 1000
───────────────────────────────────────
Linuxserver.io version: v25.02-ls196
Build-date: 2025-03-09T13:52:48+00:00
───────────────────────────────────────
Setting resolver to 127.0.0.11
Setting worker_processes to 12
generating self-signed keys in /config/keys, you can replace these with your own keys if required
....+...+..+.......+...+.....+...+.+......+...............+.........+...+.....+.+..+...+.+...............+.........+......+.....+...+++++++++++++++++++++++++++++++++++++++*..+.+..+...+.............+.....+.+...+.....+......+.......+.................+...+...+.........+.......+.....+.+...............+++++++++++++++++++++++++++++++++++++++*.......+..+...+................++++++
.+.......+........+.+...+..+++++++++++++++++++++++++++++++++++++++*.+...+......+......+.+...+.....+.+...+..+.+..+...+.......+++++++++++++++++++++++++++++++++++++++*....+.......+..+.+........+......+...+.+...........+...+......+.+...........+.......+...........+.+......+..+.......+.....+.+.........+...+...+...+..+...+.........+...............+...............+.+......+........+.+...........+...+.+.....+....+...+.....++++++
-----
Waiting for DB to be available
INFO Nothing to migrate.
[custom-init] No custom files found, skipping...
[ls.io-init] done.
The text was updated successfully, but these errors were encountered:
Would go in your php/php-local.ini file that should exist in your mounted /config volume folder.
They are not env options.
You may need to restart the container for these changes to take affect.
WARNING: I noticed your existing volumes are strange:
Those are not container paths used by this container image.
This should be fixed to align with the guidance/paths for this image.
Be very careful, if you've created data (uploaded files/images/attachments) you can very easily loose data here.
Don't take down the stack before you're sure the files are safe, if you have important existing files.
You may need to export the contents of the existing container to retain these files.
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.
Is there an existing issue for this?
Current Behavior
when trying to import a book in zip format nginx gives an error. Even using the variables below for bookstack and php:
- FILE_UPLOAD_SIZE_LIMIT=200
- post_max_size = 200M
- upload_max_filesize = 200M
Expected Behavior
allow changing nginx limits with environment variables
Steps To Reproduce
export a zip file 50 mb book from a bookstack instance and import . error happens on upload
Environment
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: