Strapi Provider Plugin
Learn how to configure Strapi Provider Plugin for use with Filebase.
Last updated
Was this helpful?
Learn how to configure Strapi Provider Plugin for use with Filebase.
Last updated
Was this helpful?
Strapi is an open-source content management service (CMS) built using JavaScript. The Strapi Provider Plugin is a custom plugin that has been developed to use Filebase with Strapi.
Read below to learn how to use Strapi Provider Plugin with Filebase.
yarn
or npm
:yarn add strapi-provider-upload-ipfs-storage
npm install strapi-provider-upload-ipfs-storage --save
./config/plugins.js
file to include the following code snippet:.env
file to include the following information:Replace the following values to reflect your configuration:
FILEBASE_KEY: Filebase Access Key
FILEBASE_SECRET: Filebase Secret Key
FILEBASE_BUCKET: Filebase Bucket Name