homepage/docs/widgets/services/rutorrent.md

19 lines
559 B
Markdown
Raw Normal View History

2023-09-29 21:01:11 +03:00
---
title: ruTorrent
description: ruTorrent Widget Configuration
---
2024-01-24 14:27:47 -08:00
Learn more about [ruTorrent](https://github.com/Novik/ruTorrent).
2023-09-29 21:01:11 +03:00
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
2023-09-29 21:01:11 +03:00
```