homepage/docs/widgets/services/rutorrent.md
shamoon 19c25713c4 Run pre-commit hooks over existing codebase
Co-Authored-By: Ben Phelps <ben@phelps.io>
2023-10-18 09:49:33 -07:00

17 lines
492 B
Markdown

---
title: ruTorrent
description: ruTorrent Widget Configuration
---
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
```