- define host ip and port for running web interface in configfile
This commit is contained in:
Stephan Raue 2010-01-11 05:30:47 +01:00
parent 8e9c474e59
commit 8bd26d979e

View File

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