Refactor plugin configuration examples and improve formatting in documentation
- Replaced `config.yml` with modular configuration examples: `config-basic.yml`, `config-certbot.yml`, `config-deny-pages.yml`, and `config-jwt-validator.yml`. - Improved examples with detailed usage instructions, prerequisites, and testing steps for each configuration. - Fixed indentation and formatting inconsistencies across plugin files and HAProxy configuration generation. - Streamlined README comparison table for static vs. dynamic discovery. - Updated `docker-compose-jwt-validator.yml` to correct audience key formatting.
This commit is contained in:
parent
f75cb8aab2
commit
d3637e737a
11 changed files with 311 additions and 47 deletions
|
|
@ -321,13 +321,13 @@ See [Using Plugins](../../docs/plugins.md) for more details.
|
|||
|
||||
## Comparison: Static vs. Dynamic Discovery
|
||||
|
||||
| Feature | Static Mode | Docker/Swarm/K8s Mode |
|
||||
|---------|-------------|----------------------|
|
||||
| Configuration | YAML file | Container labels / Ingress annotations |
|
||||
| Backend types | Any (containers, VMs, IPs) | Containers only |
|
||||
| Updates | Manual config edit + reload | Automatic discovery |
|
||||
| Use case | Fixed infrastructure | Dynamic container environments |
|
||||
| Plugin config | Global via YAML/env | Per-container/ingress via labels/annotations |
|
||||
| Feature | Static Mode | Docker/Swarm/K8s Mode |
|
||||
|---------------|-----------------------------|----------------------------------------------|
|
||||
| Configuration | YAML file | Container labels / Ingress annotations |
|
||||
| Backend types | Any (containers, VMs, IPs) | Containers only |
|
||||
| Updates | Manual config edit + reload | Automatic discovery |
|
||||
| Use case | Fixed infrastructure | Dynamic container environments |
|
||||
| Plugin config | Global via YAML/env | Per-container/ingress via labels/annotations |
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue