Skip to content

Commit d65078a

Browse files
authored
docs(aria2): refine instructions for configuring aria2 (#290)
* docs(aria2): 修改aria2设置的描述
1 parent 61883ca commit d65078a

1 file changed

Lines changed: 32 additions & 2 deletions

File tree

pages/configuration/other.md

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,40 @@ top: 10
1313
## Aria2
1414

1515
::: en
16-
Set Aria2 uri and Aria2 for offline download. Aria2 needs to be installed on the same server(container if use Docker) as OpenList.
16+
Used for the offline download feature, which downloads an external resource outside of OpenList into the storage managed by OpenList.
17+
Set Aria2 uri and Aria2 for offline download.
18+
19+
> `Aria2` needs to access the same directory as `OpenList`: `/opt/openlist/data/temp/aria2`. Assuming that both Aria2 and OpenList are independent containers, where OpenList mounts the directory `/etc/openlist/data:/opt/openlist/data`, Aria2 containers need to be additionally mounted under the path `/etc/openlist/data/temp/aria2:/opt/openlist/data/temp/aria2`.
20+
21+
:::
22+
::: zh-CN
23+
这是用于离线下载功能,即:将一个OpenList外部的资源下载到OpenList所管理的存储中。
24+
设置 Aria2 URI 以供离线下载。
25+
26+
> **`Aria2` 需要和`OpenList`访问同一目录: `/opt/openlist/data/temp/aria2`。假设您的Aria2和OpenList都是独立容器,其中OpenList挂载的目录为`/etc/openlist/data:/opt/openlist/data`,则Aria2容器需要额外挂载的`/etc/openlist/data/temp/aria2:/opt/openlist/data/temp/aria2`路径下。**
27+
28+
:::
29+
30+
### Aria2 地址 { lang="zh-CN" }
31+
32+
### Aria2 uri { lang="en" }
33+
34+
::: en
35+
The Aria2 RPC address used for offline downloading. The default value is: `http://localhost:6800/jsonrpc`.
36+
:::
37+
::: zh-CN
38+
用于离线下载的 Aria2 RPC 地址。默认值为:`http://localhost:6800/jsonrpc`
39+
:::
40+
41+
### Aria2 秘钥 { lang="zh-CN" }
42+
43+
### Aria2 secret { lang="en" }
44+
45+
::: en
46+
The Aria2 RPC secret key used for offline downloading. The default value is empty.
1747
:::
1848
::: zh-CN
19-
设置 Aria2 URI 以供离线下载。Aria2 需要和 OpenList 安装在同一台服务器(如果使用 Docker 则是容器)上
49+
用于离线下载的 Aria2 RPC 秘钥。默认值为空
2050
:::
2151

2252
## qBittorrent

0 commit comments

Comments
 (0)