🎨 Migrate JSON add-on config to YAML
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"build_from": {
|
||||
"aarch64": "ghcr.io/hassio-addons/base/aarch64:10.1.1",
|
||||
"amd64": "ghcr.io/hassio-addons/base/amd64:10.1.1",
|
||||
"armhf": "ghcr.io/hassio-addons/base/armhf:10.1.1",
|
||||
"armv7": "ghcr.io/hassio-addons/base/armv7:10.1.1",
|
||||
"i386": "ghcr.io/hassio-addons/base/i386:10.1.1"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
build_from:
|
||||
aarch64: ghcr.io/hassio-addons/base/aarch64:10.1.1
|
||||
amd64: ghcr.io/hassio-addons/base/amd64:10.1.1
|
||||
armhf: ghcr.io/hassio-addons/base/armhf:10.1.1
|
||||
armv7: ghcr.io/hassio-addons/base/armv7:10.1.1
|
||||
i386: ghcr.io/hassio-addons/base/i386:10.1.1
|
||||
@@ -1,28 +0,0 @@
|
||||
{
|
||||
"name": "TVHeadend",
|
||||
"version": "dev",
|
||||
"stage": "experimental",
|
||||
"slug": "tvheadend",
|
||||
"description": "TV streaming server and recorder.",
|
||||
"url": "https://github.com/GauthamVarmaK/addon-tvheadend",
|
||||
"arch": ["aarch64", "amd64", "armhf", "armv7", "i386"],
|
||||
"webui": "http://[HOST]:[PORT:9981]/",
|
||||
"devices": ["/dev/dvb/", "/dev/dri/"],
|
||||
"ports": {
|
||||
"9981/tcp": 9981,
|
||||
"9982/tcp": 9982
|
||||
},
|
||||
"ports_description": {
|
||||
"9981/tcp": "TVH Web Interface",
|
||||
"9982/tcp": "TVH HTSP"
|
||||
},
|
||||
"map": ["config:rw"],
|
||||
"options": {
|
||||
"system_packages": [],
|
||||
"init_commands": []
|
||||
},
|
||||
"schema": {
|
||||
"system_packages": ["str"],
|
||||
"init_commands": ["str"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
name: TVHeadend
|
||||
version: dev
|
||||
stage: experimental
|
||||
slug: tvheadend
|
||||
description: TV streaming server and recorder.
|
||||
url: 'https://github.com/GauthamVarmaK/addon-tvheadend'
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
- armhf
|
||||
- armv7
|
||||
- i386
|
||||
webui: 'http://[HOST]:[PORT:9981]/'
|
||||
devices:
|
||||
- /dev/dvb/
|
||||
- /dev/dri/
|
||||
ports:
|
||||
9981/tcp: 9981
|
||||
9982/tcp: 9982
|
||||
ports_description:
|
||||
9981/tcp: TVH Web Interface
|
||||
9982/tcp: TVH HTSP
|
||||
map:
|
||||
- 'config:rw'
|
||||
options:
|
||||
system_packages: []
|
||||
init_commands: []
|
||||
schema:
|
||||
system_packages:
|
||||
- str
|
||||
init_commands:
|
||||
- str
|
||||
Reference in New Issue
Block a user