Note: This Project is Currently Not Maintained and not planning for any more updates, I am Working on Completely Revamped Project Which can be seen here - Zyndex Drive
Scan or Click to Join Support Group
We have a Detailed Project WiKi that Explains Everything in Detail and the Process to be Done to Deploy Everything and Also how to Develop in Local Environment - Here is the Wiki
You can Use Our CLI Tool to Deploy Your Backend With Ease.
- Open Cmd or Terminal as the Case maybe and Type the following
> npm i -g gindex-cli-tool
- After Installing the Package, Enter the Following to Initialize the Tool and Check for all the Pre-requisites
> gdployer init
- After Performing all the Checks it give a Success Output.
- Type in the Following to Login to Heroku Account from the CLI.
> heroku login
- Type in the Following to Start Deployment Process.
> gdployer deploy
- Follow the On-screen Instructions to Deploy the Backend.
- Enter a unique app name when Prompted. This will come before herokuapp.com,
Example: https://sample.herokuapp.com
- Click here for Help Related to All the Environment Variables that needs to be setted up..
First of all GD-Index stands for Google Drive Directory Index. It is a Serverless Google Drive directory indexing program. It can list Google Drive files in the form of a directory and can be downloaded through a straight chain. It Can be Your Personal Drive or Share Drive or a Folder or a Team Drive.
This GIndex is Based on Vue.js, a progressive framework for building user interfaces. Unlike other monolithic frameworks, Vue is designed from the ground up to be incrementally adoptable. The core library is focused on the view layer only, and is easy to pick up and integrate with other libraries or existing projects.
Any Issues / Help Regarding Setup, Feel free to Contact Through the telegram Group.
You can Visit the Releases folder in the Repo for All the Local Development Zips Including Frontend, Backend and CLI Tool to Develop Locally. Pull Requests are Welcomed Provided it is Worthy to Merge it.
Important - This Site Requires My GIndex Live Backend Server to be Running Otherwise the Site will Never Open.
Important - For Setting up of Backend. Visit my Wiki for Help in Setting Up.
- 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.
- Automated Email Verification with OTP.
- Uses Custom Video Player - Plyr to Stream Videos.
- Uses Custom Audio Player - Plyr
- Complete Dark theme.
- User Role Based Authentication.
- No Public can Access Site's Content Without Logging in.
- Uses JWT to Verify User's Login on Each Route.
- JWT is Valid for a Week. After Expiry the User will get Automatically Logged out.
- 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.
- Fully Material Redesign of all Pages. (Under Progress).
- Has 3 Roles - User, Admins, Superadmins
- Users - Can Only View Content.
- Admins - Can Accept Users based on their Request
- Superadmins - Can Accept Admin Requests.
- Uses MongoDB for User Database.
- Full Access Control of Backend from Frontend Based on User's Role.
6. Video Player - External Players
9. Admin - User Registration Page
Google Drive Index by Sudharshan TK is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.
Based on a work at https://github.com/tks18/gindex-v4