veeque
veeque
Explore posts from servers
CDCloudflare Developers
Created by veeque on 1/20/2025 in #workers-help
Defining RPC methods nicely
Plus, it'd be nice to use the myMethods example because I can just export its type for use wherever I service-bind
2 replies
CDCloudflare Developers
Created by veeque on 1/18/2025 in #workers-help
Can Worker Routes be used to host a separate backend on the same domain where the web app is hosted?
Ideally I'd like to handle all this with wrangler.toml files for each, rather than going through the UI
3 replies
CDCloudflare Developers
Created by veeque on 1/9/2025 in #workers-help
Is the Workers Build watch path based off the root directory?
Got it, ty
5 replies
CDCloudflare Developers
Created by veeque on 1/9/2025 in #workers-help
Is the Workers Build watch path based off the root directory?
I feel so dumb right now ahaha
5 replies
CDCloudflare Developers
Created by veeque on 12/29/2024 in #general-help
When Cloudflare mentions "GB" or "MB" do they mean the decimal or binary multiples?
No description
5 replies
CDCloudflare Developers
Created by veeque on 12/29/2024 in #general-help
When Cloudflare mentions "GB" or "MB" do they mean the decimal or binary multiples?
ty tho!
5 replies
CDCloudflare Developers
Created by veeque on 12/29/2024 in #general-help
When Cloudflare mentions "GB" or "MB" do they mean the decimal or binary multiples?
i know but it's often you see people say MB but mean MiB :‘)
5 replies
CDCloudflare Developers
Created by veeque on 11/25/2024 in #general-help
`Registrant State/Province` and `Registrant Country` not redacted
ok, sounds fair enough! thanks!
10 replies
CDCloudflare Developers
Created by veeque on 11/25/2024 in #general-help
`Registrant State/Province` and `Registrant Country` not redacted
thanks, i see. but would it be possible for me to not fill those fields in then? currently in the ui it is marked as a mandatory field
10 replies
CDCloudflare Developers
Created by tzador on 11/24/2024 in #pages-help
Support wildcard *.mycfapp.com subdomains for workers/pages apps
you can add *.mycfapp.com/* also add a CNAME DNS record pointing to your worker.dev/pages.dev URL (even if you disable it
3 replies
CDCloudflare Developers
Created by tzador on 11/24/2024 in #pages-help
Support wildcard *.mycfapp.com subdomains for workers/pages apps
Click on your worker/page > "Settings" in the menu that appears at the top > Add a route under "Domains & Routes"
3 replies
CDCloudflare Developers
Created by veeque on 10/31/2024 in #general-help
How to set up regional services?
or is this just "extra sprinkle" over what cf already does to make eu customers comply?
5 replies
CDCloudflare Developers
Created by veeque on 10/31/2024 in #general-help
How to set up regional services?
ah... i see. my question now becomes: if due to gdpr i have to keep data within the eu, if i'm not an enterprise user i cannot comply with gdpr?
5 replies
HHono
Created by veeque on 9/11/2024 in #help
How do I get rest params?
Found the solution: "/your/path/here/:rest{.+$}"
2 replies