type Info = { connection_status: 'connected' | 'firewalled' | 'disconnected' dht_nodes: number dl_info_data: number dl_info_speed: number dl_rate_limit: number up_info_data: number up_info_speed: number up_rate_limit: number } export const getTransferInfo = () => client.request<In...
connection_status: 'connected' | 'firewalled' | 'disconnected' dht_nodes: number dl_info_data: number dl_info_speed: number dl_rate_limit: number up_info_data: number up_info_speed: number up_rate_limit: number } export const getTransferInfo = () => client.request<Info>('/transfer/...
Possible values of connection_status: Value connected firewalled disconnected Example: { "connection_status":"connected", "dht_nodes":386, "dl_info_data":681521119, "dl_info_speed":0, "dl_rate_limit":0, "up_info_data":10747904, "up_info_speed":0, "up_rate_limit":1048576 } Get alt...
I have a direct connection between my FreeNAS server and my desktop computer. Not that it matters - Firefox sees the connection as not secure, but it did cause me to not pay much attention to security. I am not getting the popup asking for an exception with the when I access the Q...
It would be nice if the connection status green plug at the bottom of qB would turn to a yellow exclamation mark when the port is closed for incoming connections (similar to uT). This way we can immediately tell if the port is open or closed instead of having to check under canyou...
开发时,将 username 与 password 通过环境变量读取。本地开发使用 .env.local 控制。生产环境通过 explorer.docker-compose.yml 进行控制。
Check its status: systemctl status qbittorrent-nox You can see that qBittorrent-nox is running and auto start at boot time is enabled. Accessing qBittorrent Web UI To access the qBittorrent Web UI from local network, enter the Ubuntu server’s private IP address followed by the port number...
(The IPv6 global IP will be useless by this setting, and some of the users don't have the global IPv4, only have the global IPv6 and a firewalled IPv4. This will let these users lose the chance invoke to connection to peers by themselves.) ---Update: Option 2 was confirmed fault...
type ConnectionStatus string const ( ConnectionStatusConnected = "connected" ConnectionStatusFirewalled = "firewalled" ConnectionStatusDisconnected = "disconnected" ) // TransferInfo // // https://github.com/qbittorrent/qBittorrent/wiki/WebUI-API-(qBittorrent-4.1)#get-global-transfer-info // //...
Connection limits are the same as the default ones (since I deleted the config files in a previous attempt to sort this one out) Contributor mayli commented Apr 5, 2022 The webui sync API doesn't scale very well with more than 1k torrents. And it's tricky to fit a better sync model...