Skip to content

Releases: NginxProxyManager/nginx-proxy-manager

v2.9.4

22 Jun 00:25
Compare
Choose a tag to compare

Changes

  • Use the certbot command from the PATH variable (thanks @chaptergy)
  • Update ssl-ciphers.conf (thanks @DSorlov)
  • Sets real_ip ranges to local network only (thanks @chaptergy)
  • Fixes duckdns certbot (thanks @chaptergy)
  • Adding "restart: always" to ReadMe (thanks @ChrisTracy)
  • Add support for Infomaniak and IONOS certbot plugins (thanks @Fuechslein)
  • Fixes some database issues on raspberry pi (thanks @chaptergy)
  • Numerous dependency updates

Docker images

For future stability, please consider using 2.9.4 tag and following releases for this project using the "Watch" menu top right of this screen.

v2.9.3

20 May 23:52
92eec95
Compare
Choose a tag to compare

Changes

  • Add new details about how to run this image on a Raspberry Pi device (thanks @razvanstoica89)
  • Add info about SSL (thanks @psharma04)
  • Adds GoDaddy DNS provider (thanks @chaptergy)
  • Serves font locally (thanks @chaptergy)
  • Reactivates Azure dns challenge with new version (thanks @chaptergy)
  • Adds porkbun as dns provider (thanks @chaptergy)
  • Updates DuckDNS to a working version (thanks @chaptergy)
  • Displays entity id for each entry in frontend (thanks @chaptergy)

Docker images

For future stability, please consider using 2.9.3 tag and following releases for this project using the "Watch" menu top right of this screen.

v2.9.2

10 May 00:01
Compare
Choose a tag to compare

Changes

  • Fix websockets not working for new/edited proxy hosts in v2.9.0/v2.9.1. After upgrading, just edit and save existing proxy hosts to apply the fix
  • Adds three more DNS providers: reg.ru, Azure, clouDNS (thanks @chaptergy)

Docker images

For future stability, please consider using 2.9.2 tag and following releases for this project using the "Watch" menus top right of this screen.

v2.9.1

07 May 09:56
Compare
Choose a tag to compare

This is a fix for a downgraded certbot in v2.9.0.

Changes

  • The certbot package is now installed in the base image and is not part of this project anymore.
  • Now using the latest version of certbot at the time of base image build and rebuild

Docker images

For future stability, please consider using 2.9.1 tag and following releases for this project using the "Watch" menus top right of this screen.

v2.9.0

06 May 03:34
485bae8
Compare
Choose a tag to compare

Starting from this release, the base docker image switches from alpine to debian. There are a few reasons for this:

  • latest nodejs in alpine doesn't work (as it's used here) with arm7
  • alpine doesn't keep older packages to revert to
  • glibc is better than musl

For almost everyone, you won't notice a difference. For anyone interested:

Changes

  • Switched to nginx-full base
  • #975 Improved Access List Form (thanks @thegamingninja)
  • #1034 Don't fix the select height, to fix multiline select (thanks @jonasled)
  • #958 docker-compose Instructions for streams support (thanks @italobb)
  • #1017 Apply 'Force SSL' and 'Enable Websockets' to full host definition (thanks @Stealthii)
  • #1020 Updated credentials for netcup dns challenge (thanks @stegmannb)
  • #1042 Add DuckDNS certbot plugin (thanks @hepelayo)
  • Security dependency updates
  • Github main branch changed to develop so PR's go there instead of master

Docker images

For future stability, please consider using 2.9.0 tag and following releases for this project using the "Watch" menus top right of this screen.

Deprecation notice

Nginx (OpenResty) is no longer built with very old CPU hardware, meaning it has lost some support to run on older CPU's. This was unavoidable as I have upgraded the CI systems and cannot compile on older CPU's anymore.

Once again, most of you won't notice any problems. But a select few of you will be limited to use docker image 2.8.1, the last image to offer this support.

v2.8.1

18 Mar 00:50
1a64d44
Compare
Choose a tag to compare
  • Update _hsts.conf template to increase HSTS max-age value #947 (thanks @phantomski77)
  • Add ACME-DNS certbot plugin #946 (thanks @ijaron)
  • Added TransIP dns provider #942 (thanks @nielscil)
  • Prevent activating nginx config after editing disabled proxy host #903 (thanks @ogarai)
  • Forward scheme and http code added for redirection hosts #883 (thanks @baruffaldi)
  • Removed the need to restart Nginx Proxy Manager after generating JWT key pair #880 (thanks @jlesage)
  • Dependency updates
  • Documentation updates

v2.8.0

08 Feb 06:15
ea28da9
Compare
Choose a tag to compare
  • Added support for docker secrets (thanks @ahgraber)
  • Added EuroDNS as a DNS provider (thanks @lorisbergeron)
  • Add new custom http.conf above includes for NPM-generated files (thanks @MooBaloo)
  • Use configured default page also for IPv6 (thanks @Shuro)

v2.7.3

12 Jan 02:47
6a8d5e2
Compare
Choose a tag to compare

v2.7.2

07 Jan 00:44
bfb3282
Compare
Choose a tag to compare
  • added aliyun DNS plugin (thanks @WaterCalm)
  • allow custom stream conf (thanks @klutchell)
  • removes explicit privkeytype check and adds passphrase error (thanks @chaptergy)
  • fix dead hosts verification count (thanks @lightglitch)
  • added Gandi Live DNS to certbot-dns-plugins.js (thanks @lebrou34)
  • dependencies updated

v2.7.1

18 Nov 13:58
72ac549
Compare
Choose a tag to compare
  • Fixes #728 where using a config file and no env vars results with API not starting