简介
cloudreve是基于ThinkPHP构建的网盘系统,能够助您以较低成本快速搭建起公私兼备的网盘。
主页 | 论坛 | 演示站 | QQ群
支持的存储介质
安装步骤
第一步:官网下载安装包
第二步:解压到网页根目录
第三步:配置伪静态
以下为针对nginx的代码
location / { if (!-e $request_filename) { rewrite ^(.*)$ /index.php?s=/$1
last; break; } }
第四步:访问页面
https://cloud.songtianlun.cn/CloudreveInstaller/
注:cloud.songtianlun.cn是我的域名,自行替换自己的域名