<!-- review: finished -->
<!-- Legacy links -->

<a id="install-thirdpartymodules"></a>

# Módulos de Terceros

Además de nuestros propios módulos dinámicos para
[Angie](https://es.angie.software//angie/docs/installation/oss_packages.md#install-dynamicmodules-oss) y [Angie PRO](https://es.angie.software//angie/docs/installation/pro_packages.md#install-dynamicmodules-pro),
recopilamos y publicamos paquetes para varios módulos populares de terceros compatibles con nginx,
desarrollados fuera de nuestra empresa, en nuestro repositorio.

<a id="installation-and-configuration-1"></a>

## Instalación y Configuración

Los paquetes de módulos de terceros se instalan desde nuestro repositorio igual que nuestros propios paquetes:

- [Angie](https://es.angie.software//angie/docs/installation/oss_packages.md#oss-packages)
- [Angie PRO](https://es.angie.software//angie/docs/installation/pro_packages.md#pro-packages)

Para usar el módulo instalado en la [configuración](https://es.angie.software//angie/docs/configuration/configfile.md#configfile),
cárgalo usando la directiva [load_module](https://es.angie.software//angie/docs/configuration/modules/core.md#load-module) en el contexto `main`:

```nginx
load_module modules/<module_name>.so;
```

#### NOTE
No revisamos el código fuente de estos módulos
y no somos responsables de las consecuencias de su instalación;
los paquetes se compilan basándose en numerosas solicitudes
*exclusivamente* para la comodidad del usuario.

<a id="list-of-modules"></a>

## Lista de Módulos

| Módulo                                                                                                                                                                                                                                                                                                             | Versión                  | Paquetes                                                                 | Descripción                                                                                                                                                                                                                                                                                                                                           |
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------|--------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [Auth JWT](https://es.angie.software//angie/docs/installation/external-modules/auth-jwt.md#external-auth-jwt)                                                                                                                                                                                                      | 0.9.0                    | `angie-module-auth-jwt`  `angie-pro-module-auth-jwt`                     | Añade autenticación JWT para clientes.                                                                                                                                                                                                                                                                                                                |
| [Auth LDAP](https://es.angie.software//angie/docs/installation/external-modules/auth-ldap.md#external-ldap)                                                                                                                                                                                                        | 241200e                  | `angie-module-auth-ldap`  `angie-pro-module-auth-ldap`                   | Añade soporte para autenticación LDAP con múltiples servidores.                                                                                                                                                                                                                                                                                       |
| [Auth PAM](https://es.angie.software//angie/docs/installation/external-modules/auth-pam.md#external-auth-pam)                                                                                                                                                                                                      | v1.5.5                   | `angie-module-auth-pam`  `angie-pro-module-auth-pam`                     | Añade soporte para autenticación PAM.                                                                                                                                                                                                                                                                                                                 |
| [Auth SPNEGO](https://es.angie.software//angie/docs/installation/external-modules/auth-spnego.md#external-auth-spnego)                                                                                                                                                                                             | v1.1.3                   | `angie-module-auth-spnego`  `angie-pro-module-auth-spnego`               | Añade soporte para SPNEGO y GSSAPI.                                                                                                                                                                                                                                                                                                                   |
| [Auth TOTP](https://es.angie.software//angie/docs/installation/external-modules/auth-totp.md#external-auth-totp)                                                                                                                                                                                                   | 1.1.0                    | `angie-module-auth-totp`  `angie-pro-module-auth-totp`                   | Añade autenticación de contraseñas de un solo uso basada en TOTP.                                                                                                                                                                                                                                                                                     |
| [Brotli](https://es.angie.software//angie/docs/installation/external-modules/brotli.md#external-brotli)                                                                                                                                                                                                            | v1.0.0rc                 | `angie-module-brotli`  `angie-pro-module-brotli`                         | Añade compresión Brotli estática y dinámica para respuestas.                                                                                                                                                                                                                                                                                          |
| [Cache Purge](https://es.angie.software//angie/docs/installation/external-modules/cache-purge.md#external-cache-purge)                                                                                                                                                                                             | 2.5.3                    | `angie-module-cache-purge`  `angie-pro-module-cache-purge`               | Permite purgar contenido de las cachés de FastCGI, proxy, SCGI y uWSGI.                                                                                                                                                                                                                                                                               |
| [CGI](https://es.angie.software//angie/docs/installation/external-modules/cgi.md#external-cgi)                                                                                                                                                                                                                     | v0.13                    | `angie-module-cgi`  `angie-pro-module-cgi`                               | Añade soporte para CGI.                                                                                                                                                                                                                                                                                                                               |
| [Combined Upstreams](https://es.angie.software//angie/docs/installation/external-modules/combined-upstreams.md#external-combined-upstreams)                                                                                                                                                                        | 2.3.1                    | `angie-module-combined-upstreams`  `angie-pro-module-combined-upstreams` | Permite combinar múltiples grupos de servidores en uno solo.                                                                                                                                                                                                                                                                                          |
| [DAV Ext](https://es.angie.software//angie/docs/installation/external-modules/dav-ext.md#external-dav-ext)                                                                                                                                                                                                         | v3.0.0                   | `angie-module-dav-ext`  `angie-pro-module-dav-ext`                       | Extiende el soporte WebDAV con los métodos PROPFIND y OPTIONS.                                                                                                                                                                                                                                                                                        |
| [Dynamic Limit Req](https://es.angie.software//angie/docs/installation/external-modules/dynamic-limit-req.md#external-dynamic-limit-req)                                                                                                                                                                           | 1.9.3                    | `angie-module-dynamic-limit-req`  `angie-pro-module-dynamic-limit-req`   | Sirve para bloquear dinámicamente direcciones IP y desbloquearlas periódicamente.                                                                                                                                                                                                                                                                     |
| [Echo](https://es.angie.software//angie/docs/installation/external-modules/echo.md#external-echo)                                                                                                                                                                                                                  | v0.63                    | `angie-module-echo`  `angie-pro-module-echo`                             | Permite llamar a `echo`, `sleep`, `time`, `exec`<br/>y otros comandos de shell en el archivo de configuración.                                                                                                                                                                                                                                        |
| [Enhanced Memcached](https://es.angie.software//angie/docs/installation/external-modules/enhanced-memcached.md#external-enhanced-memcached)                                                                                                                                                                        | v0.3                     | `angie-module-enhanced-memcached`  `angie-pro-module-enhanced-memcached` | Extiende las capacidades del módulo [Memcached](https://es.angie.software//angie/docs/configuration/modules/http/http_memcached.md#http-memcached) integrado.                                                                                                                                                                                         |
| [Eval](https://es.angie.software//angie/docs/installation/external-modules/eval.md#external-eval)                                                                                                                                                                                                                  | 2016.06.10               | `angie-module-eval`  `angie-pro-module-eval`                             | Permite guardar cuerpos de respuesta de subpeticiones en variables.                                                                                                                                                                                                                                                                                   |
| [GeoIP2](https://es.angie.software//angie/docs/installation/external-modules/geoip2.md#external-geoip2)                                                                                                                                                                                                            | 3.4                      | `angie-module-geoip2`  `angie-pro-module-geoip2`                         | Añade búsqueda de geolocalización en bases de datos MaxMind GeoIP2.                                                                                                                                                                                                                                                                                   |
| [Headers More](https://es.angie.software//angie/docs/installation/external-modules/headers-more.md#external-headers-more)                                                                                                                                                                                          | v0.39                    | `angie-module-headers-more`  `angie-pro-module-headers-more`             | Permite establecer y limpiar cabeceras de petición y respuesta.                                                                                                                                                                                                                                                                                       |
| [HTTP Auth Radius](https://es.angie.software//angie/docs/installation/external-modules/http-auth-radius.md#external-http-auth-radius)                                                                                                                                                                              | 458af16                  | `angie-module-http-auth-radius`  `angie-pro-module-http-auth-radius`     | Añade soporte para Radius.                                                                                                                                                                                                                                                                                                                            |
| [JWT](https://es.angie.software//angie/docs/installation/external-modules/jwt.md#external-jwt)                                                                                                                                                                                                                     | v3.4.3                   | `angie-module-jwt`  `angie-pro-module-jwt`                               | Alternativa ligera a [Auth JWT](https://es.angie.software//angie/docs/installation/external-modules/auth-jwt.md#external-auth-jwt).                                                                                                                                                                                                                   |
| [Keyval](https://es.angie.software//angie/docs/installation/external-modules/keyval.md#external-keyval)                                                                                                                                                                                                            | 0.3.0                    | `angie-module-keyval`  `angie-pro-module-keyval`                         | Permite usar variables con valores de pares clave-valor.                                                                                                                                                                                                                                                                                              |
| [Lua](https://es.angie.software//angie/docs/installation/external-modules/lua.md#external-lua):<br/>[http_lua_module](https://github.com/openresty/lua-nginx-module),<br/>[stream_lua_module](https://github.com/openresty/stream-lua-nginx-module)                                                                | 0.10.28 / v0.0.16        | `angie-module-lua`  `angie-pro-module-lua`                               | Permiten usar el lenguaje Lua en la configuración de Angie<br/>en los contextos `http` y `stream`, respectivamente.                                                                                                                                                                                                                                   |
| [ModSecurity](https://es.angie.software//angie/docs/installation/external-modules/modsecurity.md#external-modsec)                                                                                                                                                                                                  | v1.0.4                   | `angie-module-modsecurity`  `angie-pro-module-modsecurity`               | Añade un conector para usar reglas ModSecurity.                                                                                                                                                                                                                                                                                                       |
| [NJS](https://es.angie.software//angie/docs/installation/external-modules/njs.md#external-njs):<br/>[http_js](https://es.angie.software//angie/docs/installation/external-modules/http_js.md#http-js),<br/>[stream_js](https://es.angie.software//angie/docs/installation/external-modules/stream_js.md#stream-js) | 0.9.1                    | `angie-module-njs`  `angie-pro-module-njs`                               | Permiten usar njs, un subconjunto del lenguaje JavaScript,<br/>en la configuración de Angie<br/>en los contextos `http` y `stream`, respectivamente.<br/><br/>También está disponible una versión ligera del paquete llamada<br/>`...-njs-light`; sin embargo, es incompatible con la versión regular<br/>y no puede usarse simultáneamente con ella. |
| [NDK](https://es.angie.software//angie/docs/installation/external-modules/ndk.md#external-ndk)                                                                                                                                                                                                                     | v0.3.4                   | `angie-module-ndk`  `angie-pro-module-ndk`                               | Añade el Nginx Development Kit (NDK) para desarrollar nuevos módulos.                                                                                                                                                                                                                                                                                 |
| [OpenTracing](https://es.angie.software//angie/docs/installation/external-modules/opentracing.md#external-opentracing)                                                                                                                                                                                             | v0.41.0                  | `angie-module-opentracing`  `angie-pro-module-opentracing`               | Añade seguimiento distribuido de peticiones OpenTracing en Angie;<br/>contiene plugins para exportar datos a Zipkin y DataDog.                                                                                                                                                                                                                        |
| [OpenTelemetry](https://es.angie.software//angie/docs/installation/external-modules/otel.md#external-otel)                                                                                                                                                                                                         | v0.1.2                   | `angie-module-otel`  `angie-pro-module-otel`                             | Permite enviar datos de telemetría al recolector OpenTelemetry.                                                                                                                                                                                                                                                                                       |
| [PostgreSQL](https://es.angie.software//angie/docs/installation/external-modules/postgres.md#external-postgres)                                                                                                                                                                                                    | 1.0rc7                   | `angie-module-postgres`  `angie-pro-module-postgres`                     | Incluye soporte directo para bases de datos PostgreSQL.                                                                                                                                                                                                                                                                                               |
| [Redis2](https://es.angie.software//angie/docs/installation/external-modules/redis2.md#external-redis2)                                                                                                                                                                                                            | v0.15                    | `angie-module-redis2`  `angie-pro-module-redis2`                         | Incluye soporte para Redis 2.0 para upstreams HTTP.                                                                                                                                                                                                                                                                                                   |
| [RTMP](https://es.angie.software//angie/docs/installation/external-modules/rtmp.md#external-rtmp)                                                                                                                                                                                                                  | v1.2.2                   | `angie-module-rtmp`  `angie-pro-module-rtmp`                             | Incluye soporte para RTMP para transmisiones de streaming y vídeo bajo demanda.                                                                                                                                                                                                                                                                       |
| [Set Misc](https://es.angie.software//angie/docs/installation/external-modules/set-misc.md#external-set-misc)                                                                                                                                                                                                      | v0.33                    | `angie-module-set-misc`  `angie-pro-module-set-misc`                     | Añade varias directivas `set_xxx` al<br/>módulo [Rewrite](https://es.angie.software//angie/docs/configuration/modules/http/http_rewrite.md#http-rewrite).                                                                                                                                                                                             |
| [Subs](https://es.angie.software//angie/docs/installation/external-modules/subs.md#external-subs)                                                                                                                                                                                                                  | e12e965                  | `angie-module-subs`  `angie-pro-module-subs`                             | Permite reemplazar cadenas en cuerpos de respuesta HTTP usando expresiones regulares.                                                                                                                                                                                                                                                                 |
| [TestCookie](https://es.angie.software//angie/docs/installation/external-modules/testcookie.md#external-testcookie)                                                                                                                                                                                                | 64137c2                  | `angie-module-testcookie`  `angie-pro-module-testcookie`                 | Ayuda a combatir bots<br/>usando un mecanismo de "desafío-respuesta" basado en cookies.                                                                                                                                                                                                                                                               |
| [UnBrotli](https://es.angie.software//angie/docs/installation/external-modules/unbrotli.md#external-unbrotli)                                                                                                                                                                                                      | 60bed63                  | `angie-module-unbrotli`  `angie-pro-module-unbrotli`                     | Desempaqueta respuestas con `Content-Encoding: br`<br/>para clientes que no soportan codificación Brotli.                                                                                                                                                                                                                                             |
| [Upload](https://es.angie.software//angie/docs/installation/external-modules/upload.md#external-upload)                                                                                                                                                                                                            | 2.3.0                    | `angie-module-upload`  `angie-pro-module-upload`                         | Añade codificación `multipart/form-data` (RFC 1867) para subida de archivos<br/>desde el cliente, incluyendo capacidad de reanudación.                                                                                                                                                                                                                |
| [VOD](https://es.angie.software//angie/docs/installation/external-modules/vod.md#external-vod)                                                                                                                                                                                                                     | 1.33                     | `angie-module-vod`  `angie-pro-module-vod`                               | Permite reempaquetar archivos MP4 para streaming vía HLS, HDS, MSS y DASH.                                                                                                                                                                                                                                                                            |
| [VTS](https://es.angie.software//angie/docs/installation/external-modules/vts.md#external-vts):<br/>[module-vts](https://github.com/vozlt/nginx-module-vts),<br/>[module-sts](https://github.com/vozlt/nginx-module-sts),<br/>[module-stream-sts](https://github.com/vozlt/nginx-module-stream-sts)                | v0.2.4 / v0.1.1 / v0.1.1 | `angie-module-vts`  `angie-pro-module-vts`                               | Incluyen los tres módulos listados para monitorización de tráfico.                                                                                                                                                                                                                                                                                    |
| [ZIP](https://es.angie.software//angie/docs/installation/external-modules/zip.md#external-zip)                                                                                                                                                                                                                     | 1.3.0                    | `angie-module-zip`  `angie-pro-module-zip`                               | Incluye empaquetado dinámico de archivos ZIP.                                                                                                                                                                                                                                                                                                         |
| [Zstd](https://es.angie.software//angie/docs/installation/external-modules/zstd.md#external-zstd)                                                                                                                                                                                                                  | f4ba115                  | `angie-module-zstd`  `angie-pro-module-zstd`                             | Incluye compresión Zstandard.                                                                                                                                                                                                                                                                                                                         |
