Skip to main content
This is a add-on to the Umbraco source integration.
This package will automatically upload the Umbraco media to Cloudinary and ingest the Cloudinary url to Enterspeed instead of the Umbraco url. GitHub: Enterspeed Source Umbraco CMS Cloudinary

Installation

The fastest way to get up and running is to install the Enterspeed Umbraco Cloudinary integration with NuGet. NuGet: Enterspeed.Source.UmbracoCms.Cloudinary

Version support

Enterspeed.Source.UmbracoCms.CloudinaryEnterspeed.Source.UmbracoCms
V1V2.1.0 ≤ x < 4.0.0
V2V4.0.0 ≤ x < 4.3.0
V3V4.3.0 ≤ x < 5.0.0
V4V5.0.0 > x

Configuration

The only configuration specific to this add-on is the Cloudinary environment credentials. These can be configured in the appsettings.json file.
"Enterspeed": {
    ...
    "Cloudinary": {
      "CloudName": "", // Required
      "ApiKey": "", // Required
      "ApiSecret": "", // Required
      "AssetFolder": "" // Optional
    }
  }