Replies: 3 comments 4 replies
-
Hi @SChetwynd I try to get it up and running as well but have not find the time yet to finish it. However: Have you tried the following settings: backend:
name: git-gateway
branch: main
identity_url: "your url to your Go True"
gateway_url: "the URL to your Git Gateway"
site_domain: "your domain of your website" It should as far as I understand also work with the GitHub backend: https://www.staticcms.org/docs/github-backend. Please let me know how if it works. Best, Markus |
Beta Was this translation helpful? Give feedback.
-
Hi @SChetwynd Have you already seen this one? That is a documentation that has been created a while ago, I would like to bring it up to date. https://github.com/mnordhaus/netlify-cms-with-selfhosted-gotrue-and-git-gateway I hope that helps, and I hope that this discussion leads to a good documentation. I see a need for having the netlify products be forked and managed by other maintainers. Like @KaneFreeman did it for netlifycms. Maybe we can spark the fire here too? Best, Markus |
Beta Was this translation helpful? Give feedback.
-
@SChetwynd Hey, did you have any success on this topic? |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm trying to setup static-cms to use git-gateway without netlify, I've got a GoTrue Git-Gateway up an running, but I cannot find any documentation on how to link these to static-cms. The docs say:
But step to is simply to include:
When attempting to login with this set up I get this error:
And I see in the network tab the browser is attempting to access:
https://www.<My Blog>.co.uk/.netlify/identity/settings
(I've replaced the name of my website with<My Blog>
the url does not literally include<My Blog>
😄 ) which doesn't exist.I've also attempted this with the
backend
setup with working gitlab details, but with thename
set togit-gateway
but that gets the same result.I'm running a Hugo site, which has never been on netlify, and using gitlab as the git provider, not sure if that'll make and difference.
Any help would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions