goindex-theme-r/README.md
2020-05-22 09:30:27 +08:00

1.4 KiB

GoIndex-theme-acrou

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.

goindex/index.js is the content of the Workers script.

README | 中文文档

Demo

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

Feature

  • Multi drive switching

  • Http Basic Auth

  • Grid view mode

  • Paging load

  • i18n

  • Html render

TODO

  • More file format preview

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/Aicirou/goindex-theme-acrou/tree/master/go2index and fill in root and refresh_token
6.Deploy the code to Cloudflare Workers

Quick Deployment

1.Open https://goindex-quick-install.glitch.me 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.