mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
SABnzbd:
- define host ip and port for running web interface in configfile
This commit is contained in:
parent
8e9c474e59
commit
8bd26d979e
@ -10,11 +10,16 @@
|
||||
#-------------------------------------------------------------------------------
|
||||
SABNZBD_CONFIG=/storage/.sabnzbd/sabnzbd.conf
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
# SABnzbd host and port (example: 0.0.0.0:8080)
|
||||
#-------------------------------------------------------------------------------
|
||||
SABNZBD_HOST="0.0.0.0:8080"
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
# do not change anything below
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
SABNZBD_ARGS="-f $SABNZBD_CONFIG"
|
||||
SABNZBD_ARGS="-f $SABNZBD_CONFIG -s SABNZBD_HOST"
|
||||
|
||||
[ "$DEBUG" = yes ] && SABNZBD_ARGS="$SABNZBD_ARGS -l 2"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user