mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +02:00
Update config.json
https://github.com/alexbelgium/hassio-addons/discussions/1331#discussioncomment-9006253
This commit is contained in:
@@ -93,10 +93,26 @@
|
|||||||
},
|
},
|
||||||
"panel_icon": "mdi:monitor",
|
"panel_icon": "mdi:monitor",
|
||||||
"ports": {
|
"ports": {
|
||||||
"3000/tcp": 3000
|
"21/tcp": null,
|
||||||
},
|
"22/tcp": null,
|
||||||
|
"23/tcp": null,
|
||||||
|
"25/tcp": null,
|
||||||
|
"53/tcp": null,
|
||||||
|
"80/tcp": null,
|
||||||
|
"3000/tcp": 3000,
|
||||||
|
"3001/tcp": null,
|
||||||
|
"3002/tcp": null
|
||||||
|
},
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
"3000/tcp": "web interface"
|
"21/tcp": "FTP",
|
||||||
|
"22/tcp": "SSH",
|
||||||
|
"23/tcp": "TELNET",
|
||||||
|
"25/tcp": "SMTP",
|
||||||
|
"53/tcp": "Domain",
|
||||||
|
"80/tcp": "http",
|
||||||
|
"3000/tcp": "web interface",
|
||||||
|
"3001/tcp": "custom port 1",
|
||||||
|
"3002/tcp": "custom port 2"
|
||||||
},
|
},
|
||||||
"privileged": [
|
"privileged": [
|
||||||
"SYS_ADMIN",
|
"SYS_ADMIN",
|
||||||
@@ -122,6 +138,6 @@
|
|||||||
"tmpfs": true,
|
"tmpfs": true,
|
||||||
"udev": true,
|
"udev": true,
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "4.16-r0-ls89-xfce12test",
|
"version": "5c8ffd24-ls153",
|
||||||
"video": true
|
"video": true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user