mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-14 17:04:26 +01:00
Update run.sh
This commit is contained in:
@@ -151,6 +151,8 @@ PGID=0
|
||||
# LAUNCH FILEBROWSER #
|
||||
######################
|
||||
|
||||
FB_BASEURL="/filebrowser"
|
||||
export $FB_BASEURL
|
||||
NOAUTH=""
|
||||
|
||||
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"
|
||||
|
||||
/./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