docs: add nginx middleware links

This commit is contained in:
Alexis Couvreur
2023-02-19 01:20:33 -05:00
parent db9a3b5022
commit 15e8f8b9a8

View File

@@ -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