We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Allow (un-)pinning of ipns resources via the icon in the same way as ipfs resources.
The text was updated successfully, but these errors were encountered:
Thank you for reporting this.
It seems to be possible to pin "current snapshot" of IPNS address via commandline:
> ipfs pin add --progress /ipns/ipfs.git.sexy Fetched/Processed 12 nodes pinned Qmazvovg6Sic3m9igZMKoAPjkiVZsvbWWc8ZvgjjK1qMss recursively
Unpinning is bit tricky, as it does not work for IPNS paths:
> ipfs pin rm /ipns/ipfs.git.sexy Error: invalid 'ipfs ref' path
It needs to be unpinned by referring to immutable multihash:
> ipfs pin rm Qmazvovg6Sic3m9igZMKoAPjkiVZsvbWWc8ZvgjjK1qMss unpinned Qmazvovg6Sic3m9igZMKoAPjkiVZsvbWWc8ZvgjjK1qMss
That being said, it seems to be doable – it just requires one additional lookup. I'll look into this.
Sorry, something went wrong.
0e6418b
Done. This feature will be present in v2.0.0alpha3.
v2.0.0alpha3
v2.0.0alpha3 is ready for install
No branches or pull requests
Allow (un-)pinning of ipns resources via the icon in the same way as ipfs resources.
The text was updated successfully, but these errors were encountered: