forked from damongolding/immich-kiosk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.example.yaml
43 lines (34 loc) · 1.34 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
37
38
39
40
41
42
43
immich_api_key: ""
immich_url: ""
show_time: false # true or false
time_format: 24 # 12 or 24
show_date: false # true or false
date_format: YYYY/MM/DD
refresh: 60 # in seconds
disable_screensaver: false # Ask browser to request a lock that prevents device screens from dimming or locking.
show_archived: false # Allow assets marked as archived to be displayed.
album: # ID(s) of album or albums to display
- ""
person: # ID(s) of person or people to display
- ""
disable_ui: false # this is just a shortcut for all ui elements (show_time, show_date, show_image_time, show_image_date)
hide_cursor: false # Hide cursor/mouse via CSS.
background_blur: true # display a blurred version of image as background
# Transition options
transition: none # cross-fade, fade or none
fade_transition_duration: 1 # in seconds
cross_fade_transition_duration: 1 # in seconds
show_progress: false # display a progress bar
image_fit: contain # how the image fits the screen. Options are none, contain and cover
# Image METADATA
show_image_time: false # true or false
image_time_format: 24 # 12 or 24
show_image_date: false # true or false
image_date_format: YYYY-MM-DD
show_image_exif: false
show_image_location: false
# options that can NOT be changed via url params
kiosk:
password: ""
cache: true # cache select api calls
pre_fetch: true # fetch assets in the background