Immich-Kiosk
Docker 应用程序 from grtgbln's Repository
概述
要求
Requires a separate Immich server. Container requires a "config.yaml" file at the "Config File" path BEFORE starting if using config file; otherwise use environmental variables. See the project page for more information: https://github.com/damongolding/immich-kiosk?tab=readme-ov-file#configuration
运行时参数
- 网络用户界面
http://[IP]:[PORT:3000]- 网络
bridge- 特权
- false
模板配置
Container Port: 3000
- 目标
- 3000
- 默认值
- 3000
- 价值
- 3000
Config file for application. Remove this if using environmental variables instead.
- 目标
- /config.yaml
- 默认值
- /mnt/user/appdata/immich_kiosk/config.yaml
- 价值
- /mnt/user/appdata/immich_kiosk/config.yaml
The URL to the Immich Server
- 目标
- KIOSK_IMMICH_URL
The API for your Immich server
- 目标
- KIOSK_IMMICH_API_KEY
A shortcut to set KIOSK_SHOW_TIME, KIOSK_SHOW_DATE, KIOSK_SHOW_IMAGE_TIME and KIOSK_SHOW_IMAGE_DATE
- 目标
- KIOSK_DISABLE_UI
- 默认值
- false|true
Display current time
- 目标
- KIOSK_SHOW_TIME
- 默认值
- true|false
Display current time in either 12-hour or 24-hour format
- 目标
- KIOSK_TIME_FORMAT
- 默认值
- 12|24
Display the current date
- 目标
- KIOSK_SHOW_DATE
- 默认值
- true|false
The format of the current date. Any GO date string is valid
- 目标
- KIOSK_DATE_FORMAT
- 默认值
- DD/MM/YYYY
- 价值
- DD/MM/YYYY
The amount in seconds a image will be displayed for
- 目标
- KIOSK_REFRESH
- 默认值
- 60
- 价值
- 60
The ID(s) of a specific album or albums you want to display. See FAQ: How do I set multiple albums? to see how to implement this
- 目标
- KIOSK_ALBUM
The ID(s) of a specific person or people you want to display. See FAQ: How do I set multiple people? to see how to implement this
- 目标
- KIOSK_PERSON
How your image will fit on the screen. Default is contain. See Image fit for more info
- 目标
- KIOSK_IMAGE_FIT
- 默认值
- contain|cover|none
Display a blurred version of the image as a background
- 目标
- KIOSK_BACKGROUND_BLUR
- 默认值
- true|false
Which transition to use when changing images
- 目标
- KIOSK_TRANSITION
- 默认值
- none|fade|cross-fade
Display a progress bar for when image will refresh
- 目标
- KIOSK_SHOW_PROGRESS
- 默认值
- true|false
Display image time from metadata (if available)
- 目标
- KIOSK_SHOW_IMAGE_TIME
- 默认值
- true|false
Display image time in either 12-hour or 24-hour format
- 目标
- KIOSK_IMAGE_TIME_FORMAT
- 默认值
- 12|24
Display the image date from metadata (if available)
- 目标
- KIOSK_SHOW_IMAGE_DATE
- 默认值
- true|false
The format of the image date. default is day/month/year. Any GO date string is valid.
- 目标
- KIOSK_IMAGE_DATE_FORMAT
- 默认值
- DD/MM/YYYY
- 价值
- DD/MM/YYYY
See FAQs for more info. If set, requests must contain the password in the GET parameters e.g. http://192.168.0.123:3000?password=PASSWORD.
- 目标
- KIOSK_PASSWORD
Cache selective Immich api calls to reduce unnecessary calls
- 目标
- KIOSK_CACHE
- 默认值
- true|false
下载统计数据
长期下载总量
详细信息
damongolding/immich-kiosk:latest在Unraid 上运行 Immich-Kiosk 。
Immich-Kiosk 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。