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

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

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

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 API

    • Books API

Enable ComicVine support

You need to provide one more env variable:

Enable Amazon s3 storage for covers

You need to provide:

  • AWS_ACCESS_KEY_ID: Create an amazon access key

  • AWS_SECRET_ACCESS_KEY: Then pass the secret key

  • COVERS_STORAGE_STRATEGY: Set this value to s3

Last updated