diff --git a/README.md b/README.md index 9d63bbc..a11565d 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ Which allows you to start your containers on demand and shut them down automatic - [Sablier](#sablier) - [Quick start with Traefik](#quick-start-with-traefik) - [Reverse proxies integration plugins](#reverse-proxies-integration-plugins) - - [Traefik Middleware Plugin](#traefik-middleware-plugin) + - [Traefik](#traefik) + - [Nginx](#nginx) - [Guides](#guides) - [Sablier Guide: Code-Server + Traefik + Kubernetes Ingress](#sablier-guide-code-server--traefik--kubernetes-ingress) - [Configuration](#configuration) @@ -80,7 +81,14 @@ It leverage the API calls to Sablier to your reverse proxy middleware to wake up ![Reverse Proxy Integration](./docs/img/reverse-proxy-integration.png) -### Traefik Middleware Plugin +| Reverse Proxy | Docker | Docker Swarm mode | Kubernetes | Podman | +| ------------- | :-------------------------------------------------------: | :---------------: | :-----------: | :-------------------------------------------------------: | +| Traefik | ✅ | ✅ | ✅ *(partial)* | [See #70](https://github.com/acouvreur/sablier/issues/70) | +| Nginx | ✅ | ✅ | ❌ | +| Apache | *Coming soon* +| Caddy | [See #67](https://github.com/acouvreur/sablier/issues/67) | + +### Traefik See [Traefik Middleware Plugin](https://github.com/acouvreur/sablier/tree/main/plugins/traefik/README.md) @@ -88,6 +96,11 @@ See [Traefik Middleware Plugin](https://github.com/acouvreur/sablier/tree/main/p - [Traefik Middleware Plugin with Docker Swarm](https://github.com/acouvreur/sablier/tree/main/plugins/traefik/README.md#traefik-with-docker-swarm) - [Traefik Middleware Plugin with Kubernetes](https://github.com/acouvreur/sablier/tree/main/plugins/traefik/README.md#traefik-with-kubernetes) +### Nginx + +See [Nginx Middleware Plugin](/plugins/nginx/README.md) + + ## Guides ### Sablier Guide: Code-Server + Traefik + Kubernetes Ingress