Skip to content
This repository has been archived by the owner on Aug 17, 2020. It is now read-only.

Asset Uploads #4

Open
5 tasks
alexfinnarn opened this issue Jul 10, 2020 · 1 comment
Open
5 tasks

Asset Uploads #4

alexfinnarn opened this issue Jul 10, 2020 · 1 comment

Comments

@alexfinnarn
Copy link
Contributor

Users can upload assets to the Strapi server, but they get blown away when the container gets blown away. Fine for testing but obviously not for production.

  • Install Strapi's upload provider plugin for the storage service of choice
  • Configure media library to support uploads, restrict file size and types
  • Make sure assets remain visible on frontend after a week
  • Create issues for and test blur up technique to load images
  • Test that media loads correctly in Sharepoint widget
@alexfinnarn
Copy link
Contributor Author

https://github.com/strapi/strapi/tree/master/packages/strapi-provider-upload-cloudinary

That provider will be the one I try. I'm using a free Heroku dyno now but can move this elsewhere if it's also free or okay to take up some $$ for resources.

Also https://github.com/cloudinary/cloudinary-react seems to be a great way to integrated images on the frontend.

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

No branches or pull requests

1 participant