Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/homepage/blame/commit/c6770d233cff863019e5c096496fde98467ed905/docs/widgets/services/jdownloader.md You should set ROOT_URL correctly, otherwise the web may not work correctly.
homepage/docs/widgets/services/jdownloader.md

19 lines
487 B

2 years ago
---
title: JDownloader
description: NextPVR Widget Configuration
---
Learn more about [JDownloader](https://jdownloader.org/).
2 years ago
Basic widget to show number of items in download queue, along with the queue size and current download speed.
Allowed fields: `["downloadCount", "downloadTotalBytes","downloadBytesRemaining", "downloadSpeed"]`.
```yaml
widget:
type: jdownloader
username: JDownloader Username
password: JDownloader Password
client: Name of JDownloader Instance
2 years ago
```