Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
BunkerWeb_documentation_v1.6.2-rc3.pdf | 2025-06-06 | 14.1 MB | |
README.md | 2025-06-06 | 3.0 kB | |
v1.6.2-rc3 source code.tar.gz | 2025-06-06 | 86.9 MB | |
v1.6.2-rc3 source code.zip | 2025-06-06 | 90.6 MB | |
Totals: 4 Items | 191.5 MB | 0 |
Documentation : https://docs.bunkerweb.io/1.6.2-rc3/
Docker tags :
- BunkerWeb : bunkerity/bunkerweb:1.6.2-rc3
or ghcr.io/bunkerity/bunkerweb:1.6.2-rc3
- Scheduler : bunkerity/bunkerweb-scheduler:1.6.2-rc3
or ghcr.io/bunkerity/bunkerweb-scheduler:1.6.2-rc3
- Autoconf : bunkerity/bunkerweb-autoconf:1.6.2-rc3
or ghcr.io/bunkerity/bunkerweb-autoconf:1.6.2-rc3
- UI : bunkerity/bunkerweb-ui:1.6.2-rc3
or ghcr.io/bunkerity/bunkerweb-ui:1.6.2-rc3
Linux packages : https://packagecloud.io/app/bunkerity/bunkerweb/search?q=1.6.2-rc3&filter=all&dist=
Changelog :
- [BUGFIX] Refactor CLI command handling to support additional arguments
- [DOCS] Update the documentation about the all-in-one
image to include the new features and improvements, also move it to its own section
- [FEATURE] Add request ID to error pages, logs and display it in UI reports for easier tracking of issues
- [FEATURE] Add support for Docker secrets in all services
- [FEATURE] Add more data to ModSecurity reports
- [FEATURE] Add new LETS_ENCRYPT_MAX_RETRIES
setting to the Let's Encrypt
plugin to configure how many times certificate generation should be retried with Let's Encrypt (default is 0, meaning no retries)
- [ALL-IN-ONE] Fully integrate CrowdSec in the all-in-one image
- [ALL-IN-ONE] Fully integrate Redis in the all-in-one image (activated by default)
- [UI] Add clear notifications feature to both UI and backend for improved notification management
- [UI] Improve plugin navigation by displaying plugins as a vertical list on the left side of the card, replacing the dropdown combobox
- [UI] Display a small "enabled/disabled" icon next to each plugin name in the plugin sidebar and menu to indicate whether the plugin is active (e.g., show if Reverse Proxy is enabled)
- [UI] Update QR code generation to use PilImage and output JPEG format for improved compatibility
- [UI] Add a modal to update ban durations, with support for localization
- [UI] Add system memory usage monitoring to the home page dashboard for real-time insights
- [UI] Add a more robust system when showing reports and bans data to avoid potential XSS vulnerabilities
- [UI] Refactor the data display on the report page for a more user-friendly experience
- [UI] Add quick actions for bans back
- [UI] Enhance reset button visibility and tooltip handling across various settings templates
- [UI] Add the possibility to delete cache files
- [MISC] Refactor template rendering for improved performance and efficiency
- [LINUX] Provide an interactive installer script for BunkerWeb that guides users through setup options
- [DEPS] Updated NGINX version to 1.28.0 (except for Fedora as it is not yet available)
- [CONTRIBUTION] Thank you @lenglet-k for your contribution to the Ingress controller
- [CONTRIBUTION] Thank you @kovacs-andras for your contribution to the PRO urls in the documentation
- [CONTRIBUTION] Thank you @mevenG for your contribution to the README file