Initial Commit

Add all files from private repo
This commit is contained in:
Gautham Varma K
2021-04-18 19:00:27 +05:30
commit 4a9d4249c6
24 changed files with 1131 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "TVHeadend",
"version": "dev",
"stage": "experimental",
"slug": "addon-tvheadend",
"description": "TV streaming server and recorder.",
"url": "https://github.com/GauthamVarmaK/addon-tvheadend",
"startup": "services",
"arch": ["aarch64", "amd64", "armhf", "armv7", "i386"],
"webui": "http://[HOST]:[PORT:9981]/",
"ports": {
"9981/tcp": 9981,
"9982/tcp": 9982
},
"ports_description": {
"9981/tcp": "TVH Web Interface",
"9982/tcp": "TVH HTSP"
},
"map": ["config:rw"]
}