mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
Minor cleanup and docs
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user