You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
326 B
17 lines
326 B
1 year ago
|
---
|
||
|
title: qBittorrent
|
||
|
description: qBittorrent Widget Configuration
|
||
|
---
|
||
|
|
||
|
Uses the same username and password used to login from the web.
|
||
|
|
||
|
Allowed fields: `["leech", "download", "seed", "upload"]`.
|
||
|
|
||
|
```yaml
|
||
|
widget:
|
||
|
type: qbittorrent
|
||
|
url: http://qbittorrent.host.or.ip
|
||
|
username: username
|
||
|
password: password
|
||
|
```
|