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

https://github.com/nginxproxymanager/docker-nginx-full

Docker image with compiled Nginx (OpenResty) and OpenSSL with all the stock Nginx plugins enabled.
https://github.com/nginxproxymanager/docker-nginx-full

Last synced: 9 months ago
JSON representation

Docker image with compiled Nginx (OpenResty) and OpenSSL with all the stock Nginx plugins enabled.

Awesome Lists containing this project

README

          

# nginx-full











This is a base image for use in other images. See Dockerfile for build steps.

The following images are built:

**latest**
- OpenResty
- Lua
- [Crowdsec Openresty Bouncer](https://github.com/crowdsecurity/cs-openresty-bouncer)

**certbot**
- Certbot
- Python3 and pip

**acmesh** _(used in Nginx Proxy Manager v3)_
- Acme.sh

**certbot-node** _(used in Nginx Proxy Manager v2)_
- Certbot
- Python3 and pip
- Nodejs

**acmesh-golang** _(development for Nginx Proxy Manager v3)_
- Acme.sh
- Golang

The following architectures are supported for all images:

- amd64
- arm/v7
- arm64

### Usage:

```
FROM nginxproxymanager/nginx-full:latest

...
```

#### Acme.sh Example

```
docker run \
-v /path/to/local/acme-data:/data/.acme.sh \
nginxproxymanager/nginx-full:acmesh \
acme.sh -h
```