mirror of
https://github.com/hassio-addons/addon-home-panel.git
synced 2025-05-05 03:11:24 +00:00
🔨 Suppress url on api
This commit is contained in:
parent
17a033c7d8
commit
e4ed7102c4
1 changed files with 2 additions and 6 deletions
|
@ -8,12 +8,8 @@ bashio::log.info "Run Home Panel.."
|
||||||
cd /opt/panel \
|
cd /opt/panel \
|
||||||
|| bashio::exit.nok "Could not change into app directory"
|
|| bashio::exit.nok "Could not change into app directory"
|
||||||
|
|
||||||
LOG_LEVEL=$(bashio::config 'log_level')
|
SUPPRESS_URL="true"
|
||||||
SSL_SUPPRESS_WARNING="true"
|
|
||||||
SUPPRESS_ADDRESS="true"
|
|
||||||
|
|
||||||
export LOG_LEVEL
|
export SUPPRESS_URL
|
||||||
export SSL_SUPPRESS_WARNING
|
|
||||||
export SUPPRESS_ADDRESS
|
|
||||||
|
|
||||||
exec node lib/
|
exec node lib/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue