Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
BunkerWeb_documentation_v1.6.1-rc1.pdf | 2025-02-20 | 6.0 MB | |
README.md | 2025-02-20 | 1.8 kB | |
v1.6.1-rc1 source code.tar.gz | 2025-02-20 | 41.0 MB | |
v1.6.1-rc1 source code.zip | 2025-02-20 | 44.3 MB | |
Totals: 4 Items | 91.3 MB | 0 |
Documentation : https://docs.bunkerweb.io/1.6.1-rc1/
Docker tags :
- BunkerWeb : bunkerity/bunkerweb:1.6.1-rc1
or ghcr.io/bunkerity/bunkerweb:1.6.1-rc1
- Scheduler : bunkerity/bunkerweb-scheduler:1.6.1-rc1
or ghcr.io/bunkerity/bunkerweb-scheduler:1.6.1-rc1
- Autoconf : bunkerity/bunkerweb-autoconf:1.6.1-rc1
or ghcr.io/bunkerity/bunkerweb-autoconf:1.6.1-rc1
- UI : bunkerity/bunkerweb-ui:1.6.1-rc1
or ghcr.io/bunkerity/bunkerweb-ui:1.6.1-rc1
Linux packages : https://packagecloud.io/app/bunkerity/bunkerweb/search?q=1.6.1-rc1&filter=all&dist=
Changelog :
- [BUGFIX] Fix ModSecurity false positive on the web UI when the UI_HOST
setting contains an IP address
- [BUGFIX] Fix ModSecurity false positive when the web UI SERVER_NAME
is set to an IP address
- [BUGFIX] Fix PRO activation not working in the web UI
- [BUGFIX] Fix log extraction was not working in the web UI when specific conditions were met (invalid UTF-8 characters)
- [BUGFIX] Fix database migration logic to handle dev
and testing
versions
- [BUGFIX] Fix web UI waiting for temporary web UI to stop indefinitely in some cases
- [FEATURE] Add deSEC
DNS provider support in letsencrypt
plugin
- [UI] Enhance UX here and there
- [UI] Add an instance hostname validation in the instances
page when adding a new instance
- [UI] It is now possible to edit services created with the autoconf
method
- [UI] It is now possible to change the theme even if the database is in read-only mode
- [UI] Added an auto-hide functionality to informative messages in the UI
- [MISC] Update regex for SERVER_NAME
to improve accuracy and avoid issues
- [MISC] Revamped DNS credential validation to minimize configuration errors and enhance overall reliability.