You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix issue with Jupyterhub config base_url, e.g. c.JupyterHub.base_url=/mlhub works now.
HTTP is default now. SSL can be activated by setting the environment variable SSL_ENABLED to true, e.g. --env SSL_ENABLED=true.
In the helm deployment, ssl can be activated by passing the environment variable to the proxy config proxy.extraEnv.SSL_ENABLED=true
The ssh feature is not supported in non-ssl mode.
Like before, an unsigned ssl certificate is generated automatically if none is provided
In former versions, additional arguments could be passed to the chp-start command via container args. Now, this has to happen via the ADDITIONAL_ARGUMENTS environment variable, e.g. --env ADDITIONAL_ARGUMENTS="--ip=0.0.0.0 --api-ip=0.0.0.0"