Files
doc/docs/nas-skill/13-qb.md
2024-02-18 12:58:08 +08:00

78 lines
1.7 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
sidebar_position: 13
---
# 磁力 qb 下载程序
qBittorrent 是一款免费的开源种子下载工具,作为 µTorrent 的替代品。它在所有平台上都提供相同的功能,包括 Windows、Linux 和 macOS。该应用程序还配备了一个可扩展的搜索引擎以及 WebUI 遠端,以最大化你的 torrent 体验。使用 qBittorrent你可以在多个平台上轻松下载你喜爱的内容.
## 获取安装程序
如果你的海纳思系统发行版本是 20231201 以后的,直接以下命令安装:
```bash
histb-deb && apt upgrade -y
apt install qbittorrent-histb -y
```
如果是更早的版本,或者非 NAS 版本,
则先添加海纳思的专用 apt 仓库源:
```bash
bash <(curl https://www.ecoo.top/ota.sh)
histb-deb
apt install qbittorrent-histb -y
```
然后刷新首页,即可看到以下图标和链接:
![](./img/qb1.jpg)
或者你的 web 服务器地址+ `9080` 端口访问。
注意: 默认登录用户名 `admin` 默认密码 `adminadmin`
注意:默认下载目的地文件夹 `/home/ubuntu/downloads` 强烈建议修改到外置磁盘空间。
## 登录
![](./img/qb2.jpg)
## 修改密码
![](./img/qb3.jpg)
## 修改下载到外置磁盘空间
:::tip
你必须事先插入一个 U 盘或者 USB 硬盘或 TF 卡, 作为下载的目的地磁盘。
并使用 format-disk.sh 将它格式化为 ext4 文件系统.
:::
建立一个专用的文件夹,例如:
```
mkdir -p /mnt/sda1/qbdownloads
```
![](./img/qb4.jpg)
## 增强安全性
![](./img/qb5.jpg)
![](./img/qb6.jpg)
## 卸载
```bash
apt purge qbittorrent-histb -y
```
## 备注
本程序收集于开源网络,原址在 `https://github.com/c0re100/qBittorrent-Enhanced-Edition`