Skip to content

FAQ

kiosk server offline icon

What is the Kiosk icon with a line through it mean?

Section titled “What is the Kiosk icon with a line through it mean?”

This icon shows when the front end can’t connect to the back end.


flush cache icon

Clicking this icon tells Kiosk to delete all cached data and refresh the current device.


Can I use this to set Immich images as my Home Assistant dashboard background?

Section titled “Can I use this to set Immich images as my Home Assistant dashboard background?”

Yes! Just navigate to the dashboard with the view you wish to add the image background to.

Enter edit mode and click the next to the view you want to add the image to.

Then select the “background” tab and toggle on “Local path or web URL” and enter your url with path /image e.g. http://192.168.0.123:3000/image.

If you want to specify an album or a person you can also add that to the url e.g. http://192.168.0.123:3000/image?album=ALBUM_ID

Check out the Home Assistant section.


Do I need to a docker service for each client

Section titled “Do I need to a docker service for each client”

You only need one docker service (or binary running) that your devices(s) will connect to.


Nope. Just change the host port in your docker compose file i.e. - 3000:3000 to - PORT_YOU_WANT:3000