Ghost CMS using cloudflare worker & D1

anybody ever try ghost cms using cloudflare worker / page and D1?

Ghost isn’t designed for serverless, and that’s pretty much covered in Serverless Ghost

One extra limitation is that D1 is based on sqlite3, and Ghost doesn’t support sqlite3 in production as of 5.0.0

That being said, Ghost has some support for CF Pages, if you want to build a static site (Using Ghost as a headless CMS with JAMstack)

1 Like

thank you very much for the info :folded_hands: