mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-28 00:40:31 +02:00
update port
This commit is contained in:
@@ -70,7 +70,8 @@
|
|||||||
],
|
],
|
||||||
"init": false,
|
"init": false,
|
||||||
"ingress": true,
|
"ingress": true,
|
||||||
"ingress_port": 8096,
|
"ingress_port": 80,
|
||||||
|
"ingress_stream": true,
|
||||||
"map": [
|
"map": [
|
||||||
"addon_config:rw"
|
"addon_config:rw"
|
||||||
],
|
],
|
||||||
@@ -84,10 +85,10 @@
|
|||||||
"panel_admin": false,
|
"panel_admin": false,
|
||||||
"panel_icon": "mdi:speedometer",
|
"panel_icon": "mdi:speedometer",
|
||||||
"ports": {
|
"ports": {
|
||||||
"8096/tcp": 8096
|
"80/tcp": 80
|
||||||
},
|
},
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
"8096/tcp": "web interface (Not required for Ingress)"
|
"80/tcp": "web interface (Not required for Ingress)"
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"IPINFO_APIKEY": "str?",
|
"IPINFO_APIKEY": "str?",
|
||||||
|
|||||||
Reference in New Issue
Block a user