Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
BunkerWeb_documentation_v1.5.3.pdf | 2023-10-30 | 6.9 MB | |
README.md | 2023-10-30 | 1.9 kB | |
v1.5.3 source code.tar.gz | 2023-10-30 | 75.6 MB | |
v1.5.3 source code.zip | 2023-10-30 | 78.6 MB | |
Totals: 4 Items | 161.1 MB | 0 |
Documentation : https://docs.bunkerweb.io/1.5.3/
Docker tags :
- BunkerWeb : bunkerity/bunkerweb:1.5.3
or ghcr.io/bunkerity/bunkerweb:1.5.3
- Scheduler : bunkerity/bunkerweb-scheduler:1.5.3
or ghcr.io/bunkerity/bunkerweb-scheduler:1.5.3
- Autoconf : bunkerity/bunkerweb-autoconf:1.5.3
or ghcr.io/bunkerity/bunkerweb-autoconf:1.5.3
- UI : bunkerity/bunkerweb-ui:1.5.3
or ghcr.io/bunkerity/bunkerweb-ui:1.5.3
Linux packages : https://packagecloud.io/app/bunkerity/bunkerweb/search?q=1.5.3&filter=all&dist=
Changelog : - [BUGFIX] Fix BunkerWeb not loading his own settings after a docker restart - [BUGFIX] Fix Custom configs not following the service name after an update on the UI - [BUGFIX] Fix UI clearing configs folder at startup - [BUGFIX] Fix Database not clearing old services when not using multisite - [BUGFIX] Fix UI using the wrong database when generating the new config when using an external database - [BUGFIX] Small fixes on linux paths creating unnecessary folders - [BUGFIX] Fix ACME renewal fails on redirection enabled Service - [BUGFIX] Fix errors when using a server name with multiple values in web UI - [BUGFIX] Fix error when deleting a service that have custom configs on web UI - [BUGFIX] Fix rare bug where database is locked - [MISC] Updated core dependencies - [MISC] Updated self-signed job to regenerate the cert if the subject or the expiration date has changed - [MISC] Jobs that download files from urls will now remove old cached files if urls are empty - [MISC] Replaced gevent with gthread in UI for security reasons - [MISC] Add HTML sanitization when injecting code in pages in the UI - [MISC] Optimize the way the UI handles services creation and edition - [MISC] Optimize certbot renew script to renew all domains in one command - [MISC] Use capability instead of sudo in Linux - [SECURITY] Init work on OpenSSF best practices