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

19 lines
559 B

1 year ago
---
title: ruTorrent
description: ruTorrent Widget Configuration
---
Learn more about [ruTorrent](https://github.com/Novik/ruTorrent).
1 year ago
This requires the `httprpc` plugin to be installed and enabled, and is part of the default ruTorrent plugins. If you have not explicitly removed or disable this plugin, it should be available.
Allowed fields: `["active", "upload", "download"]`.
```yaml
widget:
type: rutorrent
url: http://rutorrent.host.or.ip
username: username # optional, false if not used
password: password # optional, false if not used
1 year ago
```