Skip to content

Partners

  1. Open Immich’s web interface and click on “Sharing” in the left-hand navigation.
  2. Click on the partner you want the ID of.
  3. The url will now look something like this http://192.168.86.123:2283/partners/a04175f4-97bb-4d97-8d49-3700263043e5.
  4. The partner ID is everything after partners/, so in this example it would be a04175f4-97bb-4d97-8d49-3700263043e5.

This feature allows you to prevent partner(s) assets from being displayed in the slideshow.

Settings

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