mirror of
https://github.com/hassio-addons/addon-phlex.git
synced 2025-05-04 19:21:35 +00:00
🔨 Update add-on config with new password & list features
This commit is contained in:
parent
5f74cd09c8
commit
526cd63272
1 changed files with 3 additions and 12 deletions
|
@ -6,13 +6,7 @@
|
||||||
"url": "https://github.com/hassio-addons/addon-phlex/tree/master/README.md",
|
"url": "https://github.com/hassio-addons/addon-phlex/tree/master/README.md",
|
||||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:1778]",
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:1778]",
|
||||||
"startup": "services",
|
"startup": "services",
|
||||||
"arch": [
|
"arch": ["aarch64", "amd64", "armhf", "armv7", "i386"],
|
||||||
"aarch64",
|
|
||||||
"amd64",
|
|
||||||
"armhf",
|
|
||||||
"armv7",
|
|
||||||
"i386"
|
|
||||||
],
|
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"hassio_api": true,
|
"hassio_api": true,
|
||||||
"hassio_role": "default",
|
"hassio_role": "default",
|
||||||
|
@ -22,17 +16,14 @@
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
"1778/tcp": "FlexTV web interface"
|
"1778/tcp": "FlexTV web interface"
|
||||||
},
|
},
|
||||||
"map": [
|
"map": ["ssl", "config"],
|
||||||
"ssl",
|
|
||||||
"config"
|
|
||||||
],
|
|
||||||
"options": {
|
"options": {
|
||||||
"ssl": true,
|
"ssl": true,
|
||||||
"certfile": "fullchain.pem",
|
"certfile": "fullchain.pem",
|
||||||
"keyfile": "privkey.pem"
|
"keyfile": "privkey.pem"
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?",
|
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
|
||||||
"ssl": "bool",
|
"ssl": "bool",
|
||||||
"certfile": "str",
|
"certfile": "str",
|
||||||
"keyfile": "str"
|
"keyfile": "str"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue