Giter Site home page Giter Site logo

mbrjun / advindex Goto Github PK

View Code? Open in Web Editor NEW
8.0 1.0 2.0 1.97 MB

基于 OneIndex 的 OneDrive 网页版,支持自定义域名,查看文件夹大小,配置缓存,上传文件

Home Page: https://download.mbrjun.cn

License: MIT License

PHP 100.00%
disk imagehost imagehosting netdisk onedrive oneindex php web advindex picturehosting

advindex's Introduction

AdvIndex

基于 OneIndex 的 OneDrive 网页版,支持自定义域名,查看文件夹大小,配置缓存,上传文件

环境要求

PHP 版本 5.5-8.1
PHP 扩展 curl
推荐使用 https

安装

  • 进入 Releases 下载最新构建
  • 解压到服务器,设置默认文档为 index.php
  • 打开网站,开始安装
  • 后台默认密码:AdvIndex

Nginx Rewrite

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 ^/(.*) /?/$1 last;
	}

缓存器

支持 secache, filecache, Memcache, Redis
⭐ 正在适配 Memcached
⭐ AdvIndex 已支持连接到加密的 Redis 服务器

advindex's People

Contributors

mbrjun avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

ibnu-ja leyuwang

advindex's Issues

We are unable to fulfill your request

i have error when authorized ondrive account please help
invalid_request: The provided value for the input parameter 'redirect_uri' is not valid. The expected value is a URI which matches a redirect URI registered for this client application.

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.