Skip to content
/ brotli Public

🦾Precompiled brotli binaries for Nginx

License

Notifications You must be signed in to change notification settings

f00b4r/brotli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brotli (precompiled)

🦾Precompiled brotli binaries for Nginx and other tools.

🕹 f3l1x.io | 💻 f3l1x | 🐦 @xf3l1x


Usage

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.

make build

Development

See how to contribute to this package.

This package is currently maintained by these authors.


Consider to support f3l1x. Also thank you for using this package.