humphd / next

What I'm doing next (name TBD)
MIT License
14 stars 5 forks source link

Explore integrating IPFS #126

Open humphd opened 6 years ago

humphd commented 6 years ago

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.

humphd commented 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.