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
 

My understanding is that if i put something on the internet, someone else could decide to copy that file and also host it so it's available from more sources than just the original one. But if that file is something that will update, for example an HTML page that's primarily a directory, how can mirrors of my file tell when i update this and also update themselves accordingly? Especially since the new file will have a different IPFS address than the old one?

top 1 comments
sorted by: hot top controversial new old
[–] jaller94@discuss.tchncs.de 1 points 1 month ago

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