Iâm pretty sure IPNS is the only way to have an actual fixed and unchanging CID which you can update the content under, and so thatâs the place to look. For your use case of an updated website it might not be a problem that thereâs one limitation with IPNS which is that it can take like up to 3 to 5 minutes (or longer?) to republish (update) with new content, because it has to transmit out the new name similar to what DNS does.
FWIW I currently run my website from home (itâs a smattering of random things while I toy with IPFS http://portal.thedisco.zone). I keep IPFS/IPNS using ipfs-sync, which will look at a directory, copy the contents to MFS, pin it, and update an IPNS key whenever it detects a change.
Like wclayf pointed out though, it can take a couple mins sometimes to actually see the changes reflected. However, I donât mind.
I donât think hardware requirements are super strict. I hear about some success running on Raspberry Pis. I personally run on my desktop computer, but I donât power it off.
@Discordian I like what you did there! Iâm just now learning GO so I canât scrutinize it much, but I think I get it, and if there are no plans to build this capability into MFS already, I hope the IPFS developers find it and help you finish it, or see if it or something like it can become part of MFS as a âsyncâ command.
Thereâs huge demand in the IPFS world for a way to sync to MFS. You may have already searched around on this forum and found that out. There have been several discussions about this kind of thing. Nice work, and thanks for sharing it here.
Donât worry, lidel has been perusing the issue tracker from time-to-time, Iâm really happy you enjoy it! Youâll certainly see lots of progress on it in the coming days .
Fleek.co seems to indicate they can do this, but I donât think they can.
âFleek is everything you need to host fast, modern sites & apps on IPFS.â - official Fleek docs
If theyâre just spinning up a traditional server instance to do the âdynamicâ part of the hosting (i.e. generating custom HTML/JS/CSS given a user and context), the Iâd prefer they said that upfront.