mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-15 05:11:49 +02:00
@@ -82,12 +82,10 @@
|
||||
"silent": "true"
|
||||
},
|
||||
"ports": {
|
||||
"8080/tcp": 3473,
|
||||
"8443/tcp": null
|
||||
"8080/tcp": 3473
|
||||
},
|
||||
"ports_description": {
|
||||
"8080/tcp": "web interface",
|
||||
"8443/tcp": "ssl web interface"
|
||||
"8080/tcp": "web interface"
|
||||
},
|
||||
"schema": {
|
||||
"APP_KEY": "str",
|
||||
@@ -99,10 +97,7 @@
|
||||
"DB_PORT": "str?",
|
||||
"DB_USERNAME": "str?",
|
||||
"Updates": "list(|hourly|daily|weekly)?",
|
||||
"keyfile": "str",
|
||||
"certfile": "str",
|
||||
"silent": "bool?",
|
||||
"ssl": "bool"
|
||||
"silent": "bool?"
|
||||
},
|
||||
"services": [
|
||||
"mysql:want"
|
||||
@@ -111,6 +106,6 @@
|
||||
"startup": "services",
|
||||
"udev": true,
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "6.1.18-2",
|
||||
"version": "6.1.19",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user