"Self hosted" and "serverless Cloudflare" each have their attractions, but they are contradicting terms, unless I'm confused.
Show HN: Self-hosted CMS on serverless Cloudflare
61–70 of 94 posts
Re: Show HN: Self-hosted CMS on serverless Cloudflare
#62"Self hosted" and "serverless Cloudflare" each have their attractions, but they are contradicting terms, unless I'm confused.
Running it on cloudflare by provisioning it yourself instead of using something dedicated like wordpress or contentful.
Re: Show HN: Self-hosted CMS on serverless Cloudflare
#63Earlier quoted context omitted.
Running it on cloudflare by provisioning it yourself instead of using something dedicated like wordpress or contentful.
This still makes no sense at all. Self hosting means running a program on your own machine instead of on a cloud platform such as cloudfalre.
Seems yes for rented servers like hetzner but gets more heated when it's about "serverless"
Re: Show HN: Self-hosted CMS on serverless Cloudflare
#64This isn't directly related to the post, but it's a CMS related question: does anybody know of a simple "static file" CMS that also lets you deploy server side javascript functions? It's a weird use case, so I suspect there may not be. I've solved it by using a static site generator and a nginx reverse proxy to a node server - but it's a lot of complexity for my use case (using stripe to sell stuff, but stripe checko…
Re: Show HN: Self-hosted CMS on serverless Cloudflare
#65This isn't directly related to the post, but it's a CMS related question: does anybody know of a simple "static file" CMS that also lets you deploy server side javascript functions? It's a weird use case, so I suspect there may not be. I've solved it by using a static site generator and a nginx reverse proxy to a node server - but it's a lot of complexity for my use case (using stripe to sell stuff, but stripe checko…
Netlify? Edge functions and functions may be what you're after https://www.netlify.com/products/#netlify-edge-functions
Re: Show HN: Self-hosted CMS on serverless Cloudflare
#66This isn't directly related to the post, but it's a CMS related question: does anybody know of a simple "static file" CMS that also lets you deploy server side javascript functions? It's a weird use case, so I suspect there may not be. I've solved it by using a static site generator and a nginx reverse proxy to a node server - but it's a lot of complexity for my use case (using stripe to sell stuff, but stripe checko…
Re: Show HN: Self-hosted CMS on serverless Cloudflare
#67Earlier quoted context omitted.
Netlify? Edge functions and functions may be what you're after https://www.netlify.com/products/#netlify-edge-functions
Oh very cool! Yeah, Netlify Edge functions are pretty much exactly what I'm after... except I was hoping for something self-hosted.
Re: Show HN: Self-hosted CMS on serverless Cloudflare
#68"Self hosted" and "serverless Cloudflare" each have their attractions, but they are contradicting terms, unless I'm confused.
Re: Show HN: Self-hosted CMS on serverless Cloudflare
#69Earlier quoted context omitted.
Running it on cloudflare by provisioning it yourself instead of using something dedicated like wordpress or contentful.
This still makes no sense at all. Self hosting means running a program on your own machine instead of on a cloud platform such as cloudfalre.
Re: Show HN: Self-hosted CMS on serverless Cloudflare
#70Earlier quoted context omitted.
Cloudflare's free tiers are hard-free; they stop working if you exceed the free tier usage (at least for compute; storage is different). Pages is essentially totally free. R2 is within the same pricing magnitude as S3. D1 is a very new product and afaik is still in beta and doesn't have production pricing yet; so be weary there. Zero Trust is less usage and more per-user, I think $7/mo/user.
Thanks! That's very helpful and sounds unlikely to get out of control (short of hosting a wildly popular video)