Files
hassio-addons/xteve/config.json
2021-09-28 16:57:39 +02:00

22 lines
498 B
JSON

{
"name": "Xteve",
"version": "2.2.0-2",
"upstream": "2.2.0",
"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"]
}