1
0

Compare commits

...

5 Commits

9 changed files with 18 additions and 33 deletions

View File

@@ -58,15 +58,10 @@ Example add-on configuration:
{
"ssl": false,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"port": 6052
"keyfile": "privkey.pem"
}
```
### Option: `port`
The port to start the dashboard server on. Default is 6052.
### Option: `ssl`
Enables/Disables encrypted SSL (HTTPS) connections to the web server of this add-on.

View File

@@ -42,6 +42,6 @@
"slug": "esphome-beta",
"startup": "application",
"url": "https://beta.esphome.io/",
"version": "1.13.3",
"version": "1.13.5",
"webui": "http://[HOST]:[PORT:6052]"
}

View File

@@ -58,15 +58,10 @@ Example add-on configuration:
{
"ssl": false,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"port": 6052
"keyfile": "privkey.pem"
}
```
### Option: `port`
The port to start the dashboard server on. Default is 6052.
### Option: `ssl`
Enables/Disables encrypted SSL (HTTPS) connections to the web server of this add-on.

View File

@@ -1,10 +1,10 @@
{
"args": {},
"build_from": {
"aarch64": "esphome/esphome-hassio-base-aarch64:1.6.0",
"amd64": "esphome/esphome-hassio-base-amd64:1.6.0",
"armv7": "esphome/esphome-hassio-base-armv7:1.6.0",
"i386": "esphome/esphome-hassio-base-i386:1.6.0"
"aarch64": "esphome/esphome-hassio-base-aarch64:1.8.2",
"amd64": "esphome/esphome-hassio-base-amd64:1.8.2",
"armv7": "esphome/esphome-hassio-base-armv7:1.8.2",
"i386": "esphome/esphome-hassio-base-i386:1.8.2"
},
"squash": false
}

View File

@@ -4,6 +4,11 @@ server {
include /etc/nginx/includes/server_params.conf;
include /etc/nginx/includes/proxy_params.conf;
include /etc/nginx/includes/ssl_params.conf;
ssl on;
ssl_certificate /ssl/%%certfile%%;
ssl_certificate_key /ssl/%%keyfile%%;
# Clear Hass.io Ingress header
proxy_set_header X-Hassio-Ingress "";

View File

@@ -58,15 +58,10 @@ Example add-on configuration:
{
"ssl": false,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"port": 6052
"keyfile": "privkey.pem"
}
```
### Option: `port`
The port to start the dashboard server on. Default is 6052.
### Option: `ssl`
Enables/Disables encrypted SSL (HTTPS) connections to the web server of this add-on.

View File

@@ -42,6 +42,6 @@
"slug": "esphome",
"startup": "application",
"url": "https://esphome.io/",
"version": "1.13.3",
"version": "1.13.5",
"webui": "http://[HOST]:[PORT:6052]"
}

View File

@@ -58,15 +58,10 @@ Example add-on configuration:
{
"ssl": false,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"port": 6052
"keyfile": "privkey.pem"
}
```
### Option: `port`
The port to start the dashboard server on. Default is 6052.
### Option: `ssl`
Enables/Disables encrypted SSL (HTTPS) connections to the web server of this add-on.

View File

@@ -39,7 +39,7 @@ base: &base
streamer_mode: bool?
relative_url: str?
status_use_ping: bool?
base_image: esphome/esphome-hassio-base-{arch}:1.6.0
base_image: esphome/esphome-hassio-base-{arch}:1.8.2
esphome-dev:
<<: *base
@@ -56,7 +56,7 @@ esphome-beta:
<<: *base
directory: esphome-beta
name: ESPHome (beta)
version: '1.13.3' # BETA
version: '1.13.5' # BETA
slug: esphome-beta
description: "Beta version of ESPHome Hass.io add-on."
url: https://beta.esphome.io/
@@ -67,7 +67,7 @@ esphome-stable:
<<: *base
directory: esphome
name: ESPHome
version: '1.13.3' # STABLE
version: '1.13.5' # STABLE
slug: esphome
description: "ESPHome Hass.io add-on for intelligently managing all your ESP8266/ESP32 devices."
image: esphome/esphome-hassio-{arch}