Nginx Proxy Manager Versions Save

Docker container for managing Nginx proxy hosts with a simple, powerful interface

v2.9.20

1 year ago

Important: Back up your entire instance before using this new version! As with any new version, there may be breaking changes.

  1. Bring your docker instance down
  2. Zip or copy your data and letsencrypt folders
  3. Pull this new image jc21/nginx-proxy-manager:2.9.20
  4. Bring up your docker stack and check for any problems in the logs
  5. Renew your DNS certs
  6. Check some or all of your hosts for expected behaviour

Changes

  • Workaround for cloudflare plugin install, fixes #2381
  • Fix cerbot plugin installation issues (thanks @i-strelnikov)
  • Load events configuration from custom file (thanks @BitsOfAByte)
  • Update certbot desec plugin, fixes #2485 (thanks @LEDfan)
  • Add Online (online.net) DNS provider (thanks @gromez)
  • ACL changes should not blow away cert config, fixes #2254 (thanks @jmerdich)
  • Use ssl_reject_handshake to reject requests to default https site (thanks @TheBeeZee)
  • Mitigate CVE-2023-23596 by changing child_process.exec to child_process.execFile, fixes #2600 #2063 (thanks @skarlcf)
  • Make sure to lowercase email address entered by the user during login (thanks @jlesage)
  • Update certbot-dns-ionos plugin (thanks @campingwoelfe)
  • Add Google Domains DNS provider (thanks @ ttocsr)
  • Lots of outstanding dependabot updates
  • Updates openssl and other packages from the base image, fixes #2602
  • Added cert-prune command to container, see below

cert-prune

I've been using my own project for years and only recently found that certbot keeps old certificates on file. My letsencrypt folder was over 150mb :/ So @axllent has created this small piece of software and I've used it myself to reduce the size dramatically. I recommend backing up your letsencrypt folder prior to using it.

To use it in this project you'll have to run the command manually at your leisure:

docker exec -ti yourdockercontainer cert-prune
# or
docker-compose exec npm cert-prune
# or
docker compose exec npm cert-prune

Docker images

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

v2.9.19

1 year ago

Changes

  • update certbot-dns-duckdns to 0.9 (thanks @Nobody84)
  • Add webp format to assets.conf for Cache Assets (thanks @mantoufan)
  • Added autofocus to email input on login screen (thanks @wnhrt)
  • Added Domeneshop certbot DNS plugin (thanks @oleban)
  • Added Namecheap certbot DNS plugin (thanks @knoxell)
  • Added DomainOffensive certbot DNS plugin (thanks @DFS-90)
  • Fix DISABLE_IPV6 flag handling (thanks @Czocher)
  • Fix Possible multiple X-Forwarded-For headers (thanks @lakkeri)
  • Linked to contributors instead of managing for every release
  • Various documentation typos and updates

Docker images

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

v2.9.18

2 years ago

Changes

Fixes out of control memory leak

  • Reverted: Includes nginx-full pr 7 in base image: Added both lua-resty-http lua plugin and Crowdsec-Openresty-Bouncer

Docker images

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

v2.9.17

2 years ago

Changes

  • Update resolvers.conf to break dns cache (thanks @omercnet)
  • Fix #1950 XSS when deleting items
  • Includes nginx-full pr 7 in base image: Added both lua-resty-http lua plugin and Crowdsec-Openresty-Bouncer (thanks @LePresidente)

Docker images

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

v2.9.16

2 years ago

Changes

  • Update certbot-dns-transip
  • Add search feature to UI lists (thanks @ivankristianto)
  • Fix some failing pip installs

Docker images

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

v2.9.15

2 years ago

Changes

  • Revert Add two new headers to proxy.conf
  • Added Constellix (thanks @troykelly)

Docker images

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

v2.9.14

2 years ago

Changes

  • Fixes custom certificate upload modal (thanks @chaptergy)
  • Update default.conf to follow the default site setting also for ipv6 (thanks @TobiasKneidl)
  • Adds tencent cloud as dns challenge provider (thanks @chaptergy)
  • Adds delay after reloading nginx before requesting ssl certificate using http challenge (thanks @chaptergy)
  • fix to fetching cloudflare ipv4/ipv6 failures (thanks @luoweihua7)
  • Correctly escape backslashes in dns plugin credentials (thanks @chaptergy)
  • Adds FAQ entry for acl plus login (thanks @chaptergy)
  • Sets certbot official dns plugin version requirement to match certbot version (thanks @chaptergy)
  • Fixed the access log path to match the HTTP log path (thanks @jlesage)
  • Add two new headers to proxy.conf (thanks @the1ts)
  • Fixes dnspod credentials template (thanks @chaptergy)
  • Fixed generation of resolvers.conf (thanks @jlesage)

Docker images

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

v2.9.13

2 years ago

Changes

  • Adds buttons to test the availability of the host from public internet, when creating a new LE certificate with HTTP method (thanks @chaptergy)
  • Reverts back to proxy_pass without variables (thanks @chaptergy)
  • Uses Openresty v1.19.9.1

Docker images

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

v2.9.12

2 years ago

Changes

  • Fixed typo in i18n translation file (thanks @piuswalter)

Thanks @chaptergy:

  • Makes SQLite the default database in documentation
  • Falls back to SQLite if no environment variables are provided
  • Uses letsencrypt config file everywhere
  • Removes random delay when renewing certificates with the renew now button
  • Removes unused dependencies
  • Removes HSTS from admin ui
  • Adds advanced config header warning
  • Fixes custom location with capture groups

Docker images

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

v2.9.11

2 years ago

Changes

  • Fixes an oversight in #1258 which resulted in the path part of a url not being forwarded to the proxy (thanks @chaptergy)

Docker images

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