Replies: 2 comments
-
🆙 This. The widget does most of the heavy lifting. The CMS integration shouldn't have a lot of code to it. See https://github.com/netlify/netlify-cms/blob/0191f25c51ef66292c920a93078697643c8dd68b/packages/netlify-cms-media-library-cloudinary/src/index.js |
Beta Was this translation helpful? Give feedback.
-
I found the following open-source alternatives which need further investigation:
I'm not sure which of these are most viable, but I will try to investigate more properly soon. If there's any devs who have poked at the media adapter widget code and would like to comment on what is ideal / bad, that would be helpful 😸 |
Beta Was this translation helpful? Give feedback.
-
Hi, I've successfully integrated NetlifyCMS with Cloudinary and things went smoothly. Cloudinary provides its own upload widget that integrates nicely with NetlifyCMS, allowing me to log into my Cloudinary account and upload and insert media.
I'm wondering if there's an appetite for similar integration with self-hosted media, such as with Nextcloud or Owncloud. I assume what's needed is for one of these services to also have an 'upload widget' that could accept new file uploads and return URL strings to 'insert' into its respective page being edited.
Has anyone achieved results for this already and is willing to share? I also reached out to Nextcloud to see if something can be done: https://help.nextcloud.com/t/netlifycms-integration/127266
Beta Was this translation helpful? Give feedback.
All reactions