GoIndex
====
这是一个 修改版的goindex ,在 原版goindex 基础上添加了多盘支持、搜索、分页加载等功能。
index.js
包含 Workers 所需的代码.
Demo: https://yanzai-goindex.java.workers.dev
多盘:
搜索:
分页:
添加 Basic Auth 认证,每个盘符可单独配置用户名和密码,可以保护该盘下所有子文件和子文件夹
支持自定义 web 界面主题色,添加了 dark_mode ; 在 uiConfig
中可以配置
原 goindex 的 .password 验证方式作为后备验证方式得以保留,但默认不开启
以上,详见 index.js
中的配置项的注释。
index.js
注释index.js
注释在原版基础上修改:
index.js
注释安装部署可以参考原版,以下摘自原版 goindex 的部署说明:
material: https://index.gd.workers.dev/
classic: https://indexc.gd.workers.dev/
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
1.Open https://installen.gd.workers.dev/
2.Auth and get the code
3.Deploy the code to Cloudflare Workers
Cloudflare Workers allow you to write JavaScript which runs on all of Cloudflare's 150+ global data centers.