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

References to 0.0.0.0 should be changed to localhost #202

Open
scottwn opened this issue Mar 17, 2022 · 0 comments
Open

References to 0.0.0.0 should be changed to localhost #202

scottwn opened this issue Mar 17, 2022 · 0 comments

Comments

@scottwn
Copy link
Member

@scottwn scottwn commented Mar 17, 2022

What should we add?

0.0.0.0 is a special reserved IP and shouldn't be used to run the server. https://en.wikipedia.org/wiki/0.0.0.0

We should use localhost in docs instead.

Maybe the covalent start output can be enhanced so that it's more like Jupyter.

    To access the server, open this file in a browser:
        file:///Users/scott/Library/Jupyter/runtime/jpserver-15858-open.html
    Or copy and paste one of these URLs:
        http://localhost:8889/lab?token=b45cfa4204391c568859afb93d5823ab58e20ae195ae7063
     or http://127.0.0.1:8889/lab?token=b45cfa4204391c568859afb93d5823ab58e20ae195ae7063
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant