Skip to content

Change README to add the different mappings for images #167

Closed
@H-Toine

Description

@H-Toine

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions