802 B
802 B
AssetManager 0.5.5.61
Standard image library path and upload workflow
- Clarified that the persistent standard image library lives in
./data/image-libraryon the Docker host. - The bind mount exposes that same directory at
/app/app/static/img/libraryinside the application container; this is not a second copy. - Added explicit
STANDARD_IMAGE_DIRconfiguration and startup creation/logging of the active library directory. - Removed the direct per-record image upload controls from asset and category forms. New images are added to the shared library and can then be reused.
- Existing legacy
/static/uploads/...references remain supported for backward compatibility. - Documentation now explains that adding a new bind mount requires recreating the container, not only restarting it.