An index & manager of Onedrive based on serverless. Can be deployed to Heroku/Glitch/Vercel/Replit/SCF/FG/FC/CFC/PHP web hosting/VPS.
 
 
 
 
Go to file
自必 ZeerBeer ff9fbef1c9
Update readme.md
2020-10-14 15:08:41 +08:00
platform fix: fix: fix: fix: FC base_path 2020-09-23 15:04:30 +08:00
theme guest can upload multy files now 2020-10-01 12:16:47 +08:00
vendor rm not used vendor 2020-08-17 04:51:12 -04:00
.htaccess add Caddy2 rule 2020-09-27 16:08:50 +08:00
CFWorkers.js fix bug 2020-10-03 11:28:56 +08:00
app.json Update app.json 2020-02-01 11:49:46 +08:00
common.php fix: & in path cause readme bug, admin now not need folder passwd 2020-09-18 11:10:49 +08:00
config.php Add files via upload 2020-01-18 20:12:21 +08:00
conststr.php autoJumpFirstDisk 2020-08-17 17:35:43 +08:00
index.php fix: FC base_path 2020-09-22 19:41:50 +08:00
readme.md Update readme.md 2020-10-14 15:08:41 +08:00
update.sh Update update.sh 2020-05-03 18:21:07 +08:00
version Update version 2020-08-28 14:23:26 +08:00
web.config Add IIS rewrite rule 2020-08-28 10:53:35 +08:00
writeable.sh Add files via upload 2020-01-18 20:12:21 +08:00

readme.md

Deploy to Virtual Private Server (VPS 或空间)

DEMO: 无
How to Install:
1.Start web service on your server (httpd or other), make sure you can visit it.
启动web服务器确保你能访问到。
2.Make the rewrite works, the rule is in .htaccess file, make sure any query redirect to index.php.
开启伪静态(重写)功能,规则在.htaccess文件中ngnix从里面复制我们的目的是不管访问什么都让index.php来处理。
3.Upload code.
上传好代码。
4.Change the file config.php can be read&write (666 is suggested).
让代码中的config.php文件程序可读写推荐chmod 666 config.php。
5.View the website in chrome or other.
在浏览器中访问。