mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
36 lines
677 B
JSON
36 lines
677 B
JSON
{
|
|
"arch": [
|
|
"aarch64",
|
|
"amd64",
|
|
"armv7"
|
|
],
|
|
"codenotary": "alexandrep.github@gmail.com",
|
|
"description": "M3U Proxy for Plex DVR and Emby Live TV",
|
|
"map": [
|
|
"config:rw",
|
|
"share:rw",
|
|
"ssl:ro"
|
|
],
|
|
"name": "Xteve",
|
|
"options": {
|
|
"certfile": "fullchain.pem",
|
|
"keyfile": "privkey.pem",
|
|
"ssl": false
|
|
},
|
|
"ports": {
|
|
"34400/tcp": 34400
|
|
},
|
|
"ports_description": {
|
|
"34400/tcp": "Web interface"
|
|
},
|
|
"schema": {
|
|
"certfile": "str",
|
|
"keyfile": "str",
|
|
"ssl": "bool"
|
|
},
|
|
"slug": "xteve",
|
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
|
"version": "2.5.1",
|
|
"webui": "http://[HOST]:[PORT:34400]/web"
|
|
}
|