mirror of
https://github.com/hassio-addons/addon-home-panel.git
synced 2025-05-04 19:01:21 +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 \
|
||||
|| bashio::exit.nok "Could not change into app directory"
|
||||
|
||||
LOG_LEVEL=$(bashio::config 'log_level')
|
||||
SSL_SUPPRESS_WARNING="true"
|
||||
SUPPRESS_ADDRESS="true"
|
||||
SUPPRESS_URL="true"
|
||||
|
||||
export LOG_LEVEL
|
||||
export SSL_SUPPRESS_WARNING
|
||||
export SUPPRESS_ADDRESS
|
||||
export SUPPRESS_URL
|
||||
|
||||
exec node lib/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue