mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
18 lines
408 B
Markdown
18 lines
408 B
Markdown
![]() |
---
|
||
|
title: Frigate
|
||
|
description: Frigate Widget Configuration
|
||
|
---
|
||
|
|
||
|
Learn more about [Frigate](https://frigate.video/).
|
||
|
|
||
|
Allowed fields: `["cameras", "uptime", "version"]`.
|
||
|
|
||
|
A recent event listing is disabled by default, but can be enabled with the `enableRecentEvents` option.
|
||
|
|
||
|
```yaml
|
||
|
widget:
|
||
|
type: frigate
|
||
|
url: http://frigate.host.or.ip:port
|
||
|
enableRecentEvents: true # Optional, defaults to false
|
||
|
```
|