mirror of
https://github.com/wahyd4/aria2-ariang-x-docker-compose.git
synced 2026-08-08 21:00:46 +10:00
Update readme
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
|
||||
* 查看文件h5ai: <http://localhost:8000>
|
||||
|
||||
* AriaNg: <http://localhost:8000/aria2>
|
||||
* AriaNg: <http://localhost:8000/aria2/> 注意地址后面一定要带`/` 哦,后面两种方案的也是一样
|
||||
### 使用 **Filerun** 作为在线文件管理器:
|
||||
```bash
|
||||
git clone https://github.com/wahyd4/aria2-ariang-x-docker-compose.git
|
||||
@@ -76,7 +76,7 @@
|
||||
|
||||
* 文件管理Filerun, 请使用 `superuser / superuser` 进行登录: <http://localhost:8000>
|
||||
|
||||
* AriaNg: <http://localhost:8000/aria2>
|
||||
* AriaNg: <http://localhost:8000/aria2/>
|
||||
|
||||
### 使用 **Nextcloud** 安装
|
||||
```bash
|
||||
@@ -86,7 +86,7 @@
|
||||
```
|
||||
* 文件管理Nextcloud: <http://localhost:8000>
|
||||
|
||||
* AriaNg: <http://localhost:8000/aria2>
|
||||
* AriaNg: <http://localhost:8000/aria2/>
|
||||
|
||||
Nextcloud 还需额外的一点手动操作,[链接配置外部存储](https://github.com/wahyd4/aria2-ariang-x-docker-compose/tree/master/nextcloud#nextcloud-配置-external-storage)
|
||||
|
||||
|
||||
@@ -10,13 +10,14 @@ server{
|
||||
client_max_body_size 10240M;
|
||||
}
|
||||
|
||||
location /aria2 {
|
||||
location /aria2/ {
|
||||
# try_files $uri $uri/ /index.html;
|
||||
root /usr/local/www/;
|
||||
index index.html index.htm;
|
||||
proxy_set_header Host $http_host;
|
||||
}
|
||||
|
||||
|
||||
# location ~* \.(?:jpg|jpeg|gif|png|ico|cur|gz|svg|svgz|mp4|ogg|ogv|webm|htc|css|js|woff2)$ {
|
||||
# expires 24h;
|
||||
# access_log off;
|
||||
|
||||
Reference in New Issue
Block a user