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.
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.
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.
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.
%t
%s
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.
Text to be displayed on the footer. Markdown supportedClick to see templates
Powered by next-gdrive-index v2.4.2 Made with ❤️ by mbaharip