Skip to content

Latest commit

 

History

History
63 lines (57 loc) · 3.66 KB

README.md

File metadata and controls

63 lines (57 loc) · 3.66 KB

Preview

Google Drive Index + Dark mode

Open Source Love GitHub last commit GitHub repo size Generic badge

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

This theme's goindex is currently based on yanzai/goindex

Features

  • Video Player - | mp4 | webm | avi | mpg | mpeg | mkv | rm | rmvb | mov | wmv | asf | ts | flv
  • Music Player - | mp3 | flac | wav | ogg | m4a
  • Document Viewer - | html | php | css | go | java | js | json | txt | sh | md | pdf
  • Image Viewer - | bmp | jpg | jpeg | png | gif
  • Multi-level Search within default and team/shared drives
  • Multi drive encryption
  • Mobile Friendly
  • Page-level caching, browser forward and backward without reloading
  • Dark Theme
  • Main Color:
    • red | pink | purple | deep-purple | indigo | blue | light-blue | cyan | teal | green | light-green | lime yellow | amber orange | deep-orange | brown | greyblue-grey
  • Accent Color:
    • red | pink | purple | deep-purple | indigo | blue | light-blue | cyan | teal | green | light-green | lime | yellow | amber | orange | deep-orange

Use your own credentials and data

Extra Options

const uiConfig = {
  .......
  "hide_madewithlove": false, // Set this to true if you want to hide made-with-love text at the bottom of the page.
  "helpURL": "", // Provide the URL of the help page(instructions for using the index). Leave this empty if you want to hide the help icon. Providing a URL will open the help page in a new tab. (You can use telegra.ph to write instructions)
  .......
};

Credits