-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate a long term solution for media hosting #21
Comments
Mostly it was hosted on Amazon S3 with CloudFront but it was not free but cheap are we strictly looking for free alternatives...? |
So I've looked for some options and here's what we have.
1st option is the most simple and easy to get along with. I also doubt we'd run into 1GB limit anytime soon. 2nd might be better if we are concerned about storage or want to avoid hitting storage limit in the future. Git LFS has a separate 2GB space in addition to the 1GB limit IINM. 3rd and 4th options have obvious flaws. It'll work fine until, one day, it won't. put.re also doesn't let us control our content. 5th option is also feasible and doesn't seem to have any storage limits but we'd lose the advantages of putting files in git and git's decentralized nature. Who'll control the account where images are stored? What if he goes AWOL? Archive.org is also somewhat slow in India. 6th option is obviously not very attractive although it does offer the advantage of potentially censorship resistant hosting. I don't think it's worth the effort though. We should decide between options 1, 2, and 5. |
@rajatdhoot123 yes. Hosting it on Amazon S3 would be simplest, even a CDN like Cloudfront might not be needed. But that'd require registering credit card, and for obvious reasons, we're not yet at that stage. We'd like to exhaust free options first. |
@onedotfour do check this out: https://uploadcare.com/ Also works with Netlify CMS |
The Firebase Spark plan is free, doesn't require CC. You get 5 GB storage with 1 GB/day download. Also this repo for more free services that might be of use. |
Hey @shaswatsaxena thanks for taking the time, to chime in. Unfortunately, we're trying to avoid Google family of products at the moment. However, we'd probably consider it in the future |
|
We need our Image / Video / GIFs to be available when hosted on the cloud.
Ideally, we'd keep the images in our GitHub repo as well.
Requirements
Card link: https://github.com/indiainvestments/indiainvestments.github.io/projects/5#card-54533677
The text was updated successfully, but these errors were encountered: