mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-06 12:18:48 +00:00
15 lines
375 B
Markdown
15 lines
375 B
Markdown
---
|
|
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
|
|
```
|