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:
Franck Nijhof
2019-12-23 21:08:17 +01:00
committed by GitHub
parent c65f0695e5
commit 756cffa711
6 changed files with 80 additions and 49 deletions

View File

@@ -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+=($!)