You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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_PORT environment variable - Configure the port Fireshare listens on inside the container (default 80). Primarily useful when running with network_mode: host, where the Docker ports mapping is ignored. Documented in docker-compose.yml, README.md, and docs/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_url is None during video scans.