Skip to content

v2.12.4 #4605

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 73 commits into from
Jul 1, 2025
Merged

v2.12.4 #4605

merged 73 commits into from
Jul 1, 2025

Conversation

jc21
Copy link
Member

@jc21 jc21 commented Jun 30, 2025

No description provided.

hatharry and others added 30 commits November 13, 2024 16:31
this allows to use token for authentication
If people copy and paste the sqlite installation without commenting environment docker compose will throw an error because environment will be null.
Fix stream list page error code 500。
This change adds a new environment variable to control whether IP ranges
are fetched during application startup. When set to 'false', the initial
fetch will be skipped, which can:

1. Speed up application startup
2. Avoid connectivity issues in environments with restricted internet access
3. Prevent startup failures when CloudFront or CloudFlare services are unreachable
In #4235 the certbot plugin for do.de (Domain Offensive) was updated to use the more
official version. One necessary line modification was missed, resulting in an error when creating a new certificate.
Fix for bug #4429 add cpanel_api_token entry to credentials check. Will still need to update the documentation that the user will need to retrieve the api token from their cPanel.
Replace inefficient find/execdir implementation that was causing 3+ minute
startup delays with a more efficient approach that:

1. Uses a flag file to skip redundant operations on container restarts
2. Processes site-packages directories with bulk chown operations instead
   of individual file checks and changes
3. Maintains the same functionality while dramatically improving performance

This change should significantly reduce container startup time while ensuring
all necessary file permissions are still properly set.
This commit extends the global plugin list with the configuration for
certbot-dns-ddnss (https://pypi.org/project/certbot-dns-ddnss/),
a new plugin providing DNS-01 challenges for ddnss.de
Add First Domains DNS Provider
Add DDNSS to the list of supported Providers for DNS-01 Challenges
Update certbot-dns-plugins.json
jc21 and others added 28 commits June 30, 2025 08:09
Update strato dns plugin from 0.2.1 to 0.2.2
…rn/frontend/pbkdf2-3.1.3

Bump pbkdf2 from 3.1.1 to 3.1.3 in /frontend
Fix Incorrect Api status codes
…rn/test/brace-expansion-1.1.12

Bump brace-expansion from 1.1.11 to 1.1.12 in /test
Added Selectel v2  DNS provider
Bumps [axios](https://github.com/axios/axios) from 1.7.7 to 1.10.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.7...v1.10.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.10.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.19
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.6.0 to 6.6.1.
- [Commits](indutny/elliptic@v6.6.0...v6.6.1)

---
updated-dependencies:
- dependency-name: elliptic
  dependency-version: 6.6.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…rn/frontend/elliptic-6.6.1

Bump elliptic from 6.6.0 to 6.6.1 in /frontend
…rn/docs/vite-5.4.19

Bump vite from 5.4.14 to 5.4.19 in /docs
…rn/test/axios-1.10.0

Bump axios from 1.7.7 to 1.10.0 in /test
Fixed an issue with the 500 error code on the Stream list page
Fixed error in sqlite installation compose file
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.11 to 1.1.12.
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@1.1.11...v1.1.12)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 1.1.12
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…rn/backend/brace-expansion-1.1.12

Bump brace-expansion from 1.1.11 to 1.1.12 in /backend
Added IP_RANGES_FETCH_ENABLED environment variable
Update frontend copyright year to 2025
fix(modal): make textarea font actually monospace
fix: optimize certbot ownership script to reduce container startup time
@nginxproxymanagerci
Copy link

Docker Image for build 2 is available on
DockerHub
as nginxproxymanager/nginx-proxy-manager-dev:pr-4605

Note: ensure you backup your NPM instance before testing this image! Especially if there are database changes
Note: this is a different docker image namespace than the official image

@jc21 jc21 merged commit b84762b into master Jul 1, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.