From 4a9a8d1673a620462f652fa71c3ae81b9cb39591 Mon Sep 17 00:00:00 2001 From: Kayou Date: Sat, 11 Apr 2020 21:56:26 +0200 Subject: [PATCH 1/2] Fix bind_url --- conf/jupyterhub_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/jupyterhub_config.py b/conf/jupyterhub_config.py index 6003979..6e7330d 100644 --- a/conf/jupyterhub_config.py +++ b/conf/jupyterhub_config.py @@ -108,7 +108,7 @@ c.JupyterHub.authenticator_class = 'ldapauthenticator.LDAPAuthenticator' ## The public facing URL of the whole JupyterHub application. # # This is the address on which the proxy will bind. Sets protocol, ip, base_url -#c.JupyterHub.bind_url = 'http://:8000' +c.JupyterHub.bind_url = 'http://:__PORT____PATH__' ## Whether to shutdown the proxy when the Hub shuts down. # From eb9ba7681c4b90387c6af2c6bad21ae931b291f2 Mon Sep 17 00:00:00 2001 From: Kayou Date: Sat, 11 Apr 2020 21:56:44 +0200 Subject: [PATCH 2/2] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index f45db32..3dffee3 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name": "JupyterLab", "id": "jupyterlab", "packaging_format": 1, - "version": "2.1.0~ynh1", + "version": "2.1.0~ynh2", "description": { "en": "An extensible environment for interactive and reproducible computing (notebook, terminal, text editor, file browser, rich outputs, etc.)", "fr": "Un environnement informatique extensible, interactif et reproductible (bloc-notes, terminal, éditeur de texte, explorateur de fichiers, texte enrichi, etc.)"