somoni
somoni
CDCloudflare Developers
Created by somoni on 9/23/2024 in #workers-help
are there examples showing how to do authentication in a cloudflare worker ?
cloudflare also has analytics/logs and maybe many more things all in the free tier so its very tempting
4 replies
CDCloudflare Developers
Created by somoni on 9/23/2024 in #workers-help
are there examples showing how to do authentication in a cloudflare worker ?
hi @Radoš thank you for jumping on this. i am putting cloudflare rate-limit and protection in front of the api. i dont want client to directly call the go backend. hope that makes sense
4 replies
CDCloudflare Developers
Created by somoni on 9/19/2024 in #general-help
setting up dns and custom domain for deployed pages
great that works thank you ! i added two custom domains www.mydomain.com and mydomain.com do i need both ? and it is possible to add *.mydomain.com or thats not needed
7 replies
CDCloudflare Developers
Created by somoni on 9/19/2024 in #general-help
setting up dns and custom domain for deployed pages
do i need to add a records ???
7 replies
CDCloudflare Developers
Created by somoni on 9/19/2024 in #general-help
setting up dns and custom domain for deployed pages
oh !!! woow
7 replies
CDCloudflare Developers
Created by somoni on 6/17/2023 in #workers-help
is there an easier way to clean up all my pages deployments ?
Thank you so much ! .. its not the best but its better than what i have now
3 replies
CDCloudflare Developers
Created by somoni on 6/11/2023 in #workers-help
can you sue zod schema validation with clouflare workers in typescript ?
Thank you so much for clarifying that !!!!
3 replies
CDCloudflare Developers
Created by somoni on 5/31/2023 in #workers-help
is there an example i can use with websockets on cloudflare ?
can anyone help please ?
5 replies
CDCloudflare Developers
Created by somoni on 5/31/2023 in #workers-help
is there an example i can use with websockets on cloudflare ?
https://github.com/cloudflare/websocket-template/commits/main The last commit on this repo is from 2021 .. Meaning ages ago. Also the documented api seems very different.
5 replies
CDCloudflare Developers
Created by somoni on 5/31/2023 in #workers-help
is there an example i can use with websockets on cloudflare ?
Indeeed ... The only template i found so far is super old. I am not even sure if the api on the template is still supported
5 replies
CDCloudflare Developers
Created by somoni on 5/28/2023 in #workers-help
Please help. I am trying to import a typescript module in a worker in the same git repo.
Thanks for the suggestion !
7 replies
CDCloudflare Developers
Created by somoni on 5/28/2023 in #workers-help
Please help. I am trying to import a typescript module in a worker in the same git repo.
Hi @kynsonszetau . i swear i thought i did that .. and now works !!!
7 replies
CDCloudflare Developers
Created by somoni on 5/28/2023 in #workers-help
Please help. I am trying to import a typescript module in a worker in the same git repo.
I confirmed that if i am using a single ts file then my import works. However in this case i am trying to import a function that is defined in a separate file. What is the recomended way to be able to import any function exported from that shared module ?
7 replies
CDCloudflare Developers
Created by somoni on 5/27/2023 in #general-help
is there a simple example that shows how you can import a local ts/js project locally please ?
https://github.com/cehrig/cloudflare-workers-modules/blob/master/workers/package.json I am trying something like the above. Does that still works ?
2 replies