Compare commits

...

2 commits

Author SHA1 Message Date
ff51b41c38
hass bluez 2024-05-31 16:11:15 +02:00
76cf14a9ef
hass more timeout 2024-05-31 16:11:07 +02:00
2 changed files with 2 additions and 1 deletions

View file

@ -14,7 +14,7 @@ defaults = {
'libopenjp2-7': {},
'libturbojpeg0-dev': {},
'tzdata': {},
#'bluez': {},
'bluez': {},
'libtiff6': {},
'ffmpeg': {},
'liblapack3': {},

View file

@ -16,6 +16,7 @@ server {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;
proxy_set_header Host $http_host;
proxy_read_timeout 3600;
proxy_pass http://127.0.0.1:8123;
}
}