github damongolding/immich-kiosk v0.11.3

one day ago

v0.11.3

Config mount

I am moving the config.yaml mount from:

    volumes:
      # Mounting single file
      - ./config.yaml:/config.yaml

to

    volumes:
      # Mount the directory with config.yaml inside
      - ./config:/config

This is to fix permission issues when watch_config is set to true. At the moment you may use either of these.

Splitview Landscape

Added layout=splitview-landscape. Which works the same as splitview but with landscape images being stacked.

What's Changed

🚀 New Features

⚡ Fixes

Full Changelog: v0.11.2...v0.11.3

Don't miss a new immich-kiosk release

NewReleases is sending notifications on new releases.