mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-21 13:23:03 +01:00
docs: add nginx middleware links
This commit is contained in:
17
README.md
17
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
|
||||
|
||||

|
||||
|
||||
### 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
|
||||
|
||||
Reference in New Issue
Block a user