Giter VIP home page Giter VIP logo

panindex's Introduction

PanIndex

Deploy

简易的天翼云网盘目录列表

  • cookie方式
  • 下载直链
  • 文件夹打包下载
  • 图片、视频、office文件在线预览
  • 定时缓存文件及目录信息(每小时同步一次)
  • 定时同步cookie(每天8点)
  • heroku防止休眠(每5分钟访问一次应用)

demo: https://pan-index.herokuapp.com

一键部署到heroku

  1. 注册登录账号并绑卡,因为herokuku免费版有使用小时数限制,绑定信用卡可以使应用一直在线,不扣费
  2. 点击上面↑的按钮,跳转到heroku部署页面,修改 CONFIG
  3. 点击 Deploy app 完成部署

docker部署

程序包独立部署(windows or linux)

配置文件说明:

字段名 层级 必填 描述 示例
port 0 端口 8080
user 0 天翼云账号,一般是手机号 183xxxx7765
password 0 天翼云账号密码 1234
root_id 0 网盘根目录ID -11,代表天翼云顶层目录
pwd_dir_id 0 加密文件目录id和密码 数组
id 1 加密目录id 5149xxx1353335
pwd 1 加密目录访问密码 1234
hide_file_id 0 隐藏目录id ,多个文件,分隔 213123,23445
heroku_app_url 0 部署后的herokuapp网盘地址,heroku部署必须 https://app-name.herokuapp.com

config.json

{
    "port": 8080,
    "user": "183xxxx7765",
    "password": "xxxx",
    "root_id": "-11",
    "pwd_dir_id": [
        {
            "id": "51496311321353335",
            "pwd": "1234"
        }
    ],
    "hide_file_id": "",
    "heroku_app_url":"https://pan-index.herokuapp.com"
}

panindex's People

Contributors

libsgh avatar goreleaserbot avatar

Watchers

James Cloos avatar

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.