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

How to deal with port collision #315

Closed
ghost opened this issue May 9, 2019 · 4 comments
Closed

How to deal with port collision #315

ghost opened this issue May 9, 2019 · 4 comments
Labels
support Support questions (should be on discourse.jupyter.org instead)

Comments

@ghost
Copy link

ghost commented May 9, 2019

I tried to set up The Littlest Jupyterhub on a machine on which the standard HTTP(S) ports are already in use by other applications. I am not able to access the Jupyterhub web interface, and I can find no indication how to change the port on which Jupyterhub listens. How should one proceed in this case? Thanks.

@yuvipanda
Copy link
Collaborator

You can set http port with the http.port setting and https port with https.port setting from tljh-config. However, I'll note that TLJH does a lot of other things to the system (with user accounts and sudo rules primarily) that might break security assumptions your other applications have, so use with extreme caution.

@yuvipanda yuvipanda added the support Support questions (should be on discourse.jupyter.org instead) label May 20, 2019
@gabefair
Copy link

Thank you for asking this and the response is great. Maybe this could be added to the documentation? I don't know if it would be appropriate to add.

staeiou added a commit to staeiou/the-littlest-jupyterhub that referenced this issue Jun 4, 2019
@evilmav
Copy link

evilmav commented Jul 6, 2019

~# tljh-config show
users:
  admin:
  - xxxx
http:
  port: 8080
limits:
  memory: 32G

Jupyterhub is still served under port 80 even after rebooting the server :-/

@GeorgianaElena
Copy link
Member

Fixed by #362

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support Support questions (should be on discourse.jupyter.org instead)
Projects
None yet
Development

No branches or pull requests

4 participants