Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
BunkerWeb_documentation_v1.5.5.pdf | 2024-01-12 | 4.3 MB | |
README.md | 2024-01-12 | 1.7 kB | |
v1.5.5 source code.tar.gz | 2024-01-12 | 76.1 MB | |
v1.5.5 source code.zip | 2024-01-12 | 79.1 MB | |
Totals: 4 Items | 159.5 MB | 0 |
Documentation : https://docs.bunkerweb.io/1.5.5/
Docker tags :
- BunkerWeb : bunkerity/bunkerweb:1.5.5
or ghcr.io/bunkerity/bunkerweb:1.5.5
- Scheduler : bunkerity/bunkerweb-scheduler:1.5.5
or ghcr.io/bunkerity/bunkerweb-scheduler:1.5.5
- Autoconf : bunkerity/bunkerweb-autoconf:1.5.5
or ghcr.io/bunkerity/bunkerweb-autoconf:1.5.5
- UI : bunkerity/bunkerweb-ui:1.5.5
or ghcr.io/bunkerity/bunkerweb-ui:1.5.5
Linux packages : https://packagecloud.io/app/bunkerity/bunkerweb/search?q=1.5.5&filter=all&dist=
Changelog : - [BUGFIX] Fix issues with the database when upgrading from version 1.5.3 and 1.5.4 to the most recent version - [BUGFIX] Fix ModSecurity-nginx to make it work with brotli - [BUGFIX] Remove certbot renew delay causing errors on k8s - [BUGFIX] Fix missing custom modsec files when BW instances change - [BUGFIX] Fix inconsistency on config changes when using Redis - [BUGFIX] Fix web UI not working when using / URL - [FEATURE] Add Anonymous reporting feature - [FEATURE] Add support for fallback Referrer-Policies - [FEATURE] Add 2FA support to web UI - [FEATURE] Add username and password management to web UI - [FEATURE] Add setting REVERSE_PROXY_INCLUDES to manually add "include" directives in the reverse proxies - [FEATURE] Add support for Redis Sentinel - [FEATURE] Add support for tls in Ingress definition - [MISC] Fallback to default HTTPS certificate to prevent errors - [MISC] Various internal improvements in LUA code - [MISC] Check nginx configuration before reload - [MISC] Updated Python Docker image to 3.12.1-alpine3.18 in Dockerfiles - [MISC] Switch gunicorn worker_class back to gevent in web UI - [DEPS] Updated ModSecurity to v3.0.11