Skip to content

Tags

  1. Open Immich’s web interface and click on “Tags” in the left-hand navigation.
  2. Click on the tag you want the value of.
  3. The url will now look something like this http://192.168.86.123:2283/tags?path=cake.
  4. The tag value is everything after path=, so in this example it would be cake.

A date range or ranges. See Date range for more information.

Settings

Key Value
CONFIG tag
ENV KIOSK_TAG
URL tag
VALUE []string
DEFAULT []
Using with config.yaml file
tag:
- TAG_VALUE
- TAG_VALUE
Using with ENV in your docker-compose file
environment:
KIOSK_TAG: "TAG_VALUE, TAG_VALUE, TAG_VALUE"
Using with url queries
http://{URL}?tag=TAG_VALUE&tag=TAG_VALUE&tag=TAG_VALUE

When you specify multiple tags, Immich Kiosk creates a pool of all the requested tag values. For each asset refresh, Kiosk randomly selects one of the tag values from this pool and fetches an asset associated with it.

Tagging an asset with “kiosk-skip” will exclude it from displaying.