oneindex可以帮助我们直接列出OneDrive文件目录,并且可以直连下载存储在OneDrive服务上的文件,包括在线播放视频文件等,不占用服务器空间,不走服务器流量,直接列OneDrive目录,文件直链下载。
Demo演示:点此查看
基本要求:
1、PHP空间,PHP 5.6+ 打开curl支持
2、onedrive 账号 (个人、企业版或教育版/工作或学校帐户)
3、oneindex 程序
Github项目主页:[button class=”default” size=”xs” href=”https://github.com/donwa/oneindex” title=”Github项目主页”]点此查看[/button]
也可以支持Docker安装:
从docker仓库获取镜像:
docker pull yinaoxiong/oneindex
或者从源码构建镜像:
git clone https://github.com/donwa/oneindex.git cd oneindex/ docker build -t your-image-name .
运行:
docker run -d -p {open port}:80 --name {container name} --restart=always {image name}
停止删除容器:
docker stop {container name} docker rm -v {container name}