update 配置说明.md

This commit is contained in:
EstrellaXD
2022-06-06 10:41:52 +08:00
parent 9899211622
commit 4593c47336
10 changed files with 29 additions and 11 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

BIN
docs/image/synology/run.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 372 KiB

View File

@@ -1,7 +1,7 @@
# 部署说明
## 开始前的准备
**`AutoBangumi`** 可以使用 `Docker` 运行,也可以直接从源代码运行,鉴于追番是一个 7x24 小时的过程,推荐使用 `Docker` 运行。
**AutoBangumi** 可以使用 Docker 运行,也可以直接从源代码运行,鉴于追番是一个 7x24 小时的过程,**推荐**在 NAS 或者 Linux 服务器中使用 Docker 运行。
## 获取 Mikan Project RSS 订阅地址
本项目基于解析 Mikan Project 提供的 RSS 地址,因此如果要实现自动追番,需要注册并且获得 Mikan Project 的 RSS 地址:
@@ -30,26 +30,26 @@
# 部署 AutoBangumi
## 在 Linux 主机中使用 `Docker-Compose` 一键部署
现在提供了一键部署的 `AutoBangumi` 的方法,可以使用 `docker-compose.yml` 文件进行部署。
## 在 Linux 主机中使用 **Docker Compose** 一键部署
现在提供了一键部署的 **AutoBangumi** 的方法,可以使用 `docker-compose.yml` 文件进行部署。
正常来说安装完 Docker 之后都会自带 `Docker-Compose`,使用命令:
正常来说安装完 Docker 之后都会自带 `docker-compose`,使用命令:
```bash
docker-compose -v
```
检查版本即可
### 部署 `AutoBangumi`
### 部署 **AutoBangumi**
项目中提供了三种安装方式:
- 只安装 `AutoBangumi`
- 只安装 **AutoBangumi**
```bash
wget https://raw.githubusercontent.com/EstrellaXD/Auto_Bangumi/main/docs/docker-compose/AutoBangumi/docker-compose.yml
```
- 安装 `qBittorrent`与`AutoBangumi`
- 安装 **qBittorrent** 与 **AutoBangumi**
```bash
wget https://raw.githubusercontent.com/EstrellaXD/Auto_Bangumi/main/docs/docker-compose/qBittorrent+AutoBangumi/docker-compose.yml
```
- `qBittorrent`+`AutoBangumi`+`Plex`
- **qBittorrent** + **AutoBangumi** + **Plex**
```bash
wget https://raw.githubusercontent.com/EstrellaXD/Auto_Bangumi/main/docs/docker-compose/All-in-one/docker-compose.yml
```
@@ -75,9 +75,9 @@ docker-compose -v
```
4. 如果想要自定义参数,可以参考文章最开头的说明进行自定义
## 使用 `Docker-cli` 部署
## 使用 Docker-cli 部署
添加环境变量(注意这里最好手动输入)详细内容请参考 `Docker-compose` 章节中同样内容
添加环境变量(注意这里最好手动输入)详细内容请参考 [Docker Compose]() 章节中同样内容
```shell
export \
DOWNLOAD_PATH=/path/downloads \
@@ -96,7 +96,7 @@ docker run -d \
estrellaxd/auto_bangumi:latest
```
注意如果你的 qBittorrent 不是默认端口,还需要按照完成的配置方式进行配置。
注意如果你的 qBittorrent 的 WebUI 不是默认端口,还需要按照完成的配置方式进行配置。
```shell
docker run -d \
--name=AutoBangumi \
@@ -119,6 +119,24 @@ docker run -d \
## 群晖部署说明( QNAP 同理)
### 安装 Docker 套件
![docker.png](https://github.com/EstrellaXD/Auto_Bangumi/blob/main/docs/image/synology/docker.png)
### 在 Docker 中搜索 AutoBangumi 并且拉取
![ab.png](https://github.com/EstrellaXD/Auto_Bangumi/blob/main/docs/image/synology/auto_bangumi.png)
### 配置 AutoBangumi
![conf1.png](https://github.com/EstrellaXD/Auto_Bangumi/blob/main/docs/image/synology/config1.png)
![conf1.png](https://github.com/EstrellaXD/Auto_Bangumi/blob/main/docs/image/synology/config2.png)
![conf1.png](https://github.com/EstrellaXD/Auto_Bangumi/blob/main/docs/image/synology/config3.png)
![conf1.png](https://github.com/EstrellaXD/Auto_Bangumi/blob/main/docs/image/synology/finished.png)
### 如果你还没有安装 qBittorrent
配置如下:
![conf1.png](https://github.com/EstrellaXD/Auto_Bangumi/blob/main/docs/image/synology/qbconf1.png)
![conf1.png](https://github.com/EstrellaXD/Auto_Bangumi/blob/main/docs/image/synology/qbconf2.png)
![conf1.png](https://github.com/EstrellaXD/Auto_Bangumi/blob/main/docs/image/synology/qbconf3.png)
### 运行结果
![conf1.png](https://github.com/EstrellaXD/Auto_Bangumi/blob/main/docs/image/synology/run.png)
## 部署结果:
```other