dsds10
Explore posts from serversCDCloudflare Developers
•Created by dsds10 on 4/9/2025 in #workers-help
Deploy to Cloudflare produces invalid wrangler.json configuration
anyone? I also noticed it replaces other parts, e.g. what I defined in
assets.directory
– everything string based, this is breaking most of the time, which makes the deploy button effectively useless :/2 replies
CDCloudflare Developers
•Created by thedelanyo on 4/9/2025 in #workers-help
Pocketbase on CF Workers
you may check out https://github.com/bknd-io/bknd, it has similar features and can run fully within cloudflare (including D1 and R2)
7 replies
CDCloudflare Developers
•Created by dsds10 on 8/7/2024 in #workers-for-platforms
I'm confused a bit, is "cloudflare for
got it, thank you! 🙂
8 replies
CDCloudflare Developers
•Created by dsds10 on 8/7/2024 in #workers-for-platforms
I'm confused a bit, is "cloudflare for
@Chaika one last thing: Is there anyway to offer customers to route their main domain to my service? They might require to set an
A
record. As of https://developers.cloudflare.com/cloudflare-for-platforms/cloudflare-for-saas/start/advanced-settings/apex-proxying/ I would need to contact CF in order to obtain IPs. Is this an enterprise feature?8 replies
CDCloudflare Developers
•Created by dsds10 on 8/7/2024 in #workers-for-platforms
I'm confused a bit, is "cloudflare for
Makes sense, thank you for the clarification 😉
8 replies
CDCloudflare Developers
•Created by dsds10 on 8/7/2024 in #workers-for-platforms
I'm confused a bit, is "cloudflare for
@Chaika ahh now I understand, wasn't aware that Worker Routes see the actual url. That makes sense, but only the
*/*
variant works, the other one suggests to set Worker: None
– how is CF then supposed to know where to route to? It says "only routes custom hostname traffic to the Worker", but what Worker? It is set to "none", and the fallback origin is using 100::
8 replies