mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-03 20:00:32 +02:00
addition of optional ports
This commit is contained in:
@@ -18,11 +18,15 @@
|
|||||||
],
|
],
|
||||||
"ports": {
|
"ports": {
|
||||||
"8096/tcp": 8096,
|
"8096/tcp": 8096,
|
||||||
"8920/tcp": null
|
"8920/tcp": null,
|
||||||
|
"7359/udp": null,
|
||||||
|
"1900/udp": null
|
||||||
},
|
},
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
"8096/tcp": "web interface",
|
"8096/tcp": "web interface",
|
||||||
"8920/tcp": "https web interface (optional)"
|
"8920/tcp": "https web interface (optional)",
|
||||||
|
"7359/udp": "udp server discover (optional)",
|
||||||
|
"1900/udp": "dlna (optional)"
|
||||||
},
|
},
|
||||||
"map": [
|
"map": [
|
||||||
"config:rw",
|
"config:rw",
|
||||||
|
|||||||
Reference in New Issue
Block a user