2023-07-01 06:13:08 +03:00
|
|
|
---
|
|
|
|
|
id: ha_network_storage
|
2024-01-30 15:14:16 +03:00
|
|
|
title: Home Assistant network storage
|
2023-07-01 06:13:08 +03:00
|
|
|
---
|
|
|
|
|
|
2025-03-24 17:05:59 +03:00
|
|
|
As of Home Assistant 2023.6, Network Mounted Storage is supported for Add-ons.
|
2023-07-01 06:13:08 +03:00
|
|
|
|
|
|
|
|
## Setting Up Remote Storage For Frigate
|
|
|
|
|
|
|
|
|
|
### Prerequisites
|
|
|
|
|
|
2025-03-24 17:05:59 +03:00
|
|
|
- Home Assistant 2023.6 or newer is installed
|
|
|
|
|
- Running Home Assistant Operating System 10.2 or newer OR Running Supervised with latest os-agent installed (this is required for supervised install)
|
2023-07-01 06:13:08 +03:00
|
|
|
|
|
|
|
|
### Initial Setup
|
|
|
|
|
|
2025-03-24 17:05:59 +03:00
|
|
|
1. Stop the Frigate Add-on
|
2023-07-01 06:13:08 +03:00
|
|
|
|
|
|
|
|
### Move current data
|
|
|
|
|
|
|
|
|
|
Keeping the current data is optional, but the data will need to be moved regardless so the share can be created successfully.
|
|
|
|
|
|
|
|
|
|
#### If you want to keep the current data
|
|
|
|
|
|
|
|
|
|
1. Move the frigate.db, frigate.db-shm, frigate.db-wal files to the /config directory
|
|
|
|
|
2. Rename the /media/frigate folder to /media/frigate_tmp
|
|
|
|
|
|
|
|
|
|
#### If you don't want to keep the current data
|
|
|
|
|
|
|
|
|
|
1. Delete the /media/frigate folder and all of its contents
|
|
|
|
|
|
|
|
|
|
### Create the media share
|
|
|
|
|
|
|
|
|
|
1. Go to **Settings -> System -> Storage -> Add Network Storage**
|
|
|
|
|
2. Name the share `frigate` (this is required)
|
|
|
|
|
3. Choose type `media`
|
|
|
|
|
4. Fill out the additional required info for your particular NAS
|
|
|
|
|
5. Connect
|
|
|
|
|
6. Move files from `/media/frigate_tmp` to `/media/frigate` if they were kept in previous step
|
2025-03-24 17:05:59 +03:00
|
|
|
7. Start the Frigate Add-on
|