Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
BunkerWeb_documentation_v1.6.2-rc5.pdf | 2025-06-16 | 13.9 MB | |
README.md | 2025-06-16 | 1.5 kB | |
v1.6.2-rc5 source code.tar.gz | 2025-06-16 | 86.9 MB | |
v1.6.2-rc5 source code.zip | 2025-06-16 | 90.6 MB | |
Totals: 4 Items | 191.4 MB | 0 |
Documentation : https://docs.bunkerweb.io/1.6.2-rc5/
Docker tags :
- BunkerWeb : bunkerity/bunkerweb:1.6.2-rc5
or ghcr.io/bunkerity/bunkerweb:1.6.2-rc5
- Scheduler : bunkerity/bunkerweb-scheduler:1.6.2-rc5
or ghcr.io/bunkerity/bunkerweb-scheduler:1.6.2-rc5
- Autoconf : bunkerity/bunkerweb-autoconf:1.6.2-rc5
or ghcr.io/bunkerity/bunkerweb-autoconf:1.6.2-rc5
- UI : bunkerity/bunkerweb-ui:1.6.2-rc5
or ghcr.io/bunkerity/bunkerweb-ui:1.6.2-rc5
Linux packages : https://packagecloud.io/app/bunkerity/bunkerweb/search?q=1.6.2-rc5&filter=all&dist=
Changelog :
- [BUGFIX] Ensure jobs correctly retrieve multisite settings when a service uses its default value while the global setting is overridden, preventing configuration mismatches.
- [FEATURE] Add new LETS_ENCRYPT_PASSTHROUGH
setting to the Let's Encrypt
plugin to allow passing through the Let's Encrypt challenge requests to the upstream server (default is no
)
- [UI] Fix i18n shenanigans in services page and in dataTables
- [UI] Fix plugins delete button not working
- [LINUX] Make sure that the NGINX service is disabled every time in the post-install script to avoid issues with the NGINX service being started when it shouldn't be
- [SECURITY] Refactor permissions in BunkerWeb files to ensure that only the necessary files are readable/writable/executable by the user running the service, enhancing security and preventing unauthorized access to sensitive files.