original upload

This commit is contained in:
Alexandre
2021-07-25 20:06:36 +02:00
parent 8b2dbc6521
commit fb1ecebdf4
7 changed files with 100 additions and 1 deletions

20
xteve/config.json Normal file
View File

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