docs
This commit is contained in:
parent
716895168f
commit
d52cea04a9
23
docs/widgets/services/develancacheui.md
Normal file
23
docs/widgets/services/develancacheui.md
Normal 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
|
||||||
|
```
|
||||||
@ -22,6 +22,7 @@ You can also find a list of all available service widgets in the sidebar navigat
|
|||||||
- [CrowdSec](crowdsec.md)
|
- [CrowdSec](crowdsec.md)
|
||||||
- [Custom API](customapi.md)
|
- [Custom API](customapi.md)
|
||||||
- [Deluge](deluge.md)
|
- [Deluge](deluge.md)
|
||||||
|
- [DeveLanCacheUI](develancacheui.md)
|
||||||
- [DiskStation](diskstation.md)
|
- [DiskStation](diskstation.md)
|
||||||
- [DownloadStation](downloadstation.md)
|
- [DownloadStation](downloadstation.md)
|
||||||
- [Emby](emby.md)
|
- [Emby](emby.md)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user