✨ We just launched Fimo.ai - an AI Website Builder to create websites in minutes - Try it now

Strapi plugin logo for Cloudimage

Cloudimage

The easiest way to resize, compress, optimize and distribute your images lightning fast to your users on any device via CDN.

thumbnail for Cloudimage

Cloudimage plugin from Scaleflex for Strapi

Install

npm install @cloudimage-strapi/content-plugin

Config

config/server.js

Append url: 'domain (including the http/https:// part)'

Eg: if you website is called mywebsite.com, then write like this:

module.exports = ({ env }) => ({
  host: env('HOST', '0.0.0.0'),
  port: env.int('PORT', 1337),
  app: {
    keys: env.array('APP_KEYS'),
  },
  url: 'https://www.mywebsite.com',
});

It’s very important that you don’t forget to do this

Configure

  • You can enter either token or domain.
  • Whether your Cloudimage token is v7 or not, it will be auto-detected and set.

If you enter nothing or an invalid token, you will get this error.

In the rare case that we can’t auto-detect whether token is v7 or not, you will get the option to manually set it.

What the plugin brings

  1. This plugin simply gives client an interface to save the configuration settings.
  2. It also allows clients to Optimize (resize and accelerate) all previous images:

  • It will NOT Optimize (resize and accelerate) images that are already hosted on Scaleflex DAM
  • It will only sync images, no other media like video or audio.

Install now

npm install @cloudimage-strapi/content-plugin

STATS

No GitHub star yet4 weekly downloads

Last updated

56 days ago

Strapi Version

5.33.0 and above

Author

github profile image for Scaleflex
Scaleflex

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.