-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.json
executable file
·35 lines (35 loc) · 891 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": "Ingress Nginx Proxy",
"version": "dev",
"slug": "ingress_nginx_proxy",
"description": "Proxy That uses Home Assistant Ingress and Nginx to map any local port",
"url": "https://github.com/hassio-addons/addon-node-red",
"ingress": true,
"ingress_port": 0,
"panel_icon": "mdi:sitemap",
"startup": "application",
"panel_admin": "false",
"init": false,
"homeassistant": "0.92.0b2",
"arch": ["aarch64", "amd64", "armhf", "armv7", "i386"],
"boot": "auto",
"hassio_api": true,
"hassio_role": "manager",
"homeassistant_api": true,
"host_network": true,
"auth_api": true,
"auto_uart": true,
"gpio": true,
"privileged": ["SYS_RAWIO"],
"devices": ["/dev/mem:/dev/mem:rwm"],
"apparmor": false,
"map": ["config:rw", "share:rw", "ssl"],
"options": {
"port": "",
"path": ""
},
"schema": {
"port": "str",
"path": "str"
}
}