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

Desktop client using common development port 8080 #799

Closed
skinofstars opened this issue Jan 23, 2019 · 3 comments
Closed

Desktop client using common development port 8080 #799

skinofstars opened this issue Jan 23, 2019 · 3 comments

Comments

@skinofstars
Copy link

Port 8080 is a very common port for anyone running local web development servers, so having the UI listening on that port gives a high chance of conflict.

Why not use an out the way port (e.g. 41256) to avoid any chance of conflict.

@hacdias
Copy link
Member

hacdias commented Jan 23, 2019

What is it that is running on 8080? The gateway?

@skinofstars
Copy link
Author

Looks like it, yes

@hacdias
Copy link
Member

hacdias commented Jan 23, 2019

Oh, then it is not actually related to IPFS Desktop. It's the daemon running inside, which generally uses the repository at your home directory. You can change the configuration there ($HOME/.ipfs/config).

We could change it on development (npm run start), but it doesn't make sense to be changing an IPFS Repository configuration for one time runs. The other option would be to have a repository only for development purposes. Although I can't imagine why would that be useful.

I hope it helps!

I'm closing this because this is a duplicate of an issue posted on other repository. Please take a look at: ipfs/kubo#874

😄

@hacdias hacdias closed this as completed Jan 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants