mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Organize configuration sidebar (#7333)
* Organize configuration sidebar * Add go2rtc config file * More reorganization
This commit is contained in:
parent
d0b38f0a47
commit
f57d21039e
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: autotracking
|
id: autotracking
|
||||||
title: Autotracking
|
title: Camera Autotracking
|
||||||
---
|
---
|
||||||
|
|
||||||
An ONVIF-capable, PTZ (pan-tilt-zoom) camera that supports relative movement within the field of view (FOV) can be configured to automatically track moving objects and keep them in the center of the frame.
|
An ONVIF-capable, PTZ (pan-tilt-zoom) camera that supports relative movement within the field of view (FOV) can be configured to automatically track moving objects and keep them in the center of the frame.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: cameras
|
id: cameras
|
||||||
title: Cameras
|
title: Camera Configuration
|
||||||
---
|
---
|
||||||
|
|
||||||
## Setting Up Camera Inputs
|
## Setting Up Camera Inputs
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: index
|
id: index
|
||||||
title: Configuration File
|
title: Frigate Configuration Reference
|
||||||
---
|
---
|
||||||
|
|
||||||
For Home Assistant Addon installations, the config file needs to be in the root of your Home Assistant config directory (same location as `configuration.yaml`). It can be named `frigate.yaml` or `frigate.yml`, but if both files exist `frigate.yaml` will be preferred and `frigate.yml` will be ignored.
|
For Home Assistant Addon installations, the config file needs to be in the root of your Home Assistant config directory (same location as `configuration.yaml`). It can be named `frigate.yaml` or `frigate.yml`, but if both files exist `frigate.yaml` will be preferred and `frigate.yml` will be ignored.
|
||||||
|
@ -14,25 +14,41 @@ module.exports = {
|
|||||||
"guides/stationary_objects",
|
"guides/stationary_objects",
|
||||||
"guides/reverse_proxy",
|
"guides/reverse_proxy",
|
||||||
],
|
],
|
||||||
Configuration: [
|
Configuration: {
|
||||||
|
"Configuration Files": [
|
||||||
"configuration/index",
|
"configuration/index",
|
||||||
|
{
|
||||||
|
type: "link",
|
||||||
|
label: "Go2RTC Configuration Reference",
|
||||||
|
href: "https://github.com/AlexxIT/go2rtc/tree/v1.6.2#configuration"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
Detectors: [
|
||||||
"configuration/object_detectors",
|
"configuration/object_detectors",
|
||||||
"configuration/audio_detectors",
|
"configuration/audio_detectors",
|
||||||
|
],
|
||||||
|
Cameras: [
|
||||||
"configuration/cameras",
|
"configuration/cameras",
|
||||||
"configuration/masks",
|
|
||||||
"configuration/record",
|
"configuration/record",
|
||||||
"configuration/snapshots",
|
"configuration/snapshots",
|
||||||
"configuration/objects",
|
|
||||||
"configuration/restream",
|
|
||||||
"configuration/live",
|
|
||||||
"configuration/zones",
|
|
||||||
"configuration/birdseye",
|
"configuration/birdseye",
|
||||||
"configuration/stationary_objects",
|
"configuration/live",
|
||||||
"configuration/advanced",
|
"configuration/restream",
|
||||||
"configuration/hardware_acceleration",
|
"configuration/autotracking",
|
||||||
"configuration/camera_specific",
|
"configuration/camera_specific",
|
||||||
"configuration/ffmpeg_presets",
|
|
||||||
],
|
],
|
||||||
|
Objects: [
|
||||||
|
"configuration/masks",
|
||||||
|
"configuration/objects",
|
||||||
|
"configuration/stationary_objects",
|
||||||
|
"configuration/zones",
|
||||||
|
],
|
||||||
|
"Extra Configuration": [
|
||||||
|
"configuration/hardware_acceleration",
|
||||||
|
"configuration/ffmpeg_presets",
|
||||||
|
"configuration/advanced",
|
||||||
|
],
|
||||||
|
},
|
||||||
Integrations: [
|
Integrations: [
|
||||||
"integrations/plus",
|
"integrations/plus",
|
||||||
"integrations/home-assistant",
|
"integrations/home-assistant",
|
||||||
|
Loading…
Reference in New Issue
Block a user