Skip to content

Commit 35e49e3

Browse files
igorkulmanbastienwirtz
authored andcommitted
Update Transmission documentation to reflect code changes
1 parent 68fb183 commit 35e49e3

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

docs/customservices.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -731,20 +731,15 @@ This service displays the global upload and download rates, as well as the numbe
731731
logo: "assets/tools/sample.png"
732732
url: "http://192.168.1.2:9091" # Your Transmission web interface URL
733733
type: "Transmission"
734-
username: "your_username" # Optional: HTTP Basic Auth username
735-
password: "your_password" # Optional: HTTP Basic Auth password
736-
showWhenEmpty: true # Optional: Show data even when no torrents (default: true)
737-
rateInterval: 5000 # Optional: Interval for updating download/upload rates (ms)
738-
torrentInterval: 30000 # Optional: Interval for updating torrent count (ms)
734+
auth: "username:password" # Optional: HTTP Basic Auth
735+
interval: 5000 # Optional: Interval for updating data (ms)
739736
target: "_blank" # Optional: HTML a tag target attribute
740737
```
741738

742739
**Configuration Options:**
743740

744-
- `username/password`: Optional HTTP Basic Authentication credentials
745-
- `showWhenEmpty`: Controls whether to display rates and count when no torrents are active (default: true)
746-
- `rateInterval`: How often to refresh transfer rates in milliseconds
747-
- `torrentInterval`: How often to refresh torrent count in milliseconds
741+
- `auth`: Optional HTTP Basic Authentication in "username:password" format
742+
- `interval`: How often to refresh data in milliseconds
748743

749744
The service automatically handles Transmission's session management and CSRF protection.
750745
## Truenas Scale

0 commit comments

Comments
 (0)