Skip to content

Features

tks18 edited this page Dec 2, 2020 · 4 revisions

Features of My Gindex:

Over killed version of Google drive index available right now on internet. It is a serverless Google Drive directory indexing program that can be deployed on Cloudflare Workers and backend deployed on heroku. It can list Google Drive files in the form of a directory and can be downloaded through a straight chain. Since traffic is transferred through Cloudflare, it can be used freely even in a restricted network environment. This tutorial explains the deployment process of google drive ultimate index using a custom API, which is theoretically safer and faster to download. With backend integration and automated OTP generation it is now more safer and you get a seamless experience with knowledge of users. We can list out as Below:

  1. This GIndex is Not Like Basic GIndex which Depends on Basic Auth Headers to Authenticate the Users. Rather this has its Own Backend Through Which Users will be Authenticated.

  2. Automated Email Verification with OTP.

  3. Uses Custom Video Player - Plyr to Stream Videos.

  4. Uses Custom Audio Player - Plyr.

  5. Complete Dark theme.

  6. User Role Based Authentication.

  7. No Public can Access Site's Content Without Logging in.

  8. Uses JWT to Verify User's Login on Each Route.

  9. JWT is Valid for a Week. After Expiry the User will get Automatically Logged out.

  10. Also User's JWT Token is Stored in LocalStorage as AES 256 Encrypted Key . This will be Decrypted on Demand. So that No One Can Access the User Details even if they have the Key.

  11. Fully Material Redesign of all Pages. (Under Progress).

  12. Has 3 Roles - User, Admins, SuperadminsUsers * User - Can Only View Content. * Admins - Can Accept Users based on their Request * Superadmins - Can Accept Admin Requests.

  13. Uses MongoDB for User Database.

  14. Full Access Control of Backend from Frontend Based on User's Role.

How it works ?

Integration of cloudflare workers and heroku backend makes complete package, Frontend is hosted on cloudflare workers and backend is hosted on heroku.

Go Back
Go to Next Page