IPFS: Difference between revisions

imported>Onny
mNo edit summary
imported>JackyWangMislantiaJnirvana
No edit summary
Line 6: Line 6:


<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
services.kubo.enable = true;
services.kubo = {
  enable = true;
  settings.Addresses.API = ["/ip4/127.0.0.1/tcp/5001"];
}
</syntaxhighlight>
</syntaxhighlight>
Currently <code>settings.Addresses.API</code> need to be non-empty, otherwise Kubo will not start. See [https://github.com/ipfs/kubo/issues/10056#issuecomment-1674104498 this issue] for details.


== Usage ==
== Usage ==