We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 780f022 commit ab34761Copy full SHA for ab34761
jupyterhub_ssh/__init__.py
@@ -226,8 +226,20 @@ class JupyterHubSSH(Application):
226
"",
227
help="""
228
URL of JupyterHub's proxy to connect to.
229
+
230
+ `jupyterhub-ssh` needs to be able to connect to both the
231
+ JupyterHub API and to the user's server. If running in
232
+ the same cluster as the JupyterHub, this should point to
233
+ the `proxy-public` service. When running outside the same
234
+ cluster, this should be set to the user accessible URL of
235
+ the hub.
236
237
*Must* be set.
238
239
+ Examples:
240
241
+ `http://proxy-public` (in same cluster & namespace as jupyterhub)
242
+ `https://my-hub-url.com` (when running outside the cluster)
243
""",
244
config=True,
245
)
0 commit comments