forked from damongolding/immich-kiosk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.example.yaml
36 lines (23 loc) · 1 KB
/
config.example.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
immich_api_key: ""
immich_url: ""
disable_ui: false # this is just a shortcut for all ui elements (show_time, show_date, show_image_time, show_image_date)
show_time: true # true or false
time_format: 12 # 12 or 24
show_date: true # true or false
date_format: 02/01/2006 # 02 = day, 01 = month and 2006 = year e.g. 01/02/2006 for American format
refresh: 60 # in seconds
album: "" # ID of album to display
person: # ID(s) of person or people to display
- ""
image_fit: contain # how the image fits the screen. Options are none, contain and cover
background_blur: true # display a blurred version of image as background
transition: none # cross-fade, fade or none
show_progress: false # display a progress bar
# Image METADATA
show_image_time: true # true or false
image_time_format: 12 # 12 or 24
show_image_date: true # true or false
image_date_format: 02/01/2006 # 02 = day, 01 = month and 2006 = year e.g. 01/02/2006 for American formate
# options that can not be changed via url params
kiosk:
password: ""