🚀 New Release: Strapi AI Translations! Learn more

Strapi plugin logo for Filerobot by Scaleflex

Filerobot by Scaleflex

Filerobot Upload provider for Strapi v4

Strapi upload provider for Scaleflex DAM

Pre-requisite

The Scaleflex DAM Upload Provider should be installed after the Scaleflex DAM Plugin for Strapi. Otherwise media will just get uploaded to the local server.

Install

npm install provider-upload-filerobot

(Use npm install provider-upload-filerobot --legacy-peer-depsif you need to)

After you install the upload provider

Config

In config/plugins.js

module.exports = {
    // ...
    'upload': {
        config: {
            provider: 'provider-upload-filerobot',
            providerOptions: {},
        },
    },
};

Run

yarn build

yarn start

Usage

Now when you upload stuff to Strapi's Media Library, the images will end up with a Filerobot URL:

On top of that, if you have a content type which contains a Media field, like for example below:

The media that you'll add/upload into the content-post will also end up with a Filerobot URL:

Install now

npm install provider-upload-filerobot

STATS

No GitHub star yet6 weekly downloads

Last updated

13 days ago

Strapi Version

Unavailable

Author

github profile image for Scaleflex
Scaleflex

Related plugin

Upload

Useful links

Create your own plugin

Check out the available plugin resources that will help you to develop your plugin or provider and get it listed on the marketplace.