mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-23 15:56:05 +02:00
Update
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
"data_location": "/config/data",
|
||||
"certfile": "fullchain.pem",
|
||||
"keyfile": "privkey.pem",
|
||||
"use_own_certs": false
|
||||
"use_own_certs": true
|
||||
},
|
||||
"panel_admin": false,
|
||||
"panel_icon": "mdi:monitor",
|
||||
@@ -103,8 +103,8 @@
|
||||
"22/tcp": null,
|
||||
"23/tcp": null,
|
||||
"25/tcp": null,
|
||||
"3000/tcp": 3000,
|
||||
"3001/tcp": 3001,
|
||||
"3000/tcp": null,
|
||||
"3001/tcp": 3000,
|
||||
"3002/tcp": null,
|
||||
"53/tcp": null,
|
||||
"80/tcp": null
|
||||
@@ -116,7 +116,7 @@
|
||||
"23/tcp": "TELNET",
|
||||
"25/tcp": "SMTP",
|
||||
"3000/tcp": "Web interface",
|
||||
"3001/tcp": "Web interface ssl",
|
||||
"3001/tcp": "Web interface https",
|
||||
"3002/tcp": "custom port 2",
|
||||
"53/tcp": "DNS",
|
||||
"80/tcp": "http"
|
||||
|
||||
Reference in New Issue
Block a user