mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 21:24:20 +01:00
deconz: Bump deCONZ to 2.05.73 (#1088)
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 5.2
|
||||||
|
|
||||||
|
- Bump deCONZ to 2.05.73
|
||||||
|
- Small adjustments to NGINX configuration
|
||||||
|
|
||||||
## 5.1
|
## 5.1
|
||||||
|
|
||||||
- Add LEDVANCE / OSRAM otau firmware downloader, respecting max 10 DL per minute Ratelimits
|
- Add LEDVANCE / OSRAM otau firmware downloader, respecting max 10 DL per minute Ratelimits
|
||||||
|
|||||||
@@ -5,6 +5,6 @@
|
|||||||
"armhf": "homeassistant/armhf-base-raspbian:stretch"
|
"armhf": "homeassistant/armhf-base-raspbian:stretch"
|
||||||
},
|
},
|
||||||
"args": {
|
"args": {
|
||||||
"DECONZ_VERSION": "2.05.72"
|
"DECONZ_VERSION": "2.05.73"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,7 +15,6 @@ http {
|
|||||||
proxy_read_timeout 1200;
|
proxy_read_timeout 1200;
|
||||||
gzip on;
|
gzip on;
|
||||||
gzip_disable "msie6";
|
gzip_disable "msie6";
|
||||||
resolver 127.0.0.11;
|
|
||||||
|
|
||||||
map $http_upgrade $connection_upgrade {
|
map $http_upgrade $connection_upgrade {
|
||||||
default upgrade;
|
default upgrade;
|
||||||
@@ -38,14 +37,14 @@ http {
|
|||||||
root /dev/null;
|
root /dev/null;
|
||||||
|
|
||||||
location /websocket {
|
location /websocket {
|
||||||
proxy_pass http://localhost:8081;
|
proxy_pass http://127.0.0.1:8081;
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
proxy_set_header Connection $connection_upgrade;
|
proxy_set_header Connection $connection_upgrade;
|
||||||
}
|
}
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://localhost:40850;
|
proxy_pass http://127.0.0.1:40850;
|
||||||
proxy_redirect default;
|
proxy_redirect default;
|
||||||
|
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
|
|||||||
Reference in New Issue
Block a user