Documentation : https://docs.bunkerweb.io/1.6.7~rc1/
Docker tags :
- BunkerWeb :
bunkerity/bunkerweb:1.6.7~rc1orghcr.io/bunkerity/bunkerweb:1.6.7~rc1 - Scheduler :
bunkerity/bunkerweb-scheduler:1.6.7~rc1orghcr.io/bunkerity/bunkerweb-scheduler:1.6.7~rc1 - Autoconf :
bunkerity/bunkerweb-autoconf:1.6.7~rc1orghcr.io/bunkerity/bunkerweb-autoconf:1.6.7~rc1 - UI :
bunkerity/bunkerweb-ui:1.6.7~rc1orghcr.io/bunkerity/bunkerweb-ui:1.6.7~rc1
Linux packages : https://packagecloud.io/app/bunkerity/bunkerweb/search?q=1.6.7~rc1&filter=all&dist=
Changelog :
- [FEATURE] Refactor logging setup across multiple modules to be able to send logs to a syslog server and have multiple handlers at the same time
- [FEATURE] Allow configuration of whether Base64 decoding should be applied to DNS credentials via the new
LETS_ENCRYPT_DNS_CREDENTIAL_DECODE_BASE64setting in theLet's Encryptplugin (default isyes) - [FEATURE] Add new
ACCESS_LOGandERROR_LOGsettings to configure access and error log destinations for BunkerWeb's instance - [FEATURE] Refactor
Auth Basicplugin so Lua now hashes credentials with salted scrypt (CSPRNG-only) and verifies them in constant time. - [FEATURE] Updated
Bad Behaviorplugin to automatically apply bans made by the default server globally across all services, enhancing security by ensuring that IPs exhibiting bad behavior are consistently blocked. - [FEATURE] Add the possibility to have draft custom configurations that are not applied to the service until they are explicitly published. Draft custom configurations are indicated in the web UI and can be toggled between draft and online status.
- [FEATURE] Add new
SSL_SESSION_CACHE_SIZEsetting to the SSL plugin to allow configuration of the size of the SSL session cache (e.g.,10m,512k). Setting it tooffornonedisables session caching (default is10m). - [FEATURE] Enhance the Antibot plugin to better handle redirection back to the original request path after a successful challenge by checking the
Refererheader, ensuring users are redirected to meaningful content rather than static files or other unintended destinations - [FEATURE] Add the possibility to tweak custom configurations created from the web UI or API manually
- [FEATURE] Allow customizing plugin execution order via new
PLUGINS_ORDER_*settings (space-separated plugin IDs; multisite-aware per phase) - [BUGFIX] Fix issues with the Ingress controller regarding reverse proxy settings when using multiple paths per rule and a template by adjusting the indexing logic to be configurable via the new
KUBERNETES_REVERSE_PROXY_SUFFIX_STARTsetting (default is1to keep backward compatibility) - [BUGFIX] Escape percentage signs in
DATABASE_URIfor Alembic when using the SQLAlchemy URL configuration to prevent formatting errors during migrations - [BUGFIX] Fix issues with
Autoconfcontrollers persisting old instances after they have been deleted from the orchestrator. - [UI] Enhance service configuration handling during edits and renames to ensure consistency and prevent data loss
- [UI] Enhance session management with Redis support and configurable session lifetime
- [UI] Renamed "Global Configuration" to "Global Settings" in the web UI for clarity
- [UI] Address CSRF token issues in the web UI when not connecting through BunkerWeb
- [UI] Add the possibility to provide a certificate and a key so that the web UI can be served over HTTPS (without requiring a reverse proxy)
- [UI] Fix occasional flash of the light mode on the loading page when using dark mode
- [API] Refactor rate limiting to be more user-friendly and configurable via settings
- [LINUX] Support Fedora 43
- [LINUX] Update version retrieval for RPM packaging to ensure correct sorting for release candidates
- [DOCS] Add documentation about the new logging settings and how to configure them
- [DOCS] Update database compatibility matrix
- [DOCS] Refactor API documentation to include new API features and improve clarity
- [DOCS] Add documentation about the new "Custom Pages" PRO plugin
- [DOCS] Refactor web UI documentation to improve clarity
- [DEPS] Update lua-resty-session version to v4.1.5
- [DEPS] Update coreruleset-v4 version to v4.21.0
- [DEPS] Updated zlib version to v1.3.1.2