-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test with the littlest jupyterhub #32
Comments
@minrk, I've added new commits addressing your comments in the PR opened on tljh, if you want to take a look. |
@minrk, there's the |
Yeah, go ahead and increase the timeout on the test to see if it helps. |
@minrk, thanks a lot for solving the issues with the credentials. Everything seems to work now 🎊 |
Perhaps before we go all the way to kubernetes in #26, we should try using this in the littlest jupyterhub. TLJH is a small, single-machine JupyterHub installation that already includes traefik as an edge proxy (pretty much just for letsencrypt support), in addition to configurable-http-proxy. We could use this traefik-proxy to eliminate the extra configurable-http-proxy service and use only traefik.
What it will look like:
TraefikProxy.start()
here, so no 'static configuration' would be loaded from the code in this repo), so static config would have to be created in tljh.The text was updated successfully, but these errors were encountered: