1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tvheadend_ynh.git synced 2024-10-01 13:34:50 +02:00
tvheadend_ynh/conf/tvheadend_no_subpath
Sylvain CECCHETTO 57760bf039 Update scripts and fix domain/path stuff (#7)
* Update upstream version to 4.3.1979

* Add libdvbcsa dependency

* Fix dependancies

* Add --force-confold to dpkg

* Add noninteractive param

* Use new tvheadend config file

* Update install and remove script

* Add missing conf_dir variable

* Fix superuser pemrissions

* Update backup and restore

* Fix manifest warning

* Fix other linter warnings

* Fix linter advices

* Auto-update README

* Fix config file

* Fix no subpath config

* Fix upgrade script concerning no subpath

* Update change_url script

* Remove log stuff (Tvhedand use journalctl)

* Remove alias line in nginx conf

* Use debconf-set-selections for superuser config file

* Update check_process

* Bump to 4.3.1979~ynh6

* Auto-update README

Co-authored-by: Yunohost-Bot <>
2021-10-13 13:11:13 +02:00

61 lines
1.3 KiB
Text

#
# Default configuration for tvheadend
# systemd
# See tvheadend --help for more - default "-u hts -g video"
OPTIONS="-u hts -g video -c __CONF_DIR__ --http_port __PORT__ --htsp_port __STREAM_PORT__"
# sysvinit
#
# Editing the following variables has no effect when using systemd
# modify the OPTIONS variable (above) instead.
#
# TVH_ENABLED
# set to 0 to disable upstart job
TVH_ENABLED=1
# TVH_USER
# if set to "" will run as root
TVH_USER="hts"
# TVH_GROUP
# if set to "" will run as root
TVH_GROUP="video"
# TVH_CONF_DIR
# if set to "" will use ~TVH_USER/.hts/tvheadend
TVH_CONF_DIR=""
# TVH_ADAPTERS
# if set to "" will use all available adapters
# for select adapters use comma seperated list of adapter
# numbers, i.e. to use /dev/dvb/adapter0 and /dev/dvb/adapter1 only
# set as "0,1"
TVH_ADAPTERS=""
# TVH_IPV6
# if set to 1 will enable IPv6 support
TVH_IPV6=0
# TVH_HTTP_PORT
# if set to "" will use binary default
TVH_HTTP_PORT=""
# TVH_HTTP_ROOT
# if set to "" will use binary default
# else will change the webui root context, useful for proxied
# servers
TVH_HTTP_ROOT=""
# TVH_HTSP_PORT
# if set to "" will use binary default
TVH_HTSP_PORT=""
# TVH_DEBUG
# if set to 1 will output debug to syslog
TVH_DEBUG=0
# TVH_ARGS
# add any other arguments
TVH_ARGS=""