▄▄ ▄▄
██ ██ ███
██ ██ ██
▄██▀███ ██▄████▄ ██████ ▄██▀███ ███████▄
▄█▀ ██ ██ ▀██ ██ ██ ██ ██
██ ██ ██ ██ ██ ▀██████▄ ██ ██
██▄ ██ ██▄ ▄██ ██ █▄ ███ ██ ██
▀██████ █▀█████▀ ▀████ ██████▀ ██ ████▄
██
▄████▄
- 使
qBittorrent-nox
在Linux
内核系统上更容易安装、卸载及重载。 - 应用安装在
/usr/local/bin/qbittorrent-nox
,应用数据存储在/usr/local/etc/qBittorrent/
,避免将来系统变动带来的问题。 - 静态编译的
qBittorrent-nox
使用 userdocs/qbittorrent-nox-static。
NAME:
qbtsh.exe - qBittorrent quick install tool
USAGE:
qbtsh.exe [global options] command [command options]
VERSION:
v2.00
COMMANDS:
install, i Install qBittorrent
uninstall Remove config,cache and uninstall qBittorrent
update Update qBittorrent
reload Reload service
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--help, -h show help
--version, -v print the version
# 例如宿主机是 amd64 架构的基于 linux 内核的系统
# 下载应用
curl -Lo /usr/local/bin/qbtsh https://github.com/gek64/qbtsh/releases/latest/download/qbtsh-linux-amd64
# 给应用执行权限
chmod +x /usr/local/bin/qbtsh
# 查看帮助
/usr/local/bin/qbtsh -h
# 下载应用源代码
git clone https://github.com/gek64/qbtsh.git
# 编译源代码
cd qbtsh
export CGO_ENABLED=0
go build -v -trimpath -ldflags "-s -w"
- 不支持,userdocs/qbittorrent-nox-static 仅支持
linux
内核的系统, 并且在FreeBSD
上编译一个完全静态的qBittorrent-nox
是一件相当困难的事情。
- 你可以使用我为FreeBSD系统编写的
qBittorrent-nox
编译脚本来尝试自行编译动态链接的qBittorrent-nox
freebsd build ,我已经为最新的FreeBSD系统编译好了amd64
架构的二进制文件,你也可以直接使用。
- 服务成功运行后访问
SERVER_IP:8080
即可,默认用户名是admin
,默认密码可以在服务日志中找到,虽然此时你已经可以正常使用,但是我还是建议你及时更改密码,使用apache
或者nginx
提供的反向代理和开启https
,并将qBittorrent-nox
的监听地址从0.0.0.0
更变为127.0.0.1
以提高安全性。
- GPL-3.0 License
- 查看
LICENSE
获取详细内容