From d52cea04a978bc172c977ac40670eb0b26a05e27 Mon Sep 17 00:00:00 2001 From: Devedse Date: Wed, 14 Aug 2024 15:41:02 +0200 Subject: [PATCH] docs --- docs/widgets/services/develancacheui.md | 23 +++++++++++++++++++++++ docs/widgets/services/index.md | 1 + 2 files changed, 24 insertions(+) create mode 100644 docs/widgets/services/develancacheui.md diff --git a/docs/widgets/services/develancacheui.md b/docs/widgets/services/develancacheui.md new file mode 100644 index 000000000..42f4a8ee5 --- /dev/null +++ b/docs/widgets/services/develancacheui.md @@ -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 +``` diff --git a/docs/widgets/services/index.md b/docs/widgets/services/index.md index c2c80ddb2..c39ac0f09 100644 --- a/docs/widgets/services/index.md +++ b/docs/widgets/services/index.md @@ -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)