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/0a3d552114c34dda14a2cda33467cfe6cb353c6b/docs/widgets/services/jdownloader.md You should set ROOT_URL correctly, otherwise the web may not work correctly.
homepage/docs/widgets/services/jdownloader.md

17 lines
428 B

1 year ago
---
title: JDownloader
description: NextPVR Widget Configuration
---
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
1 year ago
```