mirror of
https://github.com/hassio-addons/addon-phlex.git
synced 2025-05-04 11:11:28 +00:00
42 lines
882 B
JSON
42 lines
882 B
JSON
{
|
|
"name": "Phlex",
|
|
"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",
|
|
"homeassistant_api": false,
|
|
"ports": {
|
|
"1778/tcp": 1778
|
|
},
|
|
"map": [
|
|
"ssl",
|
|
"config"
|
|
],
|
|
"options": {
|
|
"log_level": "info",
|
|
"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"
|
|
},
|
|
"environment": {
|
|
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
|
|
}
|
|
}
|