Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IPFS support #104

Open
buckket opened this issue Mar 2, 2016 · 1 comment
Open

IPFS support #104

buckket opened this issue Mar 2, 2016 · 1 comment

Comments

@buckket
Copy link
Owner

buckket commented Mar 2, 2016

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.

@pkillnine
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants