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

17 lines
319 B

1 year ago
---
title: Pyload
description: Pyload Widget Configuration
---
Learn more about [Pyload](https://github.com/pyload/pyload).
1 year ago
Allowed fields: `["speed", "active", "queue", "total"]`.
```yaml
widget:
type: pyload
url: http://pyload.host.or.ip:port
username: username
password: password # only needed if set
1 year ago
```