-
-
Notifications
You must be signed in to change notification settings - Fork 68
Expand file tree
/
Copy pathdemo.config.yaml
More file actions
103 lines (83 loc) · 2.19 KB
/
demo.config.yaml
File metadata and controls
103 lines (83 loc) · 2.19 KB
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
# yaml-language-server: $schema=https://raw.githubusercontent.com/damongolding/immich-kiosk/main/config.schema.json
immich_api_key: demo
immich_url: https://demo.immich.app
# Clock
show_time: true
time_format: 12 # 12 or 24
show_date: true # true or false
date_format: MM/DD/YYYY
clock_source: client
# Kiosk behaviour
duration: 30 # in seconds
layout: splitview # which layout to use. single, splitview or splitview-landscape
# Transition options
transition: cross-fade # cross-fade, fade or none
# Image display settings
show_progress_bar: true # display a progress bar
image_fit: cover # how the image fits the screen. Options are none, contain and cover
image_effect: smart-zoom
image_effect_amount: 200
albums: f9695ff6-2140-49e7-9d0d-56ab8402f514
## Image METADATA
show_album_name: true
show_person_name: true
show_image_time: true
image_time_format: 24
show_image_date: true
image_date_format: YYYY-DD-MM
show_image_description: true
show_image_exif: true
show_image_location: true
show_image_id: false
show_more_info: true
show_more_info_image_link: true
show_more_info_qr_code: true
weather:
rotation_interval: 10 # in seconds
locations:
- name: London
lat: 51.5285262
lon: -0.2663999
api: ""
unit: metric
lang: en
default: true
- name: New York
lat: 40.7858335
lon: -73.9883068
api: ""
unit: imperial
lang: en
default: false
show:
humidity: true
wind: true
visibility: true
- name: Tokyo
lat: 35.6895
lon: 139.6917
api: ""
unit: metric
lang: en
default: false
show:
humidity: true
use_offline_mode: true
offline_mode:
enabled: true
number_of_assets: 40
max_size: 1gb
expiration_hours: 0
kiosk:
port: 3000
disable_config_endpoint: true
http_timeout: -1
redirects:
- name: curated
url: /?weather=rotate
- name: all
url: /?album=none&use_offline_mode=false&image_effect_amount=200
- name: simple
url: /?image_effect=none&layout=single&image_fit=contain&transition=none&disable_ui=true&show_more_info=false&use_offline_mode=false
- name: solid-theme
url: /?theme=solid&use_offline_mode=false