Releases: NginxProxyManager/nginx-proxy-manager
Releases · NginxProxyManager/nginx-proxy-manager
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
v2.2.4
v2.2.3
v2.2.2
v2.2.1
v2.2.0
New logo and brand, new documentation site
- Nickname is required in user details form
v2.1.2
v2.1.1
v2.1.0
Now using docker buildx
for multiarch: amd64, armv7, arm64. No longer building for armv6. Let me know if you want more arch support in future. Previously, different arch's had slightly different configuration. Now they are all the same.
- All branches and PR's will be multiarch builds
- Using a new docker base image
- nginx v 1.17.8 with ipv6 support
- alpine 3.11.3
- JWT expiry changed to 1 day, fixes #279
- Added Cypress Testing
- Refactored project structure to better organise frontend and backend
- Updated frontend dependencies
- Added backend code formatting rules and enforce them in CI
- Opened up CI for public viewing and added badge to readme
- Removed importing code for version 1 installations
- UI wrapping improvements (#207)
- Updated knex to avoid vulnerability