mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 21:54:20 +01:00
deconz: Bump 5.0, Ingress fixes, Websocket support, direct access (#945)
* deconz: Bump 5.0, Ingress fixes, Websocket support, direct access * deconz: Fix and improve API key handling with Hass.io discovery
This commit is contained in:
@@ -96,6 +96,8 @@ bashio::net.wait_for 40850
|
||||
|
||||
# Start Nginx proxy
|
||||
bashio::log.info "Starting Nginx..."
|
||||
ingress_entry=$(bashio::addon.ingress_entry)
|
||||
sed -i "s#%%ingress_entry%%#${ingress_entry}#g" /etc/nginx/nginx.conf
|
||||
nginx &
|
||||
WAIT_PIDS+=($!)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user