Recipe: Keystatic + Astro on Cloudflare Workers #1513
terrabitz
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all! I recently went through the process of setting up Keystatic on my Astro site deployed to Cloudflare Workers. I figured I'd document the process in a short tutorial to help anyone else looking to setup a similar stack
https://<app-name>.<account-name>.workers.dev/api/keystatic/github/oauth/callbackDone! Now you should be able to access Keystatic at
https://<app-name>.<account-name>.workers.dev/keystaticI originally thought this would be harder, but it was really all quite plug-n-play. The only real thing I needed to do was figure out env var management in Cloudflare, which the
wrangler secret bulkcommand makes pretty easy.Example setup: https://github.com/terrabitz/keystatic-astro-cloudflare-demo
Beta Was this translation helpful? Give feedback.
All reactions