traefik-proxy icon indicating copy to clipboard operation
traefik-proxy copied to clipboard

JupyterHub proxy implementation with traefik

Results 22 traefik-proxy issues
Sort by recently updated
recently updated
newest added

### Bug description I am setting up JupyterHub with a standalone traefik proxy server using both as docker containers. JupyterHub can reach auth-api traefik's port successfully with the given user/pwd....

bug

Hi, I tried to setup jupyterhub with traefik following https://jupyterhub-traefik-proxy.readthedocs.io/en/latest/toml.html But it fails when using a different location for traefik.poml. ### Bug description When defining `c.TraefikTomlProxy.toml_static_config_file="/tmp/traefik.toml"` in jupyterhub_config.py and then...

bug

### Proposed change In a recent attempt to use dependabot and frozen dependencies with `traefik-proxy`, @manics and @minrk presented very great points on how to find package incompatibilities the "right...

enhancement

The etcd3 and python-consul2 libraries are not installed anymore by default, when installing `jupyterhub-traefik-proxy`(https://github.com/jupyterhub/traefik-proxy/pull/127). This libs are only required by the key-value store variants of the proxy, so TomlProxy shouldn't...

enhancement

Hello, I'm trying to use TLJK in a LXC, Ubuntu 16.04 updated. I follow the default configuration (not very complicated ...) but i have some issues when starting jupyterhub. `/opt/tljh/hub/lib/python3.6/site-packages/jupyterhub_traefik_proxy/traefik_utils.py:42:...

### Proposed change Add an option to automatically get let's encrypt certificates for a given set of domains. Traefik already supports this, and we should expose this easily. ### Alternative...

Perhaps the first place we want to use this is in the jupyterhub [helm chart](https://github.com/jupyterhub/zero-to-jupytehrub). That probably means: 1. adding `traefik` and ~~`etcd`~~ `consul` (ref: https://github.com/jupyterhub/traefik-proxy/issues/56) as requirements of the...

enhancement

## A k8s native way to configure Traefik Traefik v2 [can discover its own configuration of where it should route etc](https://docs.traefik.io/routing/providers/kubernetes-crd/) by looking for configuration snippets in various custom k8s...

A major release because we've bumped Python to 3.8. Closes https://github.com/jupyterhub/traefik-proxy/issues/249 Open PRs: https://github.com/jupyterhub/traefik-proxy/pulls Open bugs: https://github.com/jupyterhub/traefik-proxy/issues?q=is%3Aissue+is%3Aopen+label%3Abug

hi - we're looking to switch over from using TraefikEtcdProxy to TraefikRedisProxy and I'm wondering if there are any plans to issue a tagged release with the new TraefikRedisProxy code...

enhancement