mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 10:45:21 +03:00
Instruct users to store DB in /config
This commit is contained in:
parent
ed5e60e912
commit
c0aa658810
@ -15,9 +15,14 @@ As of HomeAsisstant Core 2023.6, Network Mounted Storage is supported for addons
|
|||||||
### Setup
|
### Setup
|
||||||
|
|
||||||
1. Stop the Frigate addon
|
1. Stop the Frigate addon
|
||||||
2. Go to **Settings -> System -> Storage -> Add Network Storage**
|
2. Update your config so the DB is stored in the /config directory by adding:
|
||||||
3. Name the share `frigate` (this is required)
|
```yaml
|
||||||
4. Choose type `media`
|
database:
|
||||||
5. Fill out the additional required info for your particular NAS
|
path: /config/frigate.db
|
||||||
6. Connect
|
```
|
||||||
7. Start the Frigate addon
|
3. Go to **Settings -> System -> Storage -> Add Network Storage**
|
||||||
|
4. Name the share `frigate` (this is required)
|
||||||
|
5. Choose type `media`
|
||||||
|
6. Fill out the additional required info for your particular NAS
|
||||||
|
7. Connect
|
||||||
|
8. Start the Frigate addon
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user