GithubHelp home page GithubHelp logo

Comments (3)

0xedward avatar 0xedward commented on April 19, 2024

But does the sapp can support to bind 0.0.0.0, so that all the people in a team can visit the issues by http://x.x.x.x:500/ ? or is there any roadmap to support this feature ?

Hi @Securee, I don't think we will have plans to support this. But I think you can get this functionality by setting up SAPP using the dev environment instructions, editing server.py#L103 and then running the edited version of SAPP.

Let me know if you have any other questions :)

from sapp.

Securee avatar Securee commented on April 19, 2024

But does the sapp can support to bind 0.0.0.0, so that all the people in a team can visit the issues by http://x.x.x.x:500/ ? or is there any roadmap to support this feature ?

Hi @Securee, I don't think we will have plans to support this. But I think you can get this functionality by setting up SAPP using the dev environment instructions, editing server.py#L103 and then running the edited version of SAPP.

Let me know if you have any other questions :)

Thanks for your reply. I have resolved it by add a iptables rule:
iptables -t nat -A PREROUTING -p tcp --dport 6000 -j DNAT --to-destination 127.0.0.1:5000

from sapp.

0xedward avatar 0xedward commented on April 19, 2024

Nice, that's good to hear! I'll close this issue - feel free to open new issue if you have any other questions :)

from sapp.

Related Issues (12)

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.