Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions nginx_proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 4.3.0

- Change startup to `services` phase to start nginx before Home Assistant Core

## 4.2.0

- update SSL/TLS configuration and add PQC key exchange following Mozilla guidelines
Expand Down
3 changes: 2 additions & 1 deletion nginx_proxy/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 4.2.0
version: 4.3.0
hassio_api: true
slug: nginx_proxy
name: NGINX Home Assistant SSL proxy
Expand Down Expand Up @@ -42,3 +42,4 @@ schema:
servers: str
real_ip_from:
- str
startup: services
Loading