mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
https port
This commit is contained in:
@@ -16,10 +16,12 @@
|
|||||||
"armv7"
|
"armv7"
|
||||||
],
|
],
|
||||||
"ports": {
|
"ports": {
|
||||||
"8096/tcp": 8096
|
"8096/tcp": 8096,
|
||||||
|
"8920/tcp": null
|
||||||
},
|
},
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
"8096/tcp": "web interface"
|
"8096/tcp": "web interface",
|
||||||
|
"8920/tcp": "https web interface (optional)"
|
||||||
},
|
},
|
||||||
"map": [
|
"map": [
|
||||||
"config:rw",
|
"config:rw",
|
||||||
|
|||||||
Reference in New Issue
Block a user