Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a way to configure ip:port for Kubo RPC #151

Open
qub opened this issue Aug 25, 2024 · 2 comments
Open

Is there a way to configure ip:port for Kubo RPC #151

qub opened this issue Aug 25, 2024 · 2 comments
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

Comments

@qub
Copy link

qub commented Aug 25, 2024

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?

@qub qub added the need/triage Needs initial labeling and prioritization label Aug 25, 2024
Copy link

welcome bot commented Aug 25, 2024

Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review.
In the meantime, please double-check that you have provided all the necessary information to make this process easy! Any information that can help save additional round trips is useful! We currently aim to give initial feedback within two business days. If this does not happen, feel free to leave a comment.
Please keep an eye on how this issue will be labeled, as labels give an overview of priorities, assignments and additional actions requested by the maintainers:

  • "Priority" labels will show how urgent this is for the team.
  • "Status" labels will show if this is ready to be worked on, blocked, or in progress.
  • "Need" labels will indicate if additional input or analysis is required.

Finally, remember to use https://discuss.ipfs.io if you just need general support.

@lidel lidel changed the title Is there a way to configure ip:port for the node? Is there a way to configure ip:port for Kubo RPC Aug 27, 2024
@lidel lidel added dif/easy Someone with a little familiarity can pick up P2 Medium: Good to have, but can wait until someone steps up effort/hours Estimated to take one or several hours help wanted and removed need/triage Needs initial labeling and prioritization labels Aug 27, 2024
@lidel
Copy link
Member

lidel commented Aug 27, 2024

Option to adjust Kubo RPC port makes sense, but until this is implemented by someone, you may want to change the RPC port of your node from 45001 to 5001 as suggested in https://blog.ipfs.tech/2024-brave-migration-guide/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

2 participants