Anyone know of any npm libraries that work on CloudFlare Workers to edit images? I'm looking to specifically change colors (convert image to duo-tone). I looked through the CF Images product but that doesn't seem to allow the editing I need. A library like
sharp
sharp
would be great, but that doesn't seem to work as far as I can tell.
Hello everyone, I'm trying to create a discord bot using workers. but for some odd reason, when i try to save the endpoints url in discord developer portal, it throws me with an Invalid Form Body, and doesn't let me change the interactions endpoint.
I noticed a "Late Usage" charge on my current bill. I already paid the bill for the period of February 25 to March 24, so I'm not sure why I'm receiving another bill this month. Could anyone please clarify this for me?
To contact Cloudflare Support about an issue, please visit the Support Portal and fill in the form on the portal. After submission, you will receive confirmation over email.
Some issues, such as Account or Billing related issues, cannot be solved by the community. Any plan level (including Free plans) can open tickets for Account, Billing or Registrar ticket categories. Make sure to select the correct category to ensure it goes to the right place. For more information on the methods by which you can contact Support for your plan level, see Contacting Cloudflare Support - Cloudflare Docs
also I prefer not to re-open the existing ticket to avoid causing confusion for the support team. However, Cloudflare is not allowing me to submit new tickets, which leaves me feeling as though I'm being forced to pay random bills.
I want to try and make a application using CloudFlare. I can host the frontend app in Pages and Backend on Workers but I am trying to find a solution for Authentication.
These are my current choices:
Use a CloudFlare service for Auth if there is one (Couldn't find one) I need one with Sign in With Google, MFA, Sending Forget Email from Own Domain
Implement it using CloudFlare D1 + Worker but writing the code on my own like using the argon2 library and other libraries.
Please advise, I would ideally like to use a pre-built service from CloudFlare
hello group I have built cloudflare worker with hono. I would like to add authentication Bearer Auth with usage, for example user can hit only 100k/monthly endpoint. Whats the best way to do that? Should I go with KV or Durable objects to store API Keys + usage? Or is there better way to do that?
KV is eventually consistent and can only be written to the same key 1 time per second. DO is strongly consistent and can have hundreds to thousands of hits a second
Or something purely written on JS and not a wrapper on top of something like C++ which is basically what Argon2 is. Not sure what Bcrypt uses but that is what is used by Lucua Auth @Puliczek
Say I want to have a DO that polls an endpoint for new data. I then want to have a worker that allows the user to stream events using SSE, getting a new event every time the DO finds new data. What's the simplest way to connect those two things together? Do I need to have the worker consume a websocket from the DO in order to get updates?
I was looking on the Cloudflare api documentation and I couldn’t find what I was thinking of. When you view the dashboard and click on your worker and you can see the total amount of requests, errors sub requests etc, is it possible to get this info through a request? (Pls ping if you answer)
The GraphQL Analytics API provides data regarding HTTP requests passing through Cloudflare’s network, as well as data from specific products, such as …
A good amount of Cloudflare features are internal workers too: https://blog.cloudflare.com/building-cloudflare-on-cloudflare Like Zaraz, Cloudflare Challenges, Waiting Room, Image Resizing, Images, Mirage, Rocket Loader, etc. All Cloudflare Pages requests go through a worker too