Files
addon-tvheadend/tvheadend/config.yaml
T
Gautham Varma K d9a95e512f 🔧 Mount /dev/dvb and /dev/dri instead of /dev/dvb/ and /dev/dri/
Hopefully fix issue in #45
2021-11-03 10:30:27 +05:30

34 lines
547 B
YAML

---
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