Skip to content

Releases: NginxProxyManager/nginx-proxy-manager

v2.1.1

21 Feb 02:41
Compare
Choose a tag to compare
  • Fixes non-amd64 architectures (#298)
  • Updated Cypress to 4.0.2
  • Updated backend dependencies (some deprecation warnings may appear, just ignore)
  • Added missing htpasswd binary in base image (#299)

v2.1.0

19 Feb 06:46
26a8e23
Compare
Choose a tag to compare

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

Minor bug fixes

04 Sep 22:24
0bc12f3
Compare
Choose a tag to compare

Many thanks to the community for the following fixes:

  • Selection of the ssl protocols/ciphers is done using the default server block. (#189)
  • Fix wrap for tags (#195)

Some features, some fixes

09 May 01:49
Compare
Choose a tag to compare

Features

  • You can now manually renew a LetsEncrypt cert from the Certificates list
  • Added support for DEBUG=1 environment variable to output more verbose info in docker logs
  • #85 added LetsEncrypt dns verification support
  • #134 more secure SSL ciphers
  • Added TLS 1.3 support with an updated nginx version

Fixes

  • Removing a LetsEncrypt cert will now remove it entirely from disk, which means that auto renewals will refresh the correct expiry dates in the database
  • #104 Custom locations with / paths are now allowed and the default location won't be used if present
  • Fix UI issues with updated tabler interface dependency

Docker Manifest Support

02 Apr 02:55
Compare
Choose a tag to compare

Now you don't have to care about which architecture to pull, you just need to pull latest and if your arch is supported, the correct arch image will be used.

Currently only supporting:

  • amd64
  • arm64
  • armv7l
  • armv6l - not automatically built for each release, please ask if you need updates

Also adds a patch for #98 thanks to @kolbii

Default Page and Sub Folders

05 Mar 02:42
Compare
Choose a tag to compare

This release adds a Settings tab which currently only allows you to change the default "Congratulations" page to something else, 404, redirect or custom HTML.

Also adds sub-folder locations for Proxy Hosts, many thanks to @kolbii

And finally added an environment variable to override the X-Frame-Options header, see the bottom of the installation instructions for usage.

Override default location

27 Feb 08:10
Compare
Choose a tag to compare

Advanced config now allows overriding default location / { block

Bug Fixes

19 Feb 07:03
Compare
Choose a tag to compare
  • Can now disable HTTP/2 option
  • HSTS Settings now part of the interface
  • arm64 build now available

Disabling / Enabling Hosts

04 Jan 06:34
Compare
Choose a tag to compare

Added disable/enable of all host types

Upstream SSL Support

03 Jan 04:56
Compare
Choose a tag to compare

Adds upstream SSL option for Proxy Hosts