github damongolding/immich-kiosk v0.23.4

2 days ago

0.23.4

Offline mode ENVs

added:

  • KIOSK_OFFLINE_MODE_ENABLED
  • KIOSK_OFFLINE_MODE_NUMBER_OF_ASSETS
  • KIOSK_OFFLINE_MODE_MAX_SIZE
  • KIOSK_OFFLINE_MODE_EXPIRATION_HOURS

using the above is the same as setting this in your config.yaml

offline_mode:
  enabled: true # KIOSK_OFFLINE_MODE_ENABLED
  number_of_assets: 500 # KIOSK_OFFLINE_MODE_NUMBER_OF_ASSETS
  max_size: 50mb # KIOSK_OFFLINE_MODE_MAX_SIZE
  expiration_hours: 24 # KIOSK_OFFLINE_MODE_EXPIRATION_HOURS

What's Changed

🚀 New Features

Full Changelog: v0.23.3...v0.23.4

Don't miss a new immich-kiosk release

NewReleases is sending notifications on new releases.