Change the file manager url path to root and ariang to /aria/

This commit is contained in:
2019-03-15 11:09:32 +08:00
parent b199a28365
commit 2a2b520a6f
4 changed files with 18 additions and 19 deletions
+2 -2
View File
@@ -38,8 +38,8 @@ File Manager
docker run -d --name aria2-ui -p 80:80 -p 6800:6800 wahyd4/aria2-ui
```
* Aria2: <http://yourip>
* FileManger: <http://yourip/files>
* Aria2: <http://yourip/aria/> **The tailling `/` is necessary**
* FileManger: <http://yourip>
* Please use admin/admin as username and password to login
### Full Usage
+2 -2
View File
@@ -43,8 +43,8 @@ File Manager
docker run -d --name aria2-ui -p 80:80 -p 6800:6800 wahyd4/aria2-ui
```
* Aria2: <http://yourip>
* FileManger: <http://yourip/files>
* Aria2: <http://yourip/aria/> **最后的斜线必须带上!**
* FileManger: <http://yourip>
* 请使用 admin/admin 进行登录
### 开启所有功能
```shell
+7 -6
View File
@@ -1,13 +1,14 @@
{$DOMAIN} {
filebrowser / /data
log stdout
errors stdout
gzip
}
{$DOMAIN}/aria {
root /usr/local/www/aria2
timeouts none
gzip
log stdout
errors stdout
}
{$DOMAIN}/files {
filebrowser / /data
}
+7 -9
View File
@@ -1,4 +1,11 @@
{$DOMAIN} {
gzip
log stdout
errors stdout
filebrowser / /data
}
{$DOMAIN}/aria {
root /usr/local/www/aria2
timeouts none
gzip
@@ -6,13 +13,4 @@
errors stdout
basicauth / {$ARIA2_USER} {$ARIA2_PWD}
}
{$DOMAIN}/files {
gzip
log stdout
errors stdout
filebrowser / /data
}