Giter VIP home page Giter VIP logo

Comments (6)

daviddias avatar daviddias commented on August 25, 2024

go-ipfs doesn't use port 0 for the Gateway, which is where that is failing.

{
  "API": "/ip4/127.0.0.1/tcp/5001",
  "Gateway": "/ip4/127.0.0.1/tcp/8080",
  "Swarm": [
    "/ip4/0.0.0.0/tcp/4001",
    "/ip6/::/tcp/4001"
  ]
}

It is strange however, because I changed the config to launch the http-api on port 9090 to avoid those kind of collisions, but it seems that you had something else running on port 9090?

from js-ipfs.

hackergrrl avatar hackergrrl commented on August 25, 2024

It does for tests (https://github.com/ipfs/go-ipfs/blob/master/test/sharness/lib/test-lib.sh#L149), and we should too. I run other software on 8080, so I run the gateway on 9090, as may many other users -- 8080 is pretty popular and 9090 is the next most "logical" choice. ;)

from js-ipfs.

daviddias avatar daviddias commented on August 25, 2024

Got it, could you submit a PR for that?

from js-ipfs.

hackergrrl avatar hackergrrl commented on August 25, 2024

This isn't on my short term list, so let's open it up as Help Wanted until it gets picked up.

from js-ipfs.

nginnever avatar nginnever commented on August 25, 2024

Took a shot at it, was actually playing with this last night.

#94

from js-ipfs.

daviddias avatar daviddias commented on August 25, 2024

thank you :)

from js-ipfs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.