mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
docs
This commit is contained in:
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)
|
||||
- [Custom API](customapi.md)
|
||||
- [Deluge](deluge.md)
|
||||
- [DeveLanCacheUI](develancacheui.md)
|
||||
- [DiskStation](diskstation.md)
|
||||
- [DownloadStation](downloadstation.md)
|
||||
- [Emby](emby.md)
|
||||
|
||||
Reference in New Issue
Block a user