-
-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathconfig.json
executable file
·35 lines (35 loc) · 912 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
{
"name": "Double Take (beta)",
"version": "1.13.1",
"url": "https://github.com/jakowenko/double-take",
"panel_icon": "mdi:face-recognition",
"slug": "double-take-beta",
"description": "Unified UI and API for processing and training images for facial recognition",
"arch": ["amd64"],
"startup": "application",
"boot": "auto",
"ingress": true,
"ingress_port": 3000,
"ports": {
"3000/tcp": 3000
},
"ports_description": {
"3000/tcp": "Web interface (not required for Home Assistant ingress)"
},
"map": ["media:rw", "config:rw"],
"environment": {
"HA_ADDON": "true"
},
"options": {
"STORAGE_PATH": "/config/double-take",
"CONFIG_PATH": "/config/double-take",
"SECRETS_PATH": "/config",
"MEDIA_PATH": "/media/double-take"
},
"schema": {
"STORAGE_PATH": "str",
"CONFIG_PATH": "str",
"SECRETS_PATH": "str",
"MEDIA_PATH": "str"
}
}