Files
hassio-addons/xteve/config.json
2021-09-29 20:03:01 +02:00

29 lines
532 B
JSON

{
"name": "Xteve",
"version": "2.2.0.200",
"upstream": "2.2.0.200",
"slug": "xteve",
"description": "M3U Proxy for Plex DVR and Emby Live TV",
"url": "https://github.com/alexbelgium/hassio-addons",
"webui": "http://[HOST]:[PORT:34400]/web",
"ports": {
"34400/tcp": 34400
},
"ports_description": {
"34400/tcp": "Web interface"
},
"map": [
"config:rw",
"share:rw"
],
"environment": {},
"options": {},
"schema": {},
"arch": [
"aarch64",
"amd64",
"armhf",
"armv7"
]
}