-
I have a 11ty site that has it own hosting server. The repo and the CI is on github. Ideally I would just need to add sveltia to site. When I run on localhost, It can authenticate directly with my github user but when I deploy it, The admin page wants to look at https://api.netlify.com/auth?provider=github&site_id=mydomain.example.com&scope=repo which is a page not found. Is there a way to identify like on localhost or is it needed it have a netifly account just for this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Netlify is used by default for compatibility with Netlify/Decap CMS. If you don’t (want to) have a Netlify account, you can use another OAuth client. As mentioned in the README, we actually have our own, so you can give it a try! Once you’ve set it up, you’ll be able to sign in with GitHub remotely 🙂 |
Beta Was this translation helpful? Give feedback.
Netlify is used by default for compatibility with Netlify/Decap CMS. If you don’t (want to) have a Netlify account, you can use another OAuth client. As mentioned in the README, we actually have our own, so you can give it a try! Once you’ve set it up, you’ll be able to sign in with GitHub remotely 🙂