forked from Forceu/barcodebuddy-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
33 lines (33 loc) · 817 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
{
"name": "Barcode Buddy for Grocy",
"version": "dev",
"slug": "bbuddy-grocy",
"description": "Barcode system for Grocy",
"url": "https://github.com/Forecu/barcodebuddy",
"webui": "http://[HOST]:[PORT:80]",
"panel_icon": "mdi:barcode-scan",
"startup": "system",
"arch": ["aarch64", "amd64", "armv7"],
"boot": "auto",
"map": ["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"
}
}