static object store, read-only, CORS enabled
curl https://ezrakruger.cc/silo/manifest.json
curl https://ezrakruger.cc/silo/pkg/<ID> -o <ID>
curl https://ezrakruger.cc/silo/thumb/<ID>.png -o thumb.png
// CORS-open const ix = await fetch('https://ezrakruger.cc/silo/manifest.json').then(r=>r.json()); const obj = await fetch(`https://ezrakruger.cc/silo/pkg/${ix.items[0].id}`).then(r=>r.arrayBuffer());
IDs come from the manifest. No directory listing, not indexed.