this post was submitted on 20 Apr 2026
5 points (100.0% liked)
IPFS
827 readers
1 users here now
Community for the InterPlanetary File System.
Website: https://www.ipfs.tech/ Github: https://github.com/ipfs/ipfs/
IRC: #ipfs on libera.chat
Matrix Space: #ipfs-space:ipfs.io
Discord: https://discord.gg/DrPFqa2
Forums: https://discuss.ipfs.tech/
Other IPFS communities on Lemmy
founded 7 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
As you mentioned, IPFS addresses link to a specific content that cannot change.
For changing content, there is IPNS which stays native to the IPFS ecosystem but requires you to host an IPFS node (or find and trust an IPNS provider). An IPNS key can link to one folder (or file). A kubo node can host multiple IPNS keys.
Another option is using a different protocol to distribute the latest IPFS address to your content, e.g. HTTP, Matrix, RSS, E-Mail, ActivityPub, ATProto, Git (HTTPS or SSH).