nodebb-plugin-cloudstorage

Cloud storage plugin (Cloudinary, ImageKit, AWS S3) for NodeBB

Usage no npm install needed!

<script type="module">
  import nodebbPluginCloudstorage from 'https://cdn.skypack.dev/nodebb-plugin-cloudstorage';
</script>

README

Cloud storage plugin for NodeBB (Cloudinary, ImageKit, AWS S3 +CloudFront)


Adds Cloudinary, ImageKit, and AWS S3 support for image storage/hosting.

Installation

  1. Can be installed via the NodeBB plugins page.

Or in the case you want to contribute to the project, you can git clone/npm install it into your node_modules directory following the directions here: https://docs.nodebb.org/configuring/plugins/

  1. NPM Install:

    npm install nodebb-plugin-cloudstorage
    
  2. Or clone the repo:

    git clone https://github.com/june07/nodebb-plugin-cloudstorage.git