-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ponent API Schema Improvements
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.
add Baidu as DNS provider
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
Added nic.ru DNS provider
Add First Domains DNS Provider
Add DDNSS to the list of supported Providers for DNS-01 Challenges
add Baidu as DNS provider
Update certbot-dns-plugins.json
Update the Gandi plugin.
Update strato dns plugin from 0.2.1 to 0.2.2
added CDMon DNS provider
…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>
use latest certbot-dns-cpanel version
…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
Docker Image for build 2 is available on Note: ensure you backup your NPM instance before testing this image! Especially if there are database changes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.