This commit is contained in:
Devedse
2024-08-14 15:41:02 +02:00
parent 716895168f
commit d52cea04a9
2 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
---
title: DeveLanCacheUI
description: DeveLanCacheUI Widget Configuration
---
Learn more about [DeveLanCacheUI](https://github.com/devedse/DeveLanCacheUI_Backend).
```yaml
widget:
type: develancacheui
url: http://your.fileflows.host:port
```
Ensure you point this to the API and not the frontend. Example:
```yaml
- DeveLanCacheUI:
icon: /assets/icons/DeveLanCacheUI.png
href: https://develancacheui.devedse.duckdns.org
widget:
type: develancacheui
url: https://develancacheui_api.devedse.duckdns.org #Note _api here
```

View File

@@ -22,6 +22,7 @@ You can also find a list of all available service widgets in the sidebar navigat
- [CrowdSec](crowdsec.md)
- [Custom API](customapi.md)
- [Deluge](deluge.md)
- [DeveLanCacheUI](develancacheui.md)
- [DiskStation](diskstation.md)
- [DownloadStation](downloadstation.md)
- [Emby](emby.md)