PlaidWeb / Publ

Flexible publishing system for the web
http://publ.beesbuzz.biz/
MIT License
40 stars 4 forks source link

Allow alternate mount points for image renditions #535

Open fluffy-critter opened 10 months ago

fluffy-critter commented 10 months ago

Expected Behavior

Replace/extend the image_output_subdir with an option which can take an alternate output path that is not a subdirectory of the static content directory, and optionally enable an alternate mount path for the output directory.

Context

Some deployment environments want the entire application directory to be read-only, and being able to write out the content to an alternate location (which could then either be mounted by the Flask instance or by the fronting server) would help to facilitate this.

It is a low priority but it has been requested.