homepage/docs/widgets/services/develancacheui.md
2024-08-14 15:41:17 +02:00

24 lines
558 B
Markdown

---
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
```