twtxt icon indicating copy to clipboard operation
twtxt copied to clipboard

IPFS support

Open buckket opened this issue 8 years ago • 1 comments

IPFS seems like a neat way to share twtxt feeds. Currently it’s a bit complicated to distribute mutable content to the network, but it’s possible via ipfs publish. [1]

This should also be implemented as an optional, but official, plugin.

Regarding the implementation we could make use of IPFS’s HTTP/JSON API.

buckket avatar Mar 02 '16 02:03 buckket

The IPFS urls could be stored in the form of ipfs://, and it could check if the user is running an ipfs daemon, and if they aren't then twtxt could attempt to download from a list of public ipfs gateways, e.g. https://ipfs.io/ipfs/<hash>.

pkillnine avatar Dec 30 '18 21:12 pkillnine