homepage/docs/widgets/services/deluge.md
2024-01-19 16:46:11 -05:00

18 lines
475 B
Markdown

---
title: Deluge
description: Deluge Widget Configuration
---
[Deluge](https://deluge-torrent.org/) - Deluge is a lightweight, free, cross-platform BitTorrent client.
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
```