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
- Host: GitHub
- URL: https://github.com/dockette/brotli
- Owner: dockette
- License: mit
- Created: 2019-12-31T13:12:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-20T14:39:19.000Z (over 3 years ago)
- Last Synced: 2025-05-07T08:44:26.996Z (11 months ago)
- Topics: brotli, nginx, nginx-brotli, pwnlabs
- Language: Shell
- Homepage:
- Size: 21.5 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.