makrdev
makrdev
Explore posts from servers
CDCloudflare Developers
Created by makrdev on 2/13/2025 in #workers-help
More than 100 custom domains
Hey everyone, I need to redirect over 100 custom domains to a single Cloudflare Worker. Each customer has a unique domain, but the logic remains the same, so I don’t want to manage multiple Workers. Is there a way to increase the current domain limit? Could another Cloudflare tool, like a load balancer, help route these domains to the same Worker? Are there any other possible workarounds?
3 replies
CCConvex Community
Created by makrdev on 10/9/2024 in #support-community
What’s the best way to connect Convex DB to external services?
Hey everyone, new fan here! 🍻 I’m trying to dive into Convex and figure out how to integrate it with our current workflow. Using Convex on the client side is pretty straightforward, but I’m struggling to understand how to connect to the database from external services, like a task engine running on Cloudflare Workers. Do we need to expose our queries or mutations using httpAction and build another layer for type safety? Thanks in advance for your help! 🤜
15 replies