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
Hi
I've just tested your implementation in the v2-files branch. Great work, ist works pretty well. I use a self managed Traefik with a configuration similar to yours provided in the test folder.
However, I have a small problem.
I run some other services on the same machine, all accessible from different URLs. If I use the public ip of the machine, the browser opens JupyterHub. On a regular Hub installation with the default proxy, c.JupyterHub.bind_url prevents this behavior.
Do you think this is also possible with Traefik?
The text was updated successfully, but these errors were encountered:
Hi @z3ky, Sorry I've only just seen this issue, I don't know why I didn't get an email notification for this, but I'll check my settings...
Did you manage to get this working? I also have several different services proxied through the same traefik router. Below is a screenshot of part of my traefik dashboard, for instance.
Below is part of my config. I guess what you need is the c.TraefikProxy.public_url configuration line?
The reason this effectively duplicates c.JupyterHub.bind_url is because I currently just use a default SSL certificate in Traefik, and don't need jupyterhub to manage its own SSL certificate. This implementation may of course change, if / when merged upstream, but for now this is what works for me. 🙂
Thank you for the response, I'll give it a try.
Currently, my Traefik just routes to the configurable-proxy of JupyterHub. But its just a workaround. I will replace configurable-proxy with Traefik again and test public_url.
Hi
I've just tested your implementation in the v2-files branch. Great work, ist works pretty well. I use a self managed Traefik with a configuration similar to yours provided in the test folder.
However, I have a small problem.
I run some other services on the same machine, all accessible from different URLs. If I use the public ip of the machine, the browser opens JupyterHub. On a regular Hub installation with the default proxy, c.JupyterHub.bind_url prevents this behavior.
Do you think this is also possible with Traefik?
The text was updated successfully, but these errors were encountered: