github damongolding/immich-kiosk v0.22.2

latest releases: v0.23.4, v0.23.3, v0.23.2...
one month ago

0.22.1

Container health check

Added /health endpoint so users can add a healthcheck e.g.

services:
  immich-kiosk:
    # omitted for brevity
    healthcheck:
      test: ["CMD", "curl", "-f", "http://localhost:3000/health"]
      interval: 30s
      timeout: 5s
      retries: 3
      start_period: 10s

Updated cache-control

  • Longer cache for assets such as CSS and JavaScript files (public, max-age=31536000, immutable)
  • Assets from /image/IMAGE_ID and /video/VIDEO_ID now have a cache of private, max-age=86400, no-transform

What's Changed

🚀 New Features

⚡ Fixes

Full Changelog: v0.22.1...v0.22.2

Don't miss a new immich-kiosk release

NewReleases is sending notifications on new releases.