forked from damongolding/immich-kiosk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.example.yaml
80 lines (68 loc) · 2.24 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# Required settings
immich_api_key: ""
immich_url: ""
# Clock
show_time: false # true or false
time_format: 24 # 12 or 24
show_date: false # true or false
date_format: YYYY/MM/DD
# Kiosk behaviour
refresh: 60 # in seconds
disable_screensaver: false # Ask browser to request a lock that prevents device screens from dimming or locking.
# Asset sources
show_archived: false # Allow assets marked as archived to be displayed.
# ID(s) of person or people to display
person:
- "PERSON_ID"
# ID(s) of album or albums to display
album:
- "ALBUM_ID"
# UI
disable_ui: false # this is just a shortcut for all ui elements (show_time, show_date, show_image_time, show_image_date)
frameless: false # remove border around image and rounded corners.
hide_cursor: false # Hide cursor/mouse via CSS.
font_size: 100 # the base font size as a percentage. OMIT the % character
background_blur: true # display a blurred version of image as background
theme: fade # which theme to use. fade or solid
layout: single # which layout to use. single, splitview or splitview-landscape
# Sleep mode
# sleep_start: 22 # sleep mode start time
# sleep_end: 7 # sleep mode end time
# Transition options
transition: none # cross-fade, fade or none
fade_transition_duration: 1 # in seconds
cross_fade_transition_duration: 1 # in seconds
# Image display settings
show_progress: false # display a progress bar
image_fit: contain # how the image fits the screen. Options are none, contain and cover
image_effect: none
image_effect_amount: 120
use_original_image: false # use the original file.
# 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_description: false
show_image_exif: false
show_image_location: false
hide_countries:
- "country to hide"
show_image_id: false
# weather:
# - name: london
# lat: 51.5285262
# lon: -0.2663999
# api: ""
# unit: metric
# lang: en
# options that can NOT be changed via url params
kiosk:
port: 3000
watch_config: false
fetched_assets_size: 1000
http_timeout: 20
password: ""
cache: true # cache select api calls
pre_fetch: true # fetch assets in the background
asset_weighting: true # use weighting when picking assets