Releases: NginxProxyManager/nginx-proxy-manager
Releases · NginxProxyManager/nginx-proxy-manager
v2.7.0
- Removes the need of a config file and allows db config via environment (thanks @chaptergy)
- Adds autoremove of failed certificate creations in DB (thanks @chaptergy)
- Adds visual indicator for certificate deletion (thanks @chaptergy)
v2.6.2
- Adds certbot plugin installation check on startup (thanks @chaptergy)
- Adds X-Real-IP header to proxied requests
- Fixes pip3 installation errors when no certbot plugins to install
v2.6.1
- Fixes custom certificate upload (thanks @chaptergy)
- Fixes extra semi-colon on nginx configs where SSL is requested and access list is used
v2.6.0
- Allow DNS challenges not just for cloudflare (thanks @chaptergy)
- Pass/Don't Pass Auth Header (thanks @jmwebslave)
- Fix for access list getAll when not granted all permissions (thanks @Philip-Mooney)
v2.5.0
v2.4.0
v2.3.1
v2.3.0
This issue replaces vanilla Nginx with OpenResty. It is recommended that you stop your docker services and back them up before pulling this version. If you encounter any issues, revert to the 2.2.4
docker tag and open an issue.
- Fix for access lists: skip auth when no users defined (@Indemnity83)
- Increased and more timeouts for Nginx proxy (@theraw)
- Using OpenResty base image (@Subv)
- Added code contributors to bottom of Readme