Skip to content

0.1.6

Compare
Choose a tag to compare
@raethlein raethlein released this 02 Oct 11:50
· 92 commits to master since this release
  • 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"