updating data page with more info about IPFS and changes

This commit is contained in:
Nasir Anthony Montalvo
2026-03-16 21:20:41 -05:00
parent 30aab07149
commit 0e59a6114b
2 changed files with 19 additions and 0 deletions

View File

@@ -122,6 +122,25 @@ Instead of files living on one server in one massive data center:
This makes our archive highly resistant to deletion or takedown, and ensures files remain accessible even if a node in the network goes down. That also means if this website were to shutdown, the archive would still be accessible!
<div class="image-container">
<a href="/assets/img/filebase delivery.png" data-bs-toggle="lightbox" data-caption="A graphic illustrating how files are delivered via IPFS. Data stored on IPFS is located through its content address rather than its physical location. 'When data is stored on IPFS, it is stored in a series of encrypted pieces, with each piece having its own unique content identifier [...] split across all the peers on a distributed network.' ('IPFS Concepts,' Filebase Docs)">
<img src="/assets/img/filebase delivery.png" alt="" class="img-fluid">
</a>
<figcaption class="figure-caption text-center text-muted">
A graphic illustrating how files are delivered via IPFS. ('IPFS Concepts,' Filebase Docs)
</figcaption>
</div>
### How files actually reach you
IPFS itself is a peer-to-peer communication protocolto load files in a regular web browser, requests go through an **IPFS gateway**: a bridge between the standard web (HTTP) and the IPFS network. {B/qKC} currently uses a dedicated gateway provided by [Filebase](https://filebase.com/), an open infrastructure pinning service. This means files are served quickly via CDN rather than through a slow public relay.
- Filebase is a third-party company, and using their gateway is a pragmatic tradeoff we've made for speed and reliability while our infrastructure matures.
- Critically, the files themselves remain content-addressed on IPFS: their CIDs are permanent identifiers that work through *any* gateway, not just Filebase's. Our archive is also pinned independently through [Storacha](https://storacha.network/) (a Filecoin Foundation-backed service) and managed locally through IPFS Desktop, meaning no single service controls access to our files.
**Our long-term goal is to serve files directly from our own self-hosted IPFS node, removing the need for any third-party gateway entirely.**
---
## 3. The Cloud We run our own digital space