What is the correct way to add an IPNS site to ipfs-desktop? The purpose would be to seed a website on several computers, let's say 5. So, I give my IPNS link to 5 of my friends. How can they contribute to hosting that site?
What is the correct way to add an IPNS site to ipfs-desktop? The purpose would be to seed a website on several computers, let's say 5. So, I give my IPNS link to 5 of my friends. How can they contribute to hosting that site?
ipfs name resolve <ipnsAddr>, then update a pin viaipfs pin update <oldCID> <newCID>.ipfs pin add -r /ipns/<ipnsAddr>, but cronjob is necessary. Pinning the IPNS address itself will keep the old versions as well, I didn't know about pin update.ipfs pin updateis really useful as it'll automatically unpin the old blocks.