| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| BunkerWeb_documentation_v1.6.6-rc3.pdf | 2025-11-18 | 18.9 MB | |
| install-bunkerweb.sh | 2025-11-18 | 44.9 kB | |
| install-bunkerweb.sh.sha256 | 2025-11-18 | 87 Bytes | |
| README.md | 2025-11-18 | 1.9 kB | |
| v1.6.6-rc3 source code.tar.gz | 2025-11-18 | 95.7 MB | |
| v1.6.6-rc3 source code.zip | 2025-11-18 | 99.2 MB | |
| Totals: 6 Items | 213.9 MB | 0 | |
Documentation : https://docs.bunkerweb.io/1.6.6-rc3/
Docker tags :
- BunkerWeb : bunkerity/bunkerweb:1.6.6-rc3 or ghcr.io/bunkerity/bunkerweb:1.6.6-rc3
- Scheduler : bunkerity/bunkerweb-scheduler:1.6.6-rc3 or ghcr.io/bunkerity/bunkerweb-scheduler:1.6.6-rc3
- Autoconf : bunkerity/bunkerweb-autoconf:1.6.6-rc3 or ghcr.io/bunkerity/bunkerweb-autoconf:1.6.6-rc3
- UI : bunkerity/bunkerweb-ui:1.6.6-rc3 or ghcr.io/bunkerity/bunkerweb-ui:1.6.6-rc3
Linux packages : https://packagecloud.io/app/bunkerity/bunkerweb/search?q=1.6.6-rc3&filter=all&dist=
Changelog :
- [BUGFIX] Fix Let's Encrypt wildcard certificate serving when using wildcard mode in multisite setups and the root domain is a part of the SERVER_NAME setting of the service.
- [BUGFIX] Fix duplicated id error with ModSecurity rules when two services have the USE_UI setting enabled and the USE_MODSECURITY_GLOBAL_CRS setting enabled as well.
- [BUGFIX] Ensure the Limit plugin ignores global rules when USE_LIMIT_REQ is disabled globally so service-specific configs do not get throttled unintentionally.
- [BUGFIX] Ensure HTTP/3 works with the HTTP3 plugin by adding conditional reuseport to QUIC listen directives on the default HTTPS server.
- [FEATURE] Start monitoring 405 and 400 http status codes in the requests to be able to see them in the reports page.
- [FEATURE] Refactored Auth Basic authentication implementation to enhance security and maintainability by switching password hashing to bcrypt.
- [UI] Update DataTable initialization to automatically enable state saving for improved user experience.
- [LINUX] Support RHEL 9.7 instead of 9.6
- [LINUX] Support RHEL 10.1 instead of 10.0
- [DOCS] Add live status updates link to README and documentation in multiple languages.
- [DOCS] Fix PDF generation to generate it in english.
- [DOCS] Add documentation about how to setup BunkerWeb as a sidecar in Kubernetes.