1.0.10 • Published 1 year ago

provider-upload-filerobot v1.0.10

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Strapi v4 upload provider for Filerobot by Scaleflex

Pre-requisite

The Filerobot Upload Provider should be installed after the Filerobot 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:

npm.io

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

npm.io

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

npm.io

1.0.10

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago