yanzai / goindex

Goindex 修改版,支持多盘、搜索、分页加载等功能
https://yanzai-goindex.java.workers.dev
333 stars 260 forks source link

GoIndex

GoIndex
====

这是一个 修改版的goindex ,在 原版goindex 基础上添加了多盘支持、搜索、分页加载等功能。

index.js 包含 Workers 所需的代码.

预览

Demo: https://yanzai-goindex.java.workers.dev

多盘:
多盘

搜索:
搜索

分页:
分页

更新日志

2020-4-28

2020-4-23

2020-3-9

2020-3-7

2020-3-5

2020-3-4

在原版基础上修改:


安装部署可以参考原版,以下摘自原版 goindex 的部署说明:

Demo

material: https://index.gd.workers.dev/
classic: https://indexc.gd.workers.dev/

Deployment

1.Install rclone software locally
2.Follow https://rclone.org/drive/ bind a drive
3.Execute the commandrclone config file to find the file rclone.conf path
4.Open rclone.conf,find the configuration root_folder_id and refresh_token
5.Download index.js in https://github.com/donwa/goindex and fill in root and refresh_token
6.Deploy the code to Cloudflare Workers

Quick Deployment

1.Open https://installen.gd.workers.dev/
2.Auth and get the code
3.Deploy the code to Cloudflare Workers

About

Cloudflare Workers allow you to write JavaScript which runs on all of Cloudflare's 150+ global data centers.