All Authentication API methods are under "auth", e.g.: /api/v2/auth/methodName. qBittorrent uses cookie-based authentication. Login Name: login Parameters: ParameterTypeDescription username string Username used to access the WebUI password string Password used to access the WebUI Returns: HTTP St...
使用 Next.js 对接 qBittorrent web api。实现 torrent 列表的呈现。 开发 主要使用@ctrl/qbittorrent这个依赖对接 qBittorrent 服务。由 Next.js 与 antd 实现 UI 的呈现。 基本用法很简单 import { QBittorrent } from '@ctrl/qbittorrent'; const client = new QBittorrent({ baseUrl: 'http://localhost:...
使用 Next.js 对接 qBittorrent web api。实现 torrent 列表的呈现。 开发 主要使用@ctrl/qbittorrent这个依赖对接 qBittorrent 服务。由 Next.js 与 antd 实现 UI 的呈现。 基本用法很简单 import { QBittorrent } from '@ctrl/qbittorrent'; const client = new QBittorrent({ baseUrl: 'http://localhost:...
## 步骤3:配置qbittorrent web ui 现在我们需要配置qbittorrent web ui的一些选项。在qbittorrent软件中,打开“选项” -> “Web UI” -> “高级”选项卡,找到“WebUI端口”选项,设置端口号(默认为8080),并保存设置。 下面是一个简单的Python脚本,可以使用qbittorrent web api来操作qbittorrent。在终端中输入以下...
WEBUI:WebAPI:允许指定会话 cookie 名称(glassez) WEBUI:提高同步 API 性能(glassez) WEBUI:添加文件日志设置(brvphoenix) WEBUI:添加多文件重命名(loligans) WEBUI:添加“添加到队列顶部”选项(thalieht) WEBUI:实现子类别(Bartu Özen) WEBUI:如果禁用 CSRF 保护(七海千秋),请设置“SameSite=None” ...
第一步,下载qbittorrent的webui。 github.com/CzBiX/qb-web 第二步,nas根目录创建docker文件夹,将解压后的【dsit文件夹】上传到docker文件夹内。 第三步,打开qBittorrent的设置,Web UI,勾选使用备用Web UI,输入dist文件路径。 路径可根据自己实际情况设置,最终指向dist文件夹即可。 /share/Docker/dist 最后保存...
如果因为配置错误导致无法访问 WEB UI界面,可以手动在 URL 地址后面加上 /api/v2/app/setPreferences?json=%7B%22alternative_webui_enabled%22:false%7D 来禁用备用 UI 功能。 这个第三方WEB UI的缺点是不能更改设置,需要切换回原版WEB UI进行操作,等待作者日后完善吧。
原理是使用脚本通过qBittorrent的 WebUI API 获取执行日志,检测是否有监听指定的 IPv6 前缀地址。若有则退出脚本,若无则发送两次修改监听地址的请求,第一次指定 0.0.0.0(即所有 IPv4 地址),第二次留空(即 0.0.0.0,[::],所有 IPv4 及 IPv6 地址),以此刷新qBittorrent的监听地址。
https://github.com/qbittorrent/qBittorrent/wiki/WebUI-API-(qBittorrent-4.1)#set-application-preferences 配置方法 打开穿透规则中的 webhook 开关填写以下内容: 接口地址: http://[IP和webUI端口]/api/v2/app/setPreferences 请求方法:POST 请求头: ...
6Tags Code README MIT license QbittorrentClient A Qbittorrent Web API Client, only supportWebUI API (qBittorrent 4.1+). Installation Add this line to your application's Gemfile: gem'qbittorrent' And then execute: $ bundle install Or install it yourself as: ...