▄▄ ▄▄
██ ██ ███
██ ██ ██
▄██▀███ ██▄████▄ ██████ ▄██▀███ ███████▄
▄█▀ ██ ██ ▀██ ██ ██ ██ ██
██ ██ ██ ██ ██ ▀██████▄ ██ ██
██▄ ██ ██▄ ▄██ ██ █▄ ███ ██ ██
▀██████ █▀█████▀ ▀████ ██████▀ ██ ████▄
██
▄████▄
- Make
qBittorrent-nox
easier to install, uninstall and reload onLinux
kernel system. - The application is installed in
/usr/local/bin/qbittorrent-nox
, and the application data is stored in/usr/local/etc/qBittorrent/
to avoid problems caused by future system changes. - Statically compiled
qBittorrent-nox
using 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
# For example, the host is a linux kernel based system with amd64 architecture
# Download the app
curl -Lo /usr/local/bin/qbtsh https://github.com/gek64/qbtsh/releases/latest/download/qbtsh-linux-amd64
# Give the app execute permission
chmod +x /usr/local/bin/qbtsh
# Show help
/usr/local/bin/qbtsh -h
# Download application source code
git clone https://github.com/gek64/qbtsh.git
# Compile the source code
cd qbtsh
export CGO_ENABLED=0
go build -v -trimpath -ldflags "-s -w"
- Not supported, userdocs/qbittorrent-nox-static only
supports
linux
kernel systems, and builds a fully staticqBittorrent-nox
onFreeBSD
is quite a difficult thing.
- You can try compiling a dynamically linked
qBittorrent-nox
yourself using theqBittorrent-nox
build script I wrote forFreeBSD
freebsd build, also I have already compiled binaries for the latestFreeBSD
/amd64
, you can also use them directly.
- After the service runs successfully, you can access it at
SERVER_IP:8080
. The default user name isadmin
, and the default password can be found in service log. Although you can use it normally at this time, I still recommend you to change the password in time, use reverse proxy that provided byapache
ornginx
and enablehttps
, then change the listening address ofqBittorrent-nox
from0.0.0.0
to127.0.0.1
to improve security.
- GPL-3.0 License
- See
LICENSE
for details