mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-13 19:11:35 +02:00
Merge branch 'master' of https://github.com/alexbelgium/hassio-addons
This commit is contained in:
@@ -15,7 +15,8 @@
|
|||||||
"init": false,
|
"init": false,
|
||||||
"map": ["ssl"],
|
"map": ["ssl"],
|
||||||
"ports": {
|
"ports": {
|
||||||
"9000/tcp": 9000
|
"9000/tcp": 9000,
|
||||||
|
"8000/tcp": null
|
||||||
},
|
},
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
"9000/tcp": "Web UI port",
|
"9000/tcp": "Web UI port",
|
||||||
@@ -28,12 +29,12 @@
|
|||||||
"ssl": false,
|
"ssl": false,
|
||||||
"certfile": "fullchain.pem",
|
"certfile": "fullchain.pem",
|
||||||
"keyfile": "privkey.pem",
|
"keyfile": "privkey.pem",
|
||||||
"password": "default"
|
"password": "default"
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"ssl": "bool",
|
"ssl": "bool",
|
||||||
"certfile": "str",
|
"certfile": "str",
|
||||||
"keyfile": "str",
|
"keyfile": "str",
|
||||||
"password": "str"
|
"password": "str"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user