Acrou: https://oss.achirou.workers.dev/
- Support multi disk switching
- Add version detection
- Optimize search results
- Optimize page display
Since the original author of goindex
has deleted the donwa/goindex
warehouse, the extension and modification will be made on this version yanzai/goindex in the future
- Replace
index.js
with index.js - Modify the app.js used in index.js of goindex to
https://cloud.jsonpop.cn/go2index/last/app.mini.js
The theme file is in the dist directory
- Drive switch
- Pagination display
- Picture list display
- More file format preview
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.
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.