Minor cleanup and docs

This commit is contained in:
shamoon
2024-07-17 07:08:08 -07:00
parent 20a1c74b57
commit 6e865630fc
3 changed files with 2 additions and 2 deletions

View File

@@ -13,5 +13,5 @@ A recent event listing is disabled by default, but can be enabled with the `enab
widget:
type: frigate
url: http://frigate.host.or.ip:port
enableRecentEvents: true
enableRecentEvents: true # Optional, defaults to false
```

View File

@@ -30,6 +30,7 @@ You can also find a list of all available service widgets in the sidebar navigat
- [Fileflows](fileflows.md)
- [Flood](flood.md)
- [FreshRSS](freshrss.md)
- [Frigate](frigate.md)
- [Fritz!Box](fritzbox.md)
- [GameDig](gamedig.md)
- [Gatus](gatus.md)

View File

@@ -1,7 +1,6 @@
import { asJson } from "utils/proxy/api-helpers";
import genericProxyHandler from "utils/proxy/handlers/generic";
// export default widget;
const widget = {
api: "{url}/api/{endpoint}",
proxyHandler: genericProxyHandler,