title | description |
---|---|
Configure a node |
IPFS nodes can be customized using the configuration file. The default values should be fine for most use-cases. However, you may want to make some changes if you are running a specialized IPFS node, or simply want to tweak things to your liking. |
Node configuration varies between implementations.
- For Kubo, see config.md.
- For Helia, see the HeliaInit document. Note that, unlike the deprecated js-ipfs implementation, you must configure your node directly - see the Helia example.