Giter Club home page Giter Club logo

oneindex's Introduction

Onedrive Directory Index

功能

不占用服务器空间,不走服务器流量,直接列出 OneDrive 目录,文件直链下载。

默认世纪互联版本,自用版本,功能看情况更新!

伪静态

if (!-f $request_filename){
set $rule_0 1$rule_0;
}
if (!-d $request_filename){
set $rule_0 2$rule_0;
}
if ($rule_0 = "21"){
rewrite ^/(.*)$ /index.php?/$1 last;
}

更新日志

  • 2021.09.11 优化功能:优化系统后台页面样式

  • 2021.09.11 修复功能:修复 CDN 地址失效的问题

  • 2021.06.30 新增功能:支持 API 接口上传文件(需要配置授权码)

  • 2021.06.30 修复功能:修改自用的初始化配置

  • 2021.06.14 修复功能:解决前端文件链接地址失效的问题

  • 2021.03.19 修复功能:解决列表排序问题

    ......

API接口上传文件

  • 接口地址:/api/v1/upload
  • POST参数名:file
  • 请求头:{"authcode":"xxxxxx"}

image-20210630234829890

image-20210630234929694

预览图

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.