mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
27 lines
717 B
JSON
27 lines
717 B
JSON
{
|
|
"name": "Xteve",
|
|
"version": "1.0.9",
|
|
"upstream": "1.0.9",
|
|
"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": {
|
|
"$XTEVE_CONF": "/data/xteve/conf",
|
|
"$XTEVE_CONF/data": "/data/xteve/conf/data",
|
|
"$XTEVE_CONF/backup": "/data/xteve/conf/backup",
|
|
"$GUIDE2GO_HOME": "/data/xteve/guide2go",
|
|
"$GUIDE2GO_CONF": "/data/xteve/guide2go/conf"
|
|
},
|
|
"options": {},
|
|
"schema": {},
|
|
"arch": ["aarch64", "amd64", "armhf", "armv7"]
|
|
}
|