Files
hassio-addons/xteve/config.json
Alexandre ae8123c0f8 test
2022-01-18 17:22:26 +01:00

22 lines
548 B
JSON

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