This commit is contained in:
Devedse 2024-08-15 22:27:18 +02:00
parent 6e2dd37886
commit e696a03158

View File

@ -8,16 +8,7 @@ Learn more about [DeveLanCacheUI](https://github.com/devedse/DeveLanCacheUI_Back
```yaml ```yaml
widget: widget:
type: develancacheui type: develancacheui
url: http://your.fileflows.host:port url: http://your.develancacheui_backend.host:port
``` ```
Ensure you point this to the API and not the frontend. Example: The url should point to the DeveLanCacheUI Backend (API)
```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
```