mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-24 09:41:50 +02:00
Update 99-run.sh
This commit is contained in:
@@ -9,6 +9,16 @@
|
|||||||
export ALLOWED_HOSTS=$(bashio::config 'ALLOWED_HOSTS') && bashio::log.blue "ALLOWED_HOSTS=$ALLOWED_HOSTS"
|
export ALLOWED_HOSTS=$(bashio::config 'ALLOWED_HOSTS') && bashio::log.blue "ALLOWED_HOSTS=$ALLOWED_HOSTS"
|
||||||
export SECRET_KEY=$(bashio::config 'SECRET_KEY') && bashio::log.blue "SECRET_KEY=$SECRET_KEY"
|
export SECRET_KEY=$(bashio::config 'SECRET_KEY') && bashio::log.blue "SECRET_KEY=$SECRET_KEY"
|
||||||
|
|
||||||
|
#################
|
||||||
|
# Allow 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/
|
||||||
|
|
||||||
###################
|
###################
|
||||||
# Define database #
|
# Define database #
|
||||||
###################
|
###################
|
||||||
|
|||||||
Reference in New Issue
Block a user