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

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

# Módulos de Terceiros

Além dos nossos próprios módulos dinâmicos para
[Angie](https://pt.angie.software//angie/docs/installation/oss_packages.md#install-dynamicmodules-oss) e [Angie PRO](https://pt.angie.software//angie/docs/installation/pro_packages.md#install-dynamicmodules-pro),
coletamos e publicamos pacotes para uma série de módulos populares de terceiros compatíveis com nginx,
desenvolvidos fora da nossa empresa, em nosso repositório.

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

## Instalação e Configuração

Os pacotes de módulos de terceiros são instalados do nosso repositório assim como nossos próprios pacotes:

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

Para usar o módulo instalado na [configuração](https://pt.angie.software//angie/docs/configuration/configfile.md#configfile),
carregue-o usando a diretiva [load_module](https://pt.angie.software//angie/docs/configuration/modules/core.md#load-module) no contexto `main`:

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

#### NOTE
Não revisamos o código-fonte desses módulos
e não somos responsáveis pelas consequências de sua instalação;
os pacotes são compilados com base em numerosas solicitações
*exclusivamente* para conveniência do usuário.

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

## Lista de Módulos

| Módulo                                                                                                                                                                                                                                                                                                             | Versão                   | Pacotes                                                                  | Descrição                                                                                                                                                                                                                                                                                                                                  |
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------|--------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [Auth JWT](https://pt.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`                     | Adiciona autenticação JWT para clientes.                                                                                                                                                                                                                                                                                                   |
| [Auth LDAP](https://pt.angie.software//angie/docs/installation/external-modules/auth-ldap.md#external-ldap)                                                                                                                                                                                                        | 241200e                  | `angie-module-auth-ldap`  `angie-pro-module-auth-ldap`                   | Adiciona suporte para autenticação LDAP com múltiplos servidores.                                                                                                                                                                                                                                                                          |
| [Auth PAM](https://pt.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`                     | Adiciona suporte para autenticação PAM.                                                                                                                                                                                                                                                                                                    |
| [Auth SPNEGO](https://pt.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`               | Adiciona suporte para SPNEGO e GSSAPI.                                                                                                                                                                                                                                                                                                     |
| [Auth TOTP](https://pt.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`                   | Adiciona autenticação de senha única baseada em TOTP.                                                                                                                                                                                                                                                                                      |
| [Brotli](https://pt.angie.software//angie/docs/installation/external-modules/brotli.md#external-brotli)                                                                                                                                                                                                            | v1.0.0rc                 | `angie-module-brotli`  `angie-pro-module-brotli`                         | Adiciona compressão Brotli estática e dinâmica para respostas.                                                                                                                                                                                                                                                                             |
| [Cache Purge](https://pt.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 limpar conteúdo dos caches FastCGI, proxy, SCGI e uWSGI.                                                                                                                                                                                                                                                                           |
| [CGI](https://pt.angie.software//angie/docs/installation/external-modules/cgi.md#external-cgi)                                                                                                                                                                                                                     | v0.13                    | `angie-module-cgi`  `angie-pro-module-cgi`                               | Adiciona suporte para CGI.                                                                                                                                                                                                                                                                                                                 |
| [Combined Upstreams](https://pt.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últiplos grupos de servidores em um.                                                                                                                                                                                                                                                                                     |
| [DAV Ext](https://pt.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`                       | Estende o suporte WebDAV com os métodos PROPFIND e OPTIONS.                                                                                                                                                                                                                                                                                |
| [Dynamic Limit Req](https://pt.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`   | Serve para bloquear dinamicamente endereços IP e desbloqueá-los periodicamente.                                                                                                                                                                                                                                                            |
| [Echo](https://pt.angie.software//angie/docs/installation/external-modules/echo.md#external-echo)                                                                                                                                                                                                                  | v0.63                    | `angie-module-echo`  `angie-pro-module-echo`                             | Permite chamar `echo`, `sleep`, `time`, `exec`<br/>e outros comandos shell no arquivo de configuração.                                                                                                                                                                                                                                     |
| [Enhanced Memcached](https://pt.angie.software//angie/docs/installation/external-modules/enhanced-memcached.md#external-enhanced-memcached)                                                                                                                                                                        | v0.3                     | `angie-module-enhanced-memcached`  `angie-pro-module-enhanced-memcached` | Estende as capacidades do módulo [Memcached](https://pt.angie.software//angie/docs/configuration/modules/http/http_memcached.md#http-memcached) integrado.                                                                                                                                                                                 |
| [Eval](https://pt.angie.software//angie/docs/installation/external-modules/eval.md#external-eval)                                                                                                                                                                                                                  | 2016.06.10               | `angie-module-eval`  `angie-pro-module-eval`                             | Permite salvar corpos de resposta de subrequisições em variáveis.                                                                                                                                                                                                                                                                          |
| [GeoIP2](https://pt.angie.software//angie/docs/installation/external-modules/geoip2.md#external-geoip2)                                                                                                                                                                                                            | 3.4                      | `angie-module-geoip2`  `angie-pro-module-geoip2`                         | Adiciona busca de geolocalização em bancos de dados MaxMind GeoIP2.                                                                                                                                                                                                                                                                        |
| [Headers More](https://pt.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 definir e limpar cabeçalhos de requisição e resposta.                                                                                                                                                                                                                                                                              |
| [HTTP Auth Radius](https://pt.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`     | Adiciona suporte para Radius.                                                                                                                                                                                                                                                                                                              |
| [JWT](https://pt.angie.software//angie/docs/installation/external-modules/jwt.md#external-jwt)                                                                                                                                                                                                                     | v3.4.3                   | `angie-module-jwt`  `angie-pro-module-jwt`                               | Alternativa leve ao [Auth JWT](https://pt.angie.software//angie/docs/installation/external-modules/auth-jwt.md#external-auth-jwt).                                                                                                                                                                                                         |
| [Keyval](https://pt.angie.software//angie/docs/installation/external-modules/keyval.md#external-keyval)                                                                                                                                                                                                            | 0.3.0                    | `angie-module-keyval`  `angie-pro-module-keyval`                         | Permite usar variáveis com valores de pares chave-valor.                                                                                                                                                                                                                                                                                   |
| [Lua](https://pt.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`                               | Permitem usar a linguagem Lua na configuração do Angie<br/>nos contextos `http` e `stream`, respectivamente.                                                                                                                                                                                                                               |
| [ModSecurity](https://pt.angie.software//angie/docs/installation/external-modules/modsecurity.md#external-modsec)                                                                                                                                                                                                  | v1.0.4                   | `angie-module-modsecurity`  `angie-pro-module-modsecurity`               | Adiciona um conector para usar regras ModSecurity.                                                                                                                                                                                                                                                                                         |
| [NJS](https://pt.angie.software//angie/docs/installation/external-modules/njs.md#external-njs):<br/>[http_js](https://pt.angie.software//angie/docs/installation/external-modules/http_js.md#http-js),<br/>[stream_js](https://pt.angie.software//angie/docs/installation/external-modules/stream_js.md#stream-js) | 0.9.1                    | `angie-module-njs`  `angie-pro-module-njs`                               | Permitem usar njs, um subconjunto da linguagem JavaScript,<br/>na configuração do Angie<br/>nos contextos `http` e `stream`, respectivamente.<br/><br/>Também está disponível uma versão leve do pacote chamada<br/>`...-njs-light`; no entanto, ela é incompatível com a versão regular<br/>e não pode ser usada simultaneamente com ela. |
| [NDK](https://pt.angie.software//angie/docs/installation/external-modules/ndk.md#external-ndk)                                                                                                                                                                                                                     | v0.3.4                   | `angie-module-ndk`  `angie-pro-module-ndk`                               | Adiciona o Nginx Development Kit (NDK) para desenvolver novos módulos.                                                                                                                                                                                                                                                                     |
| [OpenTracing](https://pt.angie.software//angie/docs/installation/external-modules/opentracing.md#external-opentracing)                                                                                                                                                                                             | v0.41.0                  | `angie-module-opentracing`  `angie-pro-module-opentracing`               | Adiciona rastreamento distribuído de requisições OpenTracing no Angie;<br/>contém plugins para exportar dados para Zipkin e DataDog.                                                                                                                                                                                                       |
| [OpenTelemetry](https://pt.angie.software//angie/docs/installation/external-modules/otel.md#external-otel)                                                                                                                                                                                                         | v0.1.2                   | `angie-module-otel`  `angie-pro-module-otel`                             | Permite enviar dados de telemetria para o coletor OpenTelemetry.                                                                                                                                                                                                                                                                           |
| [PostgreSQL](https://pt.angie.software//angie/docs/installation/external-modules/postgres.md#external-postgres)                                                                                                                                                                                                    | 1.0rc7                   | `angie-module-postgres`  `angie-pro-module-postgres`                     | Inclui suporte direto para bancos de dados PostgreSQL.                                                                                                                                                                                                                                                                                     |
| [Redis2](https://pt.angie.software//angie/docs/installation/external-modules/redis2.md#external-redis2)                                                                                                                                                                                                            | v0.15                    | `angie-module-redis2`  `angie-pro-module-redis2`                         | Inclui suporte para Redis 2.0 para upstreams HTTP.                                                                                                                                                                                                                                                                                         |
| [RTMP](https://pt.angie.software//angie/docs/installation/external-modules/rtmp.md#external-rtmp)                                                                                                                                                                                                                  | v1.2.2                   | `angie-module-rtmp`  `angie-pro-module-rtmp`                             | Inclui suporte para RTMP para transmissões de streaming e vídeo sob demanda.                                                                                                                                                                                                                                                               |
| [Set Misc](https://pt.angie.software//angie/docs/installation/external-modules/set-misc.md#external-set-misc)                                                                                                                                                                                                      | v0.33                    | `angie-module-set-misc`  `angie-pro-module-set-misc`                     | Adiciona várias diretivas set_xxx ao<br/>módulo [Rewrite](https://pt.angie.software//angie/docs/configuration/modules/http/http_rewrite.md#http-rewrite).                                                                                                                                                                                  |
| [Subs](https://pt.angie.software//angie/docs/installation/external-modules/subs.md#external-subs)                                                                                                                                                                                                                  | e12e965                  | `angie-module-subs`  `angie-pro-module-subs`                             | Permite substituir strings em corpos de resposta HTTP usando expressões regulares.                                                                                                                                                                                                                                                         |
| [TestCookie](https://pt.angie.software//angie/docs/installation/external-modules/testcookie.md#external-testcookie)                                                                                                                                                                                                | 64137c2                  | `angie-module-testcookie`  `angie-pro-module-testcookie`                 | Ajuda a combater bots<br/>usando um mecanismo de "desafio-resposta" baseado em cookies.                                                                                                                                                                                                                                                    |
| [UnBrotli](https://pt.angie.software//angie/docs/installation/external-modules/unbrotli.md#external-unbrotli)                                                                                                                                                                                                      | 60bed63                  | `angie-module-unbrotli`  `angie-pro-module-unbrotli`                     | Descompacta respostas com `Content-Encoding: br`<br/>para clientes que não suportam codificação Brotli.                                                                                                                                                                                                                                    |
| [Upload](https://pt.angie.software//angie/docs/installation/external-modules/upload.md#external-upload)                                                                                                                                                                                                            | 2.3.0                    | `angie-module-upload`  `angie-pro-module-upload`                         | Adiciona codificação `multipart/form-data` (RFC 1867) para uploads de arquivos<br/>do cliente, incluindo capacidade de retomada.                                                                                                                                                                                                           |
| [VOD](https://pt.angie.software//angie/docs/installation/external-modules/vod.md#external-vod)                                                                                                                                                                                                                     | 1.33                     | `angie-module-vod`  `angie-pro-module-vod`                               | Permite reempacotar arquivos MP4 para streaming via HLS, HDS, MSS e DASH.                                                                                                                                                                                                                                                                  |
| [VTS](https://pt.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`                               | Incluem os três módulos listados para monitoramento de tráfego.                                                                                                                                                                                                                                                                            |
| [ZIP](https://pt.angie.software//angie/docs/installation/external-modules/zip.md#external-zip)                                                                                                                                                                                                                     | 1.3.0                    | `angie-module-zip`  `angie-pro-module-zip`                               | Inclui empacotamento dinâmico de arquivos ZIP.                                                                                                                                                                                                                                                                                             |
| [Zstd](https://pt.angie.software//angie/docs/installation/external-modules/zstd.md#external-zstd)                                                                                                                                                                                                                  | f4ba115                  | `angie-module-zstd`  `angie-pro-module-zstd`                             | Inclui compressão Zstandard.                                                                                                                                                                                                                                                                                                               |
