Is there a way to configure ip:port for Kubo RPC #151
Labels
dif/easy
Someone with a little familiarity can pick up
effort/hours
Estimated to take one or several hours
help wanted
P2
Medium: Good to have, but can wait until someone steps up
New to IPFS so please forgive me if I fundamentally misunderstood something.
Is there a way to configure the node address for this? I'm using Brave browser, which has the ability to run a node within itself but doesn't bind to port 5001:
$ ./ipget -n local --progress <cid here> Post "http://127.0.0.1:5001/api/v0/version?": dial tcp 127.0.0.1:5001: connect: connection refused
It does, however open it up to be used by other utilities on the system:
$ curl -X POST http://127.0.0.1:45005/api/v0/version {"Version":"0.29.0","Commit":"","Repo":"15","System":"amd64/linux","Golang":"go1.22.4"}
Perhaps this is something that could be configured via a switch or an environment variable, or both?
The text was updated successfully, but these errors were encountered: