mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-16 22:43:00 +00:00
Add some docs clarifications
This commit is contained in:
@@ -33,6 +33,7 @@ which is required for npm to work on Debian/Ubuntu at this point)
|
|||||||
|
|
||||||
Then install javascript dependencies:
|
Then install javascript dependencies:
|
||||||
|
|
||||||
|
sudo npm install
|
||||||
sudo npm install -g configurable-http-proxy
|
sudo npm install -g configurable-http-proxy
|
||||||
|
|
||||||
### Optional
|
### Optional
|
||||||
|
@@ -130,7 +130,7 @@ c.JupyterHub.proxy_api_ip = '10.0.1.4'
|
|||||||
c.JupyterHub.proxy_api_port = 5432
|
c.JupyterHub.proxy_api_port = 5432
|
||||||
```
|
```
|
||||||
|
|
||||||
The Hub service also listens only on localhost by default.
|
The Hub service also listens only on localhost (port 8080) by default.
|
||||||
The Hub needs needs to be accessible from both the proxy and all Spawners.
|
The Hub needs needs to be accessible from both the proxy and all Spawners.
|
||||||
When spawning local servers localhost is fine,
|
When spawning local servers localhost is fine,
|
||||||
but if *either* the Proxy or (more likely) the Spawners will be remote or isolated in containers,
|
but if *either* the Proxy or (more likely) the Spawners will be remote or isolated in containers,
|
||||||
|
Reference in New Issue
Block a user