Open humphd opened 6 years ago
Also consider what this gives us in the way of proxying back onto the regular web via the ipfs gateway, see https://github.com/ipfs/js-ipfs/tree/master/examples/ipfs-101.
We could add
files from our filesystem to ipfs, get back the content hash, etc and store that as xattrs
on the file node maybe.
I think it would be interesting to see how far we could go to integrate IPFS into this. Maybe we expose a
/public
dir in the filesystem, and anything you put there gets added to IPFS? Or maybe it's more opt in.