From d5d05b8777e607960f7071b98aceed725a832219 Mon Sep 17 00:00:00 2001 From: AbdealiJK Date: Thu, 22 Jul 2021 06:21:34 +0530 Subject: [PATCH] doc: Mention a list of known proxies available --- docs/source/reference/proxy.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/source/reference/proxy.md b/docs/source/reference/proxy.md index 72963dba..6723d88e 100644 --- a/docs/source/reference/proxy.md +++ b/docs/source/reference/proxy.md @@ -220,3 +220,11 @@ previously required. Additionally, configurable attributes for your proxy will appear in jupyterhub help output and auto-generated configuration files via `jupyterhub --generate-config`. + +### Index of proxies + +A list of the proxies that are currently available for JupyterHub (that we know about). + +1. [`jupyterhub/configurable-http-proxy`](https://github.com/jupyterhub/configurable-http-proxy) The default proxy which uses node-http-proxy +2. [`jupyterhub/traefik-proxy`](https://github.com/jupyterhub/traefik-proxy) The proxy which configures traefik proxy server for jupyterhub +3. [`AbdealiJK/configurable-http-proxy`](https://github.com/AbdealiJK/configurable-http-proxy) A pure python implementation of the configurable-http-proxy