Netlify-cms: NetlifyCMS for non Netlify hosting website.

Created on 23 Sep 2019  路  8Comments  路  Source: netlify/netlify-cms

How to use NetlifyCMS with a web site on AWS S3? In NetlifyCMS docs all the examples are for the site on Netlify. How about S3, what are the steps of setting the identity, etc? Google search doesn't give any specifics...
Regards,
Victor.

discussion question

Most helpful comment

While not being a complete tutorial I think one can use this repo as a reference.

The interesting bits are:

All 8 comments

The short answer is "its complicated". Netlify CMS works wherever you want it to, you just need to write your own code to connect to the services you prefer. Netlify is used because its super easy, anything else I would consider an advanced use case (Eg. a preference to use S3). I'm also coming up dry for Netlify CMS/S3 tutorials on Google.

I'm trying to get NetlifyCMS working with Amplify.

I was under the impression that it wouldn't be hard to get NetlifyCMS working with other hosting providers.

A little disappointing, as I was really keen to work with NetlifyCMS.

While not being a complete tutorial I think one can use this repo as a reference.

The interesting bits are:

Closing this. Please re-open if you have anymore questions

I came across this issue while looking for hosting Netlify CMS on AWS rather than Netlify. I realized there weren鈥檛 many tutorials or examples to do that. In case others land on this issue and are wondering the same as me, I wrote a series of blog posts about this during my internship at Pulumi. Please checkout this post. It鈥檚 part two of a 2-part series and specifically shows deploying a server that can do the OAuth authorization flow with GitHub etc.

This is great thanks. Very important resource we were missing.
I assume you're good with this PR https://github.com/netlify/netlify-cms/pull/4319/files (asking since it's not from your GitHub profile while still coming from a pulumi employee).

@erezrokah glad to hear it! I opened the PR on @zephyrz73's behalf just so I can respond to any PR comments not knowing the turnaround time for PR reviews for examples. :)

@erezrokah Yeah, @praneetloke will help me out about the rest of the work needed for submitting my code as part of https://www.netlifycms.org/docs/examples/ because of the sad fact that tomorrow will be the end of my internship. @praneetloke is my mentor for the internship and helped me a lot during development.

Was this page helpful?
0 / 5 - 0 ratings