Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pruh/nginx-with-modules
vanilla nginx with some additional prebuilt modules
https://github.com/pruh/nginx-with-modules
Last synced: 28 days ago
JSON representation
vanilla nginx with some additional prebuilt modules
- Host: GitHub
- URL: https://github.com/pruh/nginx-with-modules
- Owner: pruh
- License: mit
- Created: 2023-01-08T16:24:41.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-24T06:47:59.000Z (11 months ago)
- Last Synced: 2023-12-25T07:38:12.758Z (11 months ago)
- Language: Dockerfile
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nginx-with-modules
The repository contains a Dockerfile to build a vanilla nginx with additional modules. The GitHub action pushes the image to Docker Hub on new nginx version. The image can be used in environments where additional modules are required, such as with [Authelia](https://www.authelia.com/).
Currently only contains the following modules:
1. [ngx_devel_kit](https://github.com/vision5/ngx_devel_kit)
2. [http_set_misc](https://github.com/openresty/set-misc-nginx-module)The original idea is described in the [gist](https://gist.github.com/hermanbanken/96f0ff298c162a522ddbba44cad31081.js) and developed in [Adding dynamic modules to nginx](https://systemd.naboo.space/adding-dynamic-modules-to-nginx/)