Skip to content

immich-kiosk

Media Servers

A highly configurable slideshow app for displaying Immich assets on browsers and devices

Go Latest v0.39.1 · 16h ago Security brief →

Features

  • Configurable slideshows
  • Displays Immich media assets in web browsers
  • Runs on various devices

Recent releases

View all 21 releases →
No immediate action
v0.39.1 Maintenance

Config permission errors

Config change
v0.39.0 Breaking risk
Breaking upgrade Auth

Alpine → Distroless migration

v0.38.1 Mixed
Notable features
  • Temp range indicators added for visual distinction between high and low temperatures
  • Wind direction can be displayed as compass headings (N, NE, E, etc.) via the `wind_direction` setting
Full changelog

Temp Range Indicators

Added a small indicator on the temp range values to add help visually distinguish between high and low temps.


The default wind direction is now compass directions

Changed the default wind direction to use compass directions (N, NE, E etc)


wind_direction

Added wind_direction to weather locations. Setting this to true will display the wind direction as degrees

weather:
  locations:
    - name: xxx
      lat: xxx
      lon: xxx
      api: xxx
      unit: metric
      lang: en
      show:
        wind: true
        wind_direction: false

Improved live photo handling

Fixed an issue where Kiosk could become stuck if a live photo failed to fetch.


What's Changed

🚀 New Features

  • temp range indicators by @damongolding in https://github.com/damongolding/immich-kiosk/pull/746
  • feat: Added support for wind direction displayed as compass heading by @pengee in https://github.com/damongolding/immich-kiosk/pull/742

⚡ Fixes

  • Fix/forced-light-mode by @damongolding in https://github.com/damongolding/immich-kiosk/pull/743
  • Fix/live photo polling by @damongolding in https://github.com/damongolding/immich-kiosk/pull/744

🔨 Maintenance

  • deps by @damongolding in https://github.com/damongolding/immich-kiosk/pull/747
  • go v bump by @damongolding in https://github.com/damongolding/immich-kiosk/pull/748

Other changes

  • change default by @damongolding in https://github.com/damongolding/immich-kiosk/pull/745
  • Task/release by @damongolding in https://github.com/damongolding/immich-kiosk/pull/749

New Contributors

  • @pengee made their first contribution in https://github.com/damongolding/immich-kiosk/pull/742

Full Changelog: https://github.com/damongolding/immich-kiosk/compare/v0.38.0...v0.38.1

v0.38.0 New feature
Notable features
  • `filter_exclude_faces` query parameter excludes assets where Immich has detected a face
Full changelog

Added: filter_exclude_faces

Excludes assets where Immich has detected a face. Useful for slideshows focused on scenery, landscapes, or architecture.

Note: Requires Immich to have already processed face detection on your assets.

Example
http://URL?album=XXX&filter_exclude_faces=true


What's Changed

🚀 New Features

  • Feature/filter exclude faces by @damongolding in https://github.com/damongolding/immich-kiosk/pull/739

Other changes

  • v0.38.0 by @damongolding in https://github.com/damongolding/immich-kiosk/pull/740

Full Changelog: https://github.com/damongolding/immich-kiosk/compare/v0.37.0...v0.38.0

v0.37.0 Breaking risk
Breaking changes
  • date_filter parameter renamed to filter_date; update existing URLs and configurations
Notable features
  • filter_newest parameter to limit assets to most recent N items
  • Memories now filtered by filter_date
Full changelog

⚠ Breaking Change: date_filter Renamed to filter_date

date_filter has been renamed to filter_date to be consistent with the naming convention used by other filters.

Update any existing URLs, configs or ENVs that use date_filter.


Added: filter_newest

Limit asset sources to only the newest X assets.

Example

http://URL?album=XXX&filter_newest=200

Only the 200 most recent assets in the specified album will be shown.


Memories Now Respect filter_date

Memories are now filtered by filter_date, so only memories within the specified date range will be displayed.

Example

http://URL?memories=true&filter_date=2025-01-01_to_today

Only memories from 2025-01-01 onwards will be shown.


New loading spinner

The loading spinner has been updated.



What's Changed

⚠️ Breaking Changes

  • Chore/date_filter renamed

🚀 New Features

  • Feature/add new spinner by @damongolding in https://github.com/damongolding/immich-kiosk/pull/736
  • Feature/filter date applied memories by @damongolding in https://github.com/damongolding/immich-kiosk/pull/737
  • Feature/filter newest by @damongolding in https://github.com/damongolding/immich-kiosk/pull/733

Full Changelog: https://github.com/damongolding/immich-kiosk/compare/v0.36.3...v0.37.0

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

About

Stars
1,529
Forks
67
Languages
Go TypeScript CSS

Community & Support

Beta — feedback welcome: [email protected]