
Light : https://github.com/Aicirou/goindex-theme-acrou
Dark : https://github.com/alx-xlx/goindex
Special Features :
- Render Thumbnail ( html, pdf, png, gif, text etc)
- Render HTML
- Play .mkv and others
Setup
Automatically
1. Visit goindex.glitch.me
2. Follow the instructions in that page and Copy-Paste the Generated script to workers.dev
3. Done
Manually
1. Copy the content of index.js to workers.dev
2. Replace OR edit client_id
, client_secret
, refresh_token
with yours
client_id: "202264815644.apps.googleusercontent.com",
client_secret: "X4Z3ca8xfWDb1Voo-F9a7ZxJ",
refresh_token: "YOUR_REFRESH_TOKEN", //
3. Optionally you can add TeamDrives by adding following lines (its already there in the script)
"roots": [
{
"id": "root", // My Drive
"name": "Root Drive",
"user": "",
"pass": "",
"protect_file_link": false
},
{
"id": "8yg3fo8gwyYOW8Y", // TeamDrive ID 1
"name": "Drive 1", // Name
"protect_file_link": false
},
{
"id": "8yg3fotf5gsgOW8Y", // TeamDrive ID 2
"name": "Drive 2",
"protect_file_link": false
}
]
List View
