-
-
Notifications
You must be signed in to change notification settings - Fork 125
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is this a new feature request?
- I have searched the existing issues
Wanted change
Add the different mapping for the image locations to the documentation.
Reason for change
As experienced from an issue on the official bookstack repo , the mapping is different from the docker image to the official bookstack repo.
This conflicts with the official bookstack documentation. When changing your image storage_type from local
(publicly available) to local_secure
(only logged in users), the documentation tells you to move the images to a different location. The different locations of the folders in the docker image makes this documentation invalid.
As such, I'd propose to add the mapping to the README (or wherever you see fit).
Proposed code change
#### Different paths for secure images
This docker image exposes the internal BookStack folders under different paths. Below is the current mapping:
Location within mounted /config folder => Normal BookStack filesystem location
- www/files => storage/uploads/files
- www/images => storage/uploads/images
- www/themes => themes
- uploads => public/uploads
ssddanbrown
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Done