Enable features
Allow Google Sign In method
You need to provide one more env variable:
GOOGLE_CLIENT_ID
: Create a new OAuth 2.0 Client IDs in the google cloud console.
Enable Google Drive support
Let you add books and datasources from google drive
You need to provide two more env variables
GOOGLE_CLIENT_ID
: You can use the same as for google sign in.GOOGLE_API_KEY
: You need to create a new API Keys credential in the google cloud console and enable the following APIs:Google Picker API
Enable Dropbox support
Let you add books and datasources from dropbox
You need to provide one more env variable:
DROPBOX_CLIENT_ID
: Create a new OAuth 2.0 Client IDs in the dropbox cloud console.
Enable Google Book Metadata
Will use google book API to enrich metadata
To be able to enrich your metadata with google book, you need to provide:
GOOGLE_API_KEY
: You need to create or update the API Keys credential in the google cloud console and enable the following APIBooks API
Enable ComicVine support
Will use comic vine API to enrich metadata
You need to provide one more env variable:
COMICVINE_API_KEY
: Create a new API key at https://comicvine.gamespot.com/api/
Enable Amazon s3 storage for covers
Let you store and retrieve covers from s3 rather than file system.
You need to provide:
AWS_ACCESS_KEY_ID
: Create an amazon access keyAWS_SECRET_ACCESS_KEY
: Then pass the secret keyCOVERS_STORAGE_STRATEGY
: Set this value tos3
Last updated