All Projects → LeeluPradhan → G Index

LeeluPradhan / G Index

Licence: mit
Google Drive Directory Index Running on CloudFlare Workers [Search + DarkMode] [ENGLISH]

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to G Index

KotlinProject
This repo help for all developer who want to learn android or want to work on advance feature of android. This repo created with help of @awesomeui, @materialdesign and android latest feature. this repo contain major feature like : @awesome UI, @Material design, @firebase (auth, realtime database, firestore, push notification), @database (Room d…
Stars: ✭ 40 (-73.68%)
Mutual labels:  dark-theme, google-drive
Pihole Dark
A Dark theme for the pihole admin page.
Stars: ✭ 149 (-1.97%)
Mutual labels:  dark-theme
Next Dark Mode
🌑 Enable dark mode for Next.js apps
Stars: ✭ 133 (-12.5%)
Mutual labels:  dark-theme
Ultimate Java Resources
Java programming. All in one Java Resource for learning. Updated every day and up to date. All Algorithms and DS along with Development in Java. Beginner to Advanced. Join the Discord link.
Stars: ✭ 143 (-5.92%)
Mutual labels:  search-algorithm
Ytdlrc
☁️ Downloads videos and metadata with youtube-dl and moves each file on completion to an rclone remote
Stars: ✭ 140 (-7.89%)
Mutual labels:  google-drive
Gindex V4
A Vue Js Based G Index with Improved Dark Mode, Search and Video Player
Stars: ✭ 143 (-5.92%)
Mutual labels:  google-drive
Zsh
🧛🏻‍♂️ Dark theme for ZSH
Stars: ✭ 135 (-11.18%)
Mutual labels:  dark-theme
Moonshot
A SpaceX companion app for Android
Stars: ✭ 150 (-1.32%)
Mutual labels:  dark-theme
Slack Black Theme
A darker, more contrasty, Slack theme.
Stars: ✭ 1,782 (+1072.37%)
Mutual labels:  dark-theme
Ghidra Dark
Dark theme installer for Ghidra
Stars: ✭ 143 (-5.92%)
Mutual labels:  dark-theme
Tmux
🧛🏻‍♂️ Dark theme for tmux
Stars: ✭ 138 (-9.21%)
Mutual labels:  dark-theme
Magneto Python Aria
Fork of staging-4.0-mega branch of https://github.com/lzzy12/python-aria-mirror-bot
Stars: ✭ 141 (-7.24%)
Mutual labels:  google-drive
Gatsby Starter Delog
A blog for designers and developer, built with Gatsby and Netlfiy CMS. Live demo https://delog-w3layouts.netlify.com/
Stars: ✭ 145 (-4.61%)
Mutual labels:  dark-theme
Bhadoo Cloud
Directly Upload to Google Drive from Torrent or URLs
Stars: ✭ 136 (-10.53%)
Mutual labels:  google-drive
Google Drive Torrent
Download torrents to your Google Drive fast and direct
Stars: ✭ 149 (-1.97%)
Mutual labels:  google-drive
Gdcp
scp like tool to interact with Google Drive from the command-line
Stars: ✭ 136 (-10.53%)
Mutual labels:  google-drive
Lukin Vscode Theme
🎨 Lukin Theme for VS Code
Stars: ✭ 142 (-6.58%)
Mutual labels:  dark-theme
Discord Bot List
Just another botlist for discord
Stars: ✭ 143 (-5.92%)
Mutual labels:  dark-theme
Emacs4cl
A 40 line ~/.emacs to quickly set up vanilla Emacs for Common Lisp programming
Stars: ✭ 151 (-0.66%)
Mutual labels:  dark-theme
Drive Utils
Google Drive API utility functions.
Stars: ✭ 149 (-1.97%)
Mutual labels:  google-drive

LOGO


PREVIEW

Google Drive Index + Guide + Team Drive Maker [If you have G-suite Account]

Full Guide to Deploy:

GUIDE

SAMPLE

https://g-d.rive.workers.dev/

Search Implemented

  • Features
    • ENGLISH LANGUAGE

    • 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 drive encryption
    • Mobile Friendly
    • Multi-level Search within the team drive
    • 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
      • darkmode: true/false

How to use?

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/LeeluPradhan/Search/ and fill in root and refresh_token
6.Deploy the code to Cloudflare Workers

Want to host to your repository?

  1. Simply fork this or
  2. Download this repo and upload files as per your choice
  3. Use https://www.jsdelivr.com/?docs=gh to use your own app.js and change path accordingly in index.js
  4. Copy your completed index.js to Cloudflare Workers
  5. Enjoy :)

Credits

https://github.com/yanzai/goindex

Protect links

If you want main links to be protected and share direct links without password then use code from branch 2.0

Team Drive Maker

TD Maker

Get Required Data from

Note: You must have permissions to create shared drive in your account. This doesn't work with GMAIL Accounts, Required Gsuite Business+ Accounts. To check Open Google Drive and try to create Shared Drive first.

  • Open Google Cloud Console
  • After creating project or if you already have one.
  • Enable Drive API from Here
  • Click create credentials.
  • Select OAuth client ID.
  • Select Web application.
  • Give it a name. (anything for your own reference)
  • In Authorized JavaScript origins add https://developers.google.com
  • In Authorized redirect URIs add https://developers.google.com/oauthplayground
  • Save and note down your Client ID and Secret
  • Open Developers Playground
  • On Right Top Side click on Setting Icon Settings
  • Click on Use your own OAuth credentials.
  • Enter OAuth Client ID: and OAuth Client secret:
  • Now back to same page Developers Playground left side Step 1 i.e. Select & authorize APIs
  • Find Drive API v3
  • Select First Option i.e. https://www.googleapis.com/auth/drive (Required)
  • Click on Authorize API. and give permissions using your google account.
  • It will turn to Step 2 Exchange authorization code for tokens at the end of authentication.
  • Click on Exchange authorization code for tokens, if it goes to step 3, click on Step 2 yourself.
  • Select the option Auto-refresh the token before it expires.
  • Copy the refresh token and paste in maker.js along with your own Client ID and Secret, your own logo, icons etc as per your taste
  • Copy the Code and paste it into https://workers.cloudflare.com Site.

Credits:

https://github.com/ParveenBhadooOfficial/Create-Google-Shared-Drive

CMKB

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].