Skip to content

Releases: NginxProxyManager/nginx-proxy-manager

v2.7.0

18 Nov 05:52
1c43cc2
Compare
Choose a tag to compare
  • 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

06 Nov 10:40
cf8812c
Compare
Choose a tag to compare
  • 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

16 Oct 23:25
301499d
Compare
Choose a tag to compare
  • 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

15 Oct 06:31
e3399e1
Compare
Choose a tag to compare
  • 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

04 Sep 00:39
28f7208
Compare
Choose a tag to compare
  • Ignore more local subnets for real IP determination
  • Sqlite fixes (thanks @jlesage)
  • Added cloudflare dns to certbot (thanks @jipjan)
  • Custom cert upload UI improvements (thanks @duhruh)

v2.4.0

06 Aug 07:34
74010ac
Compare
Choose a tag to compare
  • Sqlite support (thanks @tg44)
  • Larger forward host value (thanks @vrenjith)
  • Slightly more integration testing
  • Updated nodejs deps

v2.3.1

09 Jun 00:14
3f723b1
Compare
Choose a tag to compare

Very small release:

  • Don't use duplicate relations when eager-loading access list items and clients #454 (@Subv)

v2.3.0

28 May 07:26
546f862
Compare
Choose a tag to compare

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

21 May 06:55
7084473
Compare
Choose a tag to compare
  • UI Tweaks for host name length (thanks @spalger)
  • Fixed typos
  • Added FAQ to docs
  • Fix letsencrypt certs for ipv6 only domains

v2.2.3

15 Apr 07:04
4c60bfb
Compare
Choose a tag to compare

#360 Access Lists with IP allow/deny support - Many thanks to @Indemnity83