What's Changed
Features
- Editable image "Created Date" - You can now set or clear the created date (and time) of an image from the Edit Image modal. The chosen date/time is stored exactly as entered with no timezone conversion, and is now displayed on image cards in the masonry view.
Configuration
- New
FIRESHARE_PORTenvironment variable - Configure the port Fireshare listens on inside the container (default80). Primarily useful when running withnetwork_mode: host, where the Dockerportsmapping is ignored. Documented indocker-compose.yml,README.md, anddocs/EnvironmentVariables.md.
Bug Fixes
- Webhooks no longer cause a crash when a video URL is unavailable - Generic webhook payloads now fall back to an empty string instead of throwing when
video_urlisNoneduring video scans.