Ask HN: Where do you host images for your blog or landing pages?
21–30 of 66 posts
Re: Ask HN: Where do you host images for your blog or landing pages?
#22Maybe recalibrate the suggestions based on the above. (Or the submitter can further clarify why hosting local image assets instead of using a CDN is not feasible in his particular case so the crowdsourced answers can be more productive to his goals.)
EDIT add: Sure, obvious technical answer may be applicable but some replies have a bit of condescension that doesn't seem appropriate and respectful of this person's tech background.
Re: Ask HN: Where do you host images for your blog or landing pages?
#23Re: Ask HN: Where do you host images for your blog or landing pages?
#24Re: Ask HN: Where do you host images for your blog or landing pages?
#25I don't know the current state of doing this, but it has been problematic in the past because they don't return the right content-type headers.
Re: Ask HN: Where do you host images for your blog or landing pages?
#26Re: Ask HN: Where do you host images for your blog or landing pages?
#27I guess I'm behind the times, but I just store them on the file system where I am serving the website from.
If one is worried about scale, it's pretty easy to throw them behind a CDN like Cloudflare or Bunny.net. They'll cache the static file for you so that your web server isn't always delivering it. I used to upload assets for apps to S3 to be served from there when I just started thinking that my CDN is going to be taking the vast majority of hits for static files so why should I be adding a step to my deploy process?
But at that point, why don't you just put your entire site into a CDN?
I would think a landing page / blog would be mostly static?
Re: Ask HN: Where do you host images for your blog or landing pages?
#28Re: Ask HN: Where do you host images for your blog or landing pages?
#29Re: Ask HN: Where do you host images for your blog or landing pages?
#30You can go surprisingly far with a $5/mo Digital Ocean droplet and the Cloudflare free tier. Just host your website the boring way, put CF in front of it and they will cache and serve all of your static content for free.
Turns that $5/month to less than $3/month for low traffic sites.