Minor cleanup and docs
This commit is contained in:
parent
20a1c74b57
commit
6e865630fc
@ -13,5 +13,5 @@ A recent event listing is disabled by default, but can be enabled with the `enab
|
|||||||
widget:
|
widget:
|
||||||
type: frigate
|
type: frigate
|
||||||
url: http://frigate.host.or.ip:port
|
url: http://frigate.host.or.ip:port
|
||||||
enableRecentEvents: true
|
enableRecentEvents: true # Optional, defaults to false
|
||||||
```
|
```
|
||||||
|
|||||||
@ -30,6 +30,7 @@ You can also find a list of all available service widgets in the sidebar navigat
|
|||||||
- [Fileflows](fileflows.md)
|
- [Fileflows](fileflows.md)
|
||||||
- [Flood](flood.md)
|
- [Flood](flood.md)
|
||||||
- [FreshRSS](freshrss.md)
|
- [FreshRSS](freshrss.md)
|
||||||
|
- [Frigate](frigate.md)
|
||||||
- [Fritz!Box](fritzbox.md)
|
- [Fritz!Box](fritzbox.md)
|
||||||
- [GameDig](gamedig.md)
|
- [GameDig](gamedig.md)
|
||||||
- [Gatus](gatus.md)
|
- [Gatus](gatus.md)
|
||||||
|
|||||||
@ -1,7 +1,6 @@
|
|||||||
import { asJson } from "utils/proxy/api-helpers";
|
import { asJson } from "utils/proxy/api-helpers";
|
||||||
import genericProxyHandler from "utils/proxy/handlers/generic";
|
import genericProxyHandler from "utils/proxy/handlers/generic";
|
||||||
|
|
||||||
// export default widget;
|
|
||||||
const widget = {
|
const widget = {
|
||||||
api: "{url}/api/{endpoint}",
|
api: "{url}/api/{endpoint}",
|
||||||
proxyHandler: genericProxyHandler,
|
proxyHandler: genericProxyHandler,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user