forked from fuatakgun/eufy_security_addon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
40 lines (40 loc) · 859 Bytes
/
config.json
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
{
"name": "Eufy Security Add-on",
"version": "0.9.4",
"slug": "eufy_security_addon",
"description": "eufy_security_addon add-on eufy security websocket",
"uart": true,
"url": "https://github.com/fuatakgun/eufy_security_addon",
"startup": "application",
"services": [],
"arch": [
"aarch64",
"amd64",
"armhf",
"armv7",
"i386"
],
"boot": "auto",
"ingress": false,
"map": ["config"],
"legacy": true,
"ports": {
"3000/tcp": 3000
},
"ports_description": {
"3000/tcp": "Websocket listen port"
},
"options": {
"USERNAME": "[email protected]",
"PASSWORD": "password",
"COUNTRY": "US",
"EVENT_DURATION_SECONDS": 10
},
"schema": {
"USERNAME": "email",
"PASSWORD": "password",
"COUNTRY": "str",
"EVENT_DURATION_SECONDS": "int(1,999)"
},
"image": "bropat/eufy-security-ws"
}