mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-29 18:56:04 +02:00
Update run.sh
This commit is contained in:
@@ -151,6 +151,8 @@ PGID=0
|
|||||||
# LAUNCH FILEBROWSER #
|
# LAUNCH FILEBROWSER #
|
||||||
######################
|
######################
|
||||||
|
|
||||||
|
FB_BASEURL="/filebrowser"
|
||||||
|
export $FB_BASEURL
|
||||||
NOAUTH=""
|
NOAUTH=""
|
||||||
|
|
||||||
if bashio::config.true 'NoAuth'; then
|
if bashio::config.true 'NoAuth'; then
|
||||||
@@ -174,4 +176,4 @@ fi
|
|||||||
|
|
||||||
bashio::log.info "Please wait 1 or 2 minutes to allow the server to load"
|
bashio::log.info "Please wait 1 or 2 minutes to allow the server to load"
|
||||||
|
|
||||||
/./filebrowser $CERTFILE $KEYFILE --root=/ --address=0.0.0.0 --database=/config/filebrowser/filebrowser.dB $NOAUTH
|
/./filebrowser $CERTFILE $KEYFILE --root=/ --address=0.0.0.0 --database=/config/filebrowser/filebrowser.dB $NOAUTH
|
||||||
|
|||||||
Reference in New Issue
Block a user