Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Setup Cloudinary storage provider #3

Open
1 task
JadeMaveric opened this issue Jul 22, 2020 · 2 comments
Open
1 task

Setup Cloudinary storage provider #3

JadeMaveric opened this issue Jul 22, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@JadeMaveric
Copy link
Member

JadeMaveric commented Jul 22, 2020

We're currently using local storage as our storage provider. This works fine on local builds. But local storage is volatile on heroku.
Strapi does allow for alternate storage providers
Cloudinary is one such provider, that has quite a generous free tier. Using it requires the following npm modules

  • Switch storage provider to cloudinary. (use your own auth keys for now, I'll switch them to mine once the PR is verified)
@JadeMaveric JadeMaveric added the enhancement New feature or request label Jul 22, 2020
@NeilBotelho
Copy link
Member

Cloudinary seems like its just for image and video upload is that what we want?

@vipulchodankar
Copy link
Member

vipulchodankar commented Jul 22, 2020

We'll primarily deal with images and PDFs for courses, notices, announcements etc.

We could also put videos I guess, but it might be easier to put that up as an unlisted video on YouTube or something.

Secondarily, we could use it for profile pictures, not a priority though I suppose.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants