Update 99-run.sh

This commit is contained in:
Alexandre
2022-07-01 10:21:46 +02:00
committed by GitHub
parent fa013e24c6
commit dd6348a45e

View File

@@ -13,10 +13,10 @@ export SECRET_KEY=$(bashio::config 'SECRET_KEY') && bashio::log.blue "SECRET_KEY
# Allow ingress # # Allow ingress #
################# #################
#bashio::log.info "Setting ingress" bashio::log.info "Setting ingress"
#ingress_entry="$(bashio::addon.ingress_entry)" ingress_entry="$(bashio::addon.ingress_entry)"
#export SCRIPT_NAME="$ingress_entry" #export SCRIPT_NAME="$ingress_entry"
#export JS_REVERSE_SCRIPT_PREFIX="${ingress_entry}/" export JS_REVERSE_SCRIPT_PREFIX="${ingress_entry}/"
#export STATIC_URL="${ingress_entry}/static/" #export STATIC_URL="${ingress_entry}/static/"
#export MEDIA_URL="${ingress_entry}/media/" #export MEDIA_URL="${ingress_entry}/media/"