Do you have sample code by any chance? or you know about any example on web (I'm asking cause i spent whole day staring at screen to find a solution to my problem)?
If some can run python script (the actual script that uploads stuff) then why on earth someone even need worker to make it happen? Then can use rclone directly from their computer
Hey all, I'm having a lot of trouble adding a custom hostname, as it seems every time I add the DNS entry, it changes to a different one when refreshing.
hmm... what specifically? like getting started with html? https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML/Getting_started There's a lot of guides on making your own website/etc. If you go with a static page, just html/css/js, you can then create a Github Repo and use Cloudflare Pages which can automagically update your website on each commit and has unlimited static asset requests
When I add the certificate validation TXT record, and hit Refresh on the top right there, the page thinks for a second, the name/value block goes away, and when I refresh the page, it shows a brand new value
Hmm, does that require a partial DNS/CNAME setup? Open to exploring the business plan (especially if it comes with more support for issues like these), but it seems like an expensive solution for something that seems like a bug
More so good resources to first learn how Cloudflare works? Like if I wanted to code some stuff where do I do it at? I feel like it’s a little busy with all the navigational references and things to modify. I just want to create a simple landing page first
Hi I have a question about subdomains of subdomains with the Free plan, I know that Cloudflare doesn't provide any SSL certificate for them but can I still proxy them (orange cloud) for other Cloudflare features and Cloudflare will forward the webserver's certificate ? or are just subdomains of subdomains completely excluded from all features and so must be grey-clouded ?
They must be grey-clouded but its because of the certificate. In order for any Cloudflare services on the HTTPS layer to work, we can't pass through the servers certificate, we have to use our own edge certificate that we have control of the private keys for
By the way its not strictly related to the Free zone plan, its a restriction when you don't purchase Advanced Certificate Manager, which is a $10/mo addon for all plan levels
I want to download a large file from r2 bucket via cloudflare worker, download starts but unlike google drive export links it doesn't support threading/part downloads in IDM