Add torrent statistics to transmission-vpn service
All checks were successful
Build and Release / build-and-release (push) Successful in 1m47s
All checks were successful
Build and Release / build-and-release (push) Successful in 1m47s
Implement aggregate torrent statistics display for transmission-vpn service via Transmission RPC API. Shows active torrent count and total download/upload speeds. Change VPN route label from "ip:" to "route:" for clarity. - Add get_transmission_stats() method to query Transmission RPC - Display format: "X active, ↓ MB/s, ↑ MB/s" - Update version to v0.1.244
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "cm-dashboard"
|
||||
version = "0.1.243"
|
||||
version = "0.1.244"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
||||
Reference in New Issue
Block a user