addon-phlex/phlex/config.json
2019-05-18 12:56:56 +02:00

40 lines
835 B
JSON

{
"name": "FlexTV",
"version": "dev",
"slug": "phlex",
"description": "A super-sexy text and voice interface for Plex",
"url": "https://github.com/hassio-addons/addon-phlex/tree/master/README.md",
"webui": "[PROTO:ssl]://[HOST]:[PORT:1778]",
"startup": "services",
"arch": [
"aarch64",
"amd64",
"armhf",
"armv7",
"i386"
],
"boot": "auto",
"hassio_api": true,
"hassio_role": "default",
"ports": {
"1778/tcp": 1778
},
"ports_description": {
"1778/tcp": "FlexTV web interface"
},
"map": [
"ssl",
"config"
],
"options": {
"ssl": true,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem"
},
"schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?",
"ssl": "bool",
"certfile": "str",
"keyfile": "str"
}
}