mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-13 13:03:01 +00:00
Add documentation on running the proxy separate from the hub.
- It took me a bit longer than I would have liked for me to figure out how to run the proxy separate from the hub. When I had to do this a second time for a different hub, it also took me too long. - This adds a page dedicated to running the proxy separate from the hub, since it is relatively easy and has a high usability improvement. - Currently work in progress.
This commit is contained in:
@@ -85,3 +85,16 @@ meant as illustration, are:
|
|||||||
|
|
||||||
- Using GitHub OAuth instead of PAM with [OAuthenticator](https://github.com/jupyterhub/oauthenticator)
|
- Using GitHub OAuth instead of PAM with [OAuthenticator](https://github.com/jupyterhub/oauthenticator)
|
||||||
- Spawning single-user servers with Docker, using the [DockerSpawner](https://github.com/jupyterhub/dockerspawner)
|
- Spawning single-user servers with Docker, using the [DockerSpawner](https://github.com/jupyterhub/dockerspawner)
|
||||||
|
|
||||||
|
## Run the proxy separately
|
||||||
|
|
||||||
|
This is *not* strictly necessary, but useful in many cases. If you
|
||||||
|
use a custom proxy (e.g. Traefik), this also not needed.
|
||||||
|
|
||||||
|
Connections to user servers go through the proxy, and *not* the hub
|
||||||
|
itself. If the proxy stays running when the hub restarts (for
|
||||||
|
maintnance, re-configuration, etc), then use connections are not
|
||||||
|
interrupted. For simplicity, by default the hub starts the proxy
|
||||||
|
automatically, so if the hub restarts, the proxy restarts, and user
|
||||||
|
connections are interrupted. It is easy to run the proxy separately,
|
||||||
|
for information see [the separate proxy page](../reference/separate-proxy.html).
|
@@ -10,6 +10,7 @@ Technical Reference
|
|||||||
spawners
|
spawners
|
||||||
services
|
services
|
||||||
proxy
|
proxy
|
||||||
|
separate-proxy
|
||||||
rest
|
rest
|
||||||
database
|
database
|
||||||
templates
|
templates
|
||||||
|
Reference in New Issue
Block a user