Transform any browser or dedicated device into a dynamic digital photo frame. This tool creates lightweight, highly configurable slideshows using your Immich photo library as the source. It's designed to run continuously on kiosk-style devices, bringing your memories to life on any screen.
The setup is straightforward, especially for those familiar with Docker. Once running, you can tailor the experience to your exact preferences. Key features include:
It's an ideal solution for displaying your photos on a TV, a Raspberry Pi-powered home screen, an iPad, an Android tablet, or even a smart fridge.
services:
immich-kiosk:
image: ghcr.io/damongolding/immich-kiosk:latest
container_name: immich-kiosk
ports:
- "3000:3000"
environment:
- IMMICH_URL=${IMMICH_URL}
- IMMICH_API_KEY=${IMMICH_API_KEY}
restart: unless-stoppedIMMICH_URL=http://192.168.1.100:2283
IMMICH_API_KEY=your_immich_api_key_hereAuto-fetched about 24 hours ago
Auto-fetched about 24 hours ago