Skip to content

Commit

Permalink
new readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xieqifei committed Jul 11, 2020
1 parent fd4936f commit 43a9a3d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# 一:简介

本项目是Oneindex的继承版本。主要针对后台和nexmoe主题进行优化修改。
本项目是Oneindex的继承版本。主要针对后台和nexmoe主题进行优化修改。aria2的入口在nexmoe主题的前台右下角。

项目地址:https://github.com/xieqifei/OneindexN

Demo:https://pan.sci.ci

选择世纪互联版/国际版,可能存在问题,如果安装时无法切换版本,可以自行修改`/lib/onedrive.php`中的`api_url``oauth_url`参数。

## 修改功能:

- 选择安装世纪互联/国际版(如需修改版本,需要删除config文件夹里的文件后重新进入安装程序)
Expand All @@ -19,6 +17,12 @@ Demo:https://pan.sci.ci

> 默认在线上传
## 版本问题:

选择世纪互联版/国际版,可能存在问题,如果安装时无法切换版本,可以自行修改`/lib/onedrive.php`中的`api_url``oauth_url`参数。

heroku上安装:需要你在vps上或其他允许在网站目录新建文件的虚拟主机上安装好后,将网站目录下的config文件夹下的文件,复制到你的仓库config文件夹里。然后向heroku提交。`因为heroku里php没有新建文件的权限,所以安装程序会无限循环。`

# 二:部署网站

网站环境尽量使用nginx。后面会用nginx做反代,可以避免修改yaaw的rpc参数。
Expand All @@ -43,10 +47,6 @@ Demo:https://pan.sci.ci
2、OneDrive 账号 (个人、企业版或教育版/工作或学校帐户)
3、OneIndex 程序

## 配置:

<img width="658" alt="image" src="https://raw.githubusercontent.com/donwa/oneindex/files/images/install.gif">

### 计划任务  

[可选]**推荐配置**,非必需。后台定时刷新缓存,可增加前台访问的速度。
Expand Down Expand Up @@ -137,7 +137,7 @@ php one.php upload:file demo.zip /test/d.zip
php one.php upload:file up/ /test/
```

# 三:连接Aria2
# 三:使用Aria2

Nginx添加反向代理

Expand Down

0 comments on commit 43a9a3d

Please sign in to comment.