-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NetlifyCMS for non Netlify hosting website. #2695
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’t 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’s 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. |
@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. |
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.
The text was updated successfully, but these errors were encountered: