Strapi Provider Plugin
Learn how to configure Strapi Provider Plugin for use with Filebase.
What is Strapi?
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.
Special thanks to Alex Bakers for developing this plugin.
Read below to learn how to use Strapi Provider Plugin with Filebase.
1. Install the plugin using yarn
or npm
:
yarn
or npm
:yarn add strapi-provider-upload-ipfs-storage
npm install strapi-provider-upload-ipfs-storage --save
2. Edit the ./config/plugins.js
file to include the following code snippet:
./config/plugins.js
file to include the following code snippet:3. Edit the local .env
file to include the following information:
.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
Last updated