mirror of
https://github.com/esphome/home-assistant-addon.git
synced 2024-11-15 10:45:14 +01:00
Update base image
This commit is contained in:
parent
85b88cab3a
commit
90d97be99c
@ -1,10 +1,10 @@
|
||||
{
|
||||
"squash": false,
|
||||
"build_from": {
|
||||
"amd64": "esphome/esphome-hassio-base-amd64:1.5.1",
|
||||
"i386": "esphome/esphome-hassio-base-i386:1.5.1",
|
||||
"armv7": "esphome/esphome-hassio-base-armv7:1.5.1",
|
||||
"aarch64": "esphome/esphome-hassio-base-aarch64:1.5.1"
|
||||
"amd64": "esphome/esphome-hassio-base-amd64:1.6.0",
|
||||
"i386": "esphome/esphome-hassio-base-i386:1.6.0",
|
||||
"armv7": "esphome/esphome-hassio-base-armv7:1.6.0",
|
||||
"aarch64": "esphome/esphome-hassio-base-aarch64:1.6.0"
|
||||
},
|
||||
"args": {}
|
||||
}
|
@ -2,12 +2,12 @@ server {
|
||||
listen %%port%% default_server ssl http2;
|
||||
|
||||
include /etc/nginx/includes/server_params.conf;
|
||||
include /etc/nginx/includes/proxy_params.conf;
|
||||
include /etc/nginx/includes/ssl_params.conf;
|
||||
# Clear Hass.io Ingress header
|
||||
proxy_set_header X-Hassio-Ingress "";
|
||||
include /etc/nginx/includes/proxy_params.conf;
|
||||
include /etc/nginx/includes/ssl_params.conf;
|
||||
# Clear Hass.io Ingress header
|
||||
proxy_set_header X-Hassio-Ingress "";
|
||||
|
||||
# Redirect http requests to https on the same port.
|
||||
# Redirect http requests to https on the same port.
|
||||
# https://rageagainstshell.com/2016/11/redirect-http-to-https-on-the-same-port-in-nginx/
|
||||
error_page 497 https://$http_host$request_uri;
|
||||
|
||||
|
@ -7,10 +7,10 @@ server {
|
||||
proxy_set_header X-Hassio-Ingress "YES";
|
||||
|
||||
location / {
|
||||
# Only allow from Hass.io supervisor
|
||||
# Only allow from Hass.io supervisor
|
||||
allow 172.30.32.2;
|
||||
deny all;
|
||||
|
||||
proxy_pass http://esphome;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -39,7 +39,7 @@ base: &base
|
||||
streamer_mode: bool?
|
||||
relative_url: str?
|
||||
status_use_ping: bool?
|
||||
base_image: esphome/esphome-hassio-base-{arch}:1.5.1
|
||||
base_image: esphome/esphome-hassio-base-{arch}:1.6.0
|
||||
|
||||
esphome-dev:
|
||||
<<: *base
|
||||
|
Loading…
Reference in New Issue
Block a user