And then you index it on a peer-to-peer search engine
Making a Simple Self-Hosted Photo Gallery With IPFS
Submitted 1 year ago by rglullis@communick.news to selfhosted@lemmy.world
https://medium.com/kelp-digital/making-a-simple-self-hosted-photo-gallery-with-ipfs-729df6a5dff8
Valmond@lemmy.mindoki.com 1 year ago
IPFS builds on the idea that people will share your data benevolent right?
Any idea how much space there is to use?
rglullis@communick.news 1 year ago
Not necessarily. There are a good number of providers (e.g, Pinata, Infura) of “Pinning services”, which will host the data that you want to make sure it’s always available. At first sight, they might seem more expensive than just using something like S3, but if you consider that there is no egress costs for files on IPFS then it might end up a lot cheaper to host content there.
chiisana@lemmy.chiisana.net 1 year ago
If cost is a reason for concern, then the 5c/GB storage and 8c/GB egress on Pinata isn’t exactly cheaper than S3’s 2.7c/GB storage and 9c/GB egress. You can get much better mileage with something like Backblaze B2 0.6c/GB storage free egress, and couple with CloudFlare or other CDN for much lower egress (often free).
Valmond@lemmy.mindoki.com 1 year ago
Feels like your services there just makes http links with extra steps?
Why would I want to use IPFS with those services instead of just online hosting?
Mubelotix@jlai.lu 1 year ago
Yes. That’s also how torrents work, and they allow anyone to download any movie in the world
Valmond@lemmy.mindoki.com 1 year ago
So IPFS is for large files? Like I can put up a 1TB file like a torrent?