This commit is contained in:
John Vandenberg
2024-02-18 06:01:50 +08:00
committed by GitHub
parent 617c728a88
commit 3cff3a086b
13 changed files with 23 additions and 24 deletions

View File

@@ -3,7 +3,7 @@ id: ha_network_storage
title: Home Assistant network storage
---
As of Home Asisstant Core 2023.6, Network Mounted Storage is supported for addons.
As of Home Assistant Core 2023.6, Network Mounted Storage is supported for addons.
## Setting Up Remote Storage For Frigate

View File

@@ -87,7 +87,7 @@ There are many ways to authenticate a website but a straightforward approach is
## Nginx Reverse Proxy
This method shows a working example for subdomain type reverse proxy with SSL enabled.
This method shows a working example for subdomain type reverse proxy with SSL enabled.
### Setup server and port to reverse proxy
@@ -123,7 +123,7 @@ This section points to your SSL files, the example below shows locations to a de
```
### Setup reverse proxy settings
### Setup reverse proxy settings
The settings below enabled connection upgrade, sets up logging (optional) and proxies everything from the `/` context to the docker host and port specified earlier in the configuration