forked from Forceu/barcodebuddy-homeassistant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
34 lines (34 loc) · 862 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
{
"name": "Barcode Buddy for Grocy",
"version": "dev-docker-based",
"slug": "bbuddy-grocy",
"description": "Barcode system for Grocy",
"url": "https://github.com/Forceu/barcodebuddy",
"webui": "http://[HOST]:[PORT:80]",
"panel_icon": "mdi:barcode-scan",
"startup": "system",
"arch": ["aarch64", "amd64", "armv7"],
"boot": "auto",
"init": "false",
"map": ["config:rw","ssl"],
"ports": {
"80/tcp": 8621
},
"ports_description": {
"80/tcp": "Web interface"
},
"options": {
"require_api_key": false,
"disable_auth": false,
"debug": false,
"curl_allow_insecure_ssl_ca": false,
"curl_allow_insecure_ssl_host": false
},
"schema": {
"require_api_key": "bool",
"disable_auth" : "bool",
"debug": "bool",
"curl_allow_insecure_ssl_ca": "bool",
"curl_allow_insecure_ssl_host": "bool"
}
}