Configurator
Generate configurator for your index.

Environment

Configure your environment variables

Load your service account JSON file to get the base64 encoded string.

Secret encryption key to protect sensitive data.

Will be used if you set the index to private.

The domain for the site, without the protocol.
Needed if you deploy outside of Vercel.

API Configuration

Configure how your index backend works

Enable public cache for the index.

Return stale data before requesting fresh data.

How long should the cache in browser last.

How long should the cache in server last.

Google Drive folder ID to be used as the root folder.

Google Drive Shared Drive ID.

Number of items to show before pagination.

Number of search results to show.

Will be used as the banner if found in the folder.

Will be used to protect the folder.

Will be used as the description if found in the folder.

.password
.readme.md
.banner
.banner.jpg
.banner.png
.banner.webp
Click to remove hidden file
Banner file is hidden
Password file is hidden
Readme file is hidden

Click the badge to add special files to the hidden files list.

Serve thumbnail through API route to avoid CORS issue.

Maximum file size to be previewed in the browser in MB. Larger file won't be previewed.
Will count towards the deployment bandwidth usage. Set to 0 to disable the limit

Maximum file size that can be downloaded via API route. Larger file will be using GDrive link.
Will count towards the deployment bandwidth usage. Set to 0 to disable the limit

Allow download for file inside protected folder.

Duration for temporary token in hours. Token will be used for protected folder download.

Site Configuration

Configure how your site looks and behaves

Enable to require a password to access the site. Make sure to set a password in the environment section.

Show internal menu on the navbar.

Site name for meta and navbar.

Template for the site name. %t for site name and %s for page title.

Page Title Goes Here - next-gdrive-index

Site description to be displayed on the metadata.

Site author to be displayed on the metadata, and used for the footer.

X (Twitter) handle to be used on the metadata, and for the footer.

Robots meta tag for search engine. Learn more

Maximum number of breadcrumbs item before it's truncated.

Duration in milliseconds for the toaster to be displayed.

Position of the toaster.

No extra navbar items, add one to show extra links on the navbar!
No support items, add one to show supports link on the navbar!

Text to be displayed on the footer. Markdown supported

Text to be displayed on the footer. Markdown supported

Powered by next-gdrive-index v2.4.2
Made with ❤️ by mbaharip