mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-26 18:43:39 +02:00
Update config.json
This commit is contained in:
@@ -94,10 +94,12 @@
|
|||||||
},
|
},
|
||||||
"panel_icon": "mdi:monitor",
|
"panel_icon": "mdi:monitor",
|
||||||
"ports": {
|
"ports": {
|
||||||
"3000/tcp": null
|
"3000/tcp": null,
|
||||||
|
"3001/tcp": null
|
||||||
},
|
},
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
"3000/tcp": "Web interface"
|
"3000/tcp": "Web interface",
|
||||||
|
"3001/tcp": "https web interface"
|
||||||
},
|
},
|
||||||
"privileged": [
|
"privileged": [
|
||||||
"SYS_ADMIN",
|
"SYS_ADMIN",
|
||||||
@@ -128,4 +130,4 @@
|
|||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "5.24.5-test6",
|
"version": "5.24.5-test6",
|
||||||
"video": true
|
"video": true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user