update qb

This commit is contained in:
teasiu
2024-01-20 17:09:15 +08:00
parent aa474196bf
commit 4eca9b0f22
6 changed files with 74 additions and 1 deletions

73
docs/nas-skill/13-qb.md Normal file
View File

@@ -0,0 +1,73 @@
---
sidebar_position: 13
---
# 磁力qb下载程序
qBittorrent是一款免费的开源种子下载工具作为µTorrent的替代品。它在所有平台上都提供相同的功能包括Windows、Linux和macOS。该应用程序还配备了一个可扩展的搜索引擎以及WebUI遠端以最大化你的torrent体验。使用qBittorrent你可以在多个平台上轻松下载你喜爱的内容.
## 获取安装程序
如果你的海纳思系统发行版本是20231201以后的直接以下命令安装
```bash
apt update && 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)
## 备注
本程序收集于开源网络,原址在 `https://github.com/c0re100/qBittorrent-Enhanced-Edition`

View File

@@ -1,5 +1,5 @@
---
sidebar_position: 13
sidebar_position: 14
---
# TvHeadend 使用教程

BIN
docs/nas-skill/img/qb1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
docs/nas-skill/img/qb2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

BIN
docs/nas-skill/img/qb3.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

BIN
docs/nas-skill/img/qb4.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB