homepage/docs/widgets/services/transmission.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

18 lines
432 B
Markdown

---
title: Transmission
description: Transmission Widget Configuration
---
Uses the same username and password used to login from the web.
Allowed fields: `["leech", "download", "seed", "upload"]`.
```yaml
widget:
type: transmission
url: http://transmission.host.or.ip
username: username
password: password
rpcUrl: /transmission/ # Optional. Matches the value of "rpc-url" in your Transmission's settings.json file
```