Built by

arro000

Category

Storage

Version

0.1.0

Last updated

Nov 24, 2022, 10:49:13 AM2 years ago

Medusa-plugin-filestorage-strapi

Store your images on your strapi server installation.

Available options (default configuration)

{
resolve: `medusa-plugin-filestorage-strapi`,
options: {
// The baseurl for your strapi server
strapiUri: process.env.STRAPI_URI || "http://localhost:1337",
// API KEY with upload routes permissions in strapi
strapiApiKey: process.env.STRAPI_API_KEY || "",
},
}

Build your own plugins

Develop your own plugins with our API to speed up your processes.

Make your plugin available via npm for it to be shared in our Plugin Library with the broader Medusa community.