An open API service indexing awesome lists of open source software.

https://github.com/dockette/brotli

🦾Precompiled brotli binaries for Nginx
https://github.com/dockette/brotli

brotli nginx nginx-brotli pwnlabs

Last synced: 9 months ago
JSON representation

🦾Precompiled brotli binaries for Nginx

Awesome Lists containing this project

README

          

Brotli (precompiled)


🦾Precompiled brotli binaries for Nginx and other tools.


🕹 f3l1x.io | 💻 f3l1x | 🐦 @xf3l1x

-----

## Usage

```Dockerfile
FROM dockette/debian:buster

ENV NGINX_VERSION=1.23.2
ENV NGINX_MODULES=/usr/lib/nginx/modules

RUN apt update
RUN apt install -y nginx curl
RUN curl -L https://github.com/f00b4r/brotli/releases/download/latest/debian-buster-${NGINX_VERSION}-ngx_http_brotli_filter_module.so -o ${NGINX_MODULES}/ngx_http_brotli_filter_module.so &&
```

## Build

This repo using tool [Docker](https://docs.docker.com/get-docker/).

```
make build
```

## Development

See [how to contribute](https://contributte.org/contributing.html) to this package.

This package is currently maintained by these authors.



-----

Consider to [support](https://github.com/sponsors/f3l1x) **f3l1x**. Also thank you for using this package.