onestyle
Explore posts from serversNNovu
•Created by onestyle on 4/13/2024 in #🚀│general
Use novu on edge`
I ended up making my own simple client using fetch (turning the curl requests in the workflow to fetch based requests 😄 )
3 replies
NNovu
•Created by onestyle on 4/6/2024 in #💬│support
User authorization for react component
User Id could be leak in some way or another, I don't think allowing anyone to openly request any users' notification without any kind of authz
10 replies
CDCloudflare Developers
•Created by onestyle on 3/10/2024 in #general-help
How to get images from R2 to CF images
I'm trynna delete the images from R2 because of the storage cost, I'll be storing a large number of images every month, so I wanna keep a version of the images on CF images for delivery and keep the original copy on AWS archive (1tb is ~$1). So images should be on R2 for 1 month then deleted from R2, in this case I need an easy and cheap way to deliver these images to clients.
6 replies
CDCloudflare Developers
•Created by onestyle on 3/10/2024 in #general-help
How to get images from R2 to CF images
In my case R2 is only a temporary storage and eventually will delete images from R2 and keep the original images on AWS deep archive.
I'm using R2 as my first distention because of the low egress, these images will need to be transferred to multiple destinations.
I understand that CF images have a hard limit if 10mb that's why I'm asking if there is any way I can resize these images to be under 10mb so I can move them to CF images.
6 replies
CDCloudflare Developers
•Created by onestyle on 3/6/2024 in #general-help
Can I use CF CDN to cache my images in CF images
Do u know any resources on setting this up? I'm trying to reduce my image delivery cost
4 replies
CDCloudflare Developers
•Created by onestyle on 1/20/2024 in #general-help
what is stream service actual pricing?
Thank you got it, and is there a way to control the downloadable video quality?
I uploaded a 700mb video and downloaded a 170mb video with a very low quality (dimension still 1080)
5 replies
CDCloudflare Developers
•Created by onestyle on 1/20/2024 in #general-help
what is stream service actual pricing?
Does download count as 1 full view?
5 replies
CDCloudflare Developers
•Created by onestyle on 1/20/2024 in #general-help
what is stream service actual pricing?
1080 is the highest video upload resolution right?
5 replies
CDCloudflare Developers
•Created by onestyle on 1/20/2024 in #general-help
what is stream service actual pricing?
Thank you for sharing this, I believe that should be included in the pricing page...
5 replies
TTCTheo's Typesafe Cult
•Created by onestyle on 11/14/2023 in #questions
Why am I seeing the neon db requests on the client side??
It's an issue of my understanding of nextjs server/client components structure
4 replies
CDCloudflare Developers
•Created by onestyle on 10/1/2023 in #general-help
R2 temporary token for a bucket
Got it thank you!
5 replies
CDCloudflare Developers
•Created by onestyle on 10/1/2023 in #general-help
R2 temporary token for a bucket
Signed URLs is per file concept, I may want to let me user upload 5,000 files at once, with presigned url I'll need to generate 5,000 signed URLs . Then for reading these files I will need to do the same.
Also what's the maximum presigned url expiration I can do with R2?
5 replies