Skip to content

Latest commit

 

History

History
63 lines (39 loc) · 1.93 KB

README_zh.md

File metadata and controls

63 lines (39 loc) · 1.93 KB

GoIndex

GoIndex-theme-acrou

README | 中文文档

预览

Acrou: https://oss.achirou.workers.dev/

更新日志

2020-4-29

  • 支持多盘切换
  • 添加版本检测
  • 优化搜索结果
  • 优化页面显示

使用

由于goindex原作者已将donwa/goindex仓库删除,以后将在这个版本上yanzai/goindex进行扩展修改

  1. 替换index.jsindex.js
  2. 修改goindex的index.js中所使用的app.js为(https://cloud.jsonpop.cn/go2index/last/app.mini.js)

主题文件在dist目录

即将支持

  • 多盘切换
  • 分页显示
  • 图片列表显示
  • 更多文件格式预览

GoIndex

Google Drive Directory Index
Combining the power of Cloudflare Workers and Google Drive will allow you to index you files on the browser on Cloudflare Workers.

index.js is the content of the Workers script.

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.