mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-04 18:25:22 +03:00
Update installation.md
updated documentation as per comment
This commit is contained in:
parent
7510d535c4
commit
8a58370401
@ -243,17 +243,29 @@ you can run Frigate NVR on DSM 7.x. tested on DSM 7.1.1-42962 Update 4
|
||||
|
||||
|
||||
General:
|
||||
you need to tick the "Execute container using high privilage" checkbox in order to give the frigate container the elevated privilages it may need.
|
||||
if you want the container to automatically restart whenever it improperly shuts down then you can tick the "Enable auto-restart" checkbox.
|
||||
|
||||

|
||||

|
||||
|
||||
Advanced Settings:
|
||||
you need to add the "FRIGATE_RTSP_PASSWORD" environment variable and set it to your preferred password under advanced settings the rest of the environment variables you can leave as default
|
||||
|
||||

|
||||

|
||||
|
||||
Port Settings (whatever ports you prefer):
|
||||
|
||||

|
||||
Port Settings:
|
||||
the network should be set to a "bridge" network. You need to map the default frigate container ports to your local synology NAS ports that you want to access Frigate using.
|
||||
> sometime the defaults container ports that frigate uses my not be available
|
||||
> on your NAS due to services you may be running,
|
||||
> in that instance you can set the ports to auto or whatever ports you prefer
|
||||
|
||||

|
||||
|
||||
Volume Settings:
|
||||
under volumes you need to configure 2 paths
|
||||
- The location of your config file in yaml format, this needs to be file and you need to go to the location of where your config.yml is located, this will be different depending on your NAS folder structure e.g. /docker/frigate/config/config.yml will mount to /config/config.yml within the container
|
||||
- The location on your NAS where the recordings will be saved this needs to be a folder e.g. /docker/volumes/frigate-0-media (or where ever you would like the recordings to get saved on your NAS
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
Loading…
Reference in New Issue
Block a user