Update 99-run.sh

This commit is contained in:
Alexandre
2022-06-30 12:26:43 +02:00
committed by GitHub
parent 9bd3afe21f
commit 17b89ef712

View File

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