mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-06 19:25:22 +03:00
Add go2rtc config file
This commit is contained in:
parent
16e11bb841
commit
b87e15d7b6
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: index
|
id: index
|
||||||
title: Configuration File
|
title: Frigate Configuration File
|
||||||
---
|
---
|
||||||
|
|
||||||
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.
|
||||||
|
|||||||
@ -15,7 +15,14 @@ module.exports = {
|
|||||||
"guides/reverse_proxy",
|
"guides/reverse_proxy",
|
||||||
],
|
],
|
||||||
Configuration: {
|
Configuration: {
|
||||||
Configuration_File: "configuration/index",
|
"Configuration Files": [
|
||||||
|
"configuration/index",
|
||||||
|
{
|
||||||
|
type: "link",
|
||||||
|
label: "Go2RTC Configuration Reference",
|
||||||
|
href: "https://github.com/AlexxIT/go2rtc/tree/v1.6.2#configuration"
|
||||||
|
}
|
||||||
|
],
|
||||||
Detectors: [
|
Detectors: [
|
||||||
"configuration/object_detectors",
|
"configuration/object_detectors",
|
||||||
"configuration/audio_detectors",
|
"configuration/audio_detectors",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user