-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
config.json.example
35 lines (31 loc) · 1.45 KB
/
config.json.example
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
{
// This listens on all interfaces on port 8080
listen: ":8080"
https: true
auth: {
// "builtin" uses builtin database based auth
// "mod" additionally checks for controlfloor_auth mod based auth
type: "mod"
}
video: {
// The maximum vertical size in pixels of displayed video when viewing
// device video in CF
maxHeight: 1000
}
notes: [
{
short: "NOTE: Password fields"
long: "Password fields and the text entered into them are invisible on the display. You can still select them by clicking where they are, and enter text into them using the keyboard, but you will not be able to see the text as you are entering it."
}
{
short: "<i style='font-size: 30px; vertical-align: middle;' class='mdi mdi-anvil mInactive'></i> Firm press"
long: "The anchor icon causes clicks on the screen to become 'Firm Presses' on the device. It is active when the icon is red."
tie: "hardpress"
}
{
short: "<i style='font-size: 30px; vertical-align: middle;' class='mdi mdi-alarm mInactive'></i> Long press"
long: "The clock icon causes clicks on the screen to become 'Long Presses' on the device. A 'long press' is equivalent to holding your finger down on the device for a few seconds. It is active when the icon is red."
tie: "longpress"
}
]
}