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.
16 lines
369 B
16 lines
369 B
---
|
|
title: Deluge
|
|
description: Deluge Widget Configuration
|
|
---
|
|
|
|
Uses the same password used to login to the webui, see [the deluge FAQ](https://dev.deluge-torrent.org/wiki/Faq#Whatisthedefaultpassword).
|
|
|
|
Allowed fields: `["leech", "download", "seed", "upload"]`.
|
|
|
|
```yaml
|
|
widget:
|
|
type: deluge
|
|
url: http://deluge.host.or.ip
|
|
password: password # webui password
|
|
```
|