Report on the current experience of using IPFS to deploy a website(macwright.org)
macwright.org
Report on the current experience of using IPFS to deploy a website
https://macwright.org/2019/06/08/ipfs-again.html
6 comments
There is a Connection Manager now (see config) and you can set a limit to the number of open connections.
I nearly got my server banned in Hetzner, because the default config of IPFS starts aggressively scanning the network for local peers immediately.
When running in such environment it is necessary to run configure IPFS with "ipfs init --profile server" which will prevent this from happening. Documented here: https://github.com/ipfs/go-ipfs/blob/master/docs/config.md
The Inter Planetary File System has the potential to radically change content hosting to become truly decentralized. This report names some of the most pressing barriers to widespread adoption of ipfs.
In my opinion the biggest issue is terrible documentation on ipfs.io (as noted by the report). The "Getting Started" page fails to explain the basic structure of ipfs and uses jargon that isn't defined. This lack of documentation prevents even tech savvy users from adopting ipfs.
In my opinion the biggest issue is terrible documentation on ipfs.io (as noted by the report). The "Getting Started" page fails to explain the basic structure of ipfs and uses jargon that isn't defined. This lack of documentation prevents even tech savvy users from adopting ipfs.
Tried setting up an IPFS website using Hearth, and I ran into the links issue. Gave up pretty soon after in favor of GitHub Pages.
There may be a way to limit the number of connections but I never looked too hard. My plan still is to put the cable router into bridge mode and start using my own router with OpenWRT -- but that's been my plan for a couple of years now, so you see that the follow-through is lacking.