Commit graph

1002 commits

Author SHA1 Message Date
TheophileDiot
28b124740d
Road to 1.6.9 🚀 2026-03-13 17:36:39 +01:00
TheophileDiot
83ed0952d9
Update features documentation 2026-03-13 17:32:57 +01:00
TheophileDiot
8a8dead399
Revert "add mcp docs"
This reverts commit 35921509cf.
2026-03-13 17:26:14 +01:00
Théophile Diot
978a6bb06d
Merge pull request #3318 from Anadris/master 2026-03-13 16:59:14 +01:00
Anadris
93838c458d add bw-mcp static image version 2026-03-13 16:47:15 +01:00
Anadris
1af8fc303f add bunkerweb-mcp kube values 2026-03-13 15:15:07 +01:00
TheophileDiot
b9aa93d561
deps: Bump OWASP CRS v4 version to 4.24.1 2026-03-13 14:57:23 +01:00
Anadris
35921509cf add mcp docs 2026-03-12 17:20:56 +01:00
TheophileDiot
a18336d9cd
fix: Update Domeneshop credentials in documentation across multiple languages 2026-03-10 16:51:09 +01:00
TheophileDiot
a962b3ae24
Add Cache PRO plugin documentation 2026-03-10 12:06:30 +01:00
TheophileDiot
9279c6ed0b
Road to 1.6.9~rc4 🚀 2026-03-10 09:05:54 +01:00
TheophileDiot
f61f1a60f2
Road to 1.6.9~rc3 🚀 2026-03-06 16:37:46 +01:00
TheophileDiot
7a9249ab8f
feat(database): enhance database configuration options
- Added new configuration settings for database connection pooling:
  - DATABASE_POOL_SIZE: Number of connections to keep in the pool (default: 40).
  - DATABASE_POOL_MAX_OVERFLOW: Maximum number of connections to create above the pool size (default: 20).
  - DATABASE_POOL_TIMEOUT: Seconds to wait before giving up on getting a connection (default: 5).
  - DATABASE_POOL_RECYCLE: Seconds after which a connection is automatically recycled (default: 1800).
  - DATABASE_POOL_PRE_PING: Whether to test connections for liveness upon checkout (default: yes).
  - DATABASE_POOL_RESET_ON_RETURN: How connections are reset when returned to the pool.
  - DATABASE_RETRY_TIMEOUT: Maximum seconds to wait for the database to be available on startup (default: 60).
  - DATABASE_REQUEST_RETRY_ATTEMPTS: Number of retry attempts for transient database errors (default: 2).
  - DATABASE_REQUEST_RETRY_DELAY: Delay in seconds between retry attempts for transient errors (default: 0.25).

- Updated documentation in multiple languages to reflect these new settings.
- Enhanced error handling for invalid configuration values in the Database class.
2026-03-05 11:34:27 +01:00
TheophileDiot
580d7e13f4
feat(ui/api): add MAX_REQUESTS configuration for Gunicorn workers 2026-03-05 10:26:29 +01:00
TheophileDiot
659cf69f81
feat(ui): Modified Flask app to utilize the new size parsing function for MAX_CONTENT_LENGTH configuration. 2026-03-05 10:18:59 +01:00
TheophileDiot
6537159000
deps: Update OWASP CRS v4 to version 4.24.0 2026-03-02 09:25:13 +01:00
TheophileDiot
bf3c1c8a2f
feat: Enhance Country Plugin: Support for Group Tokens in Whitelist and Blacklist 2026-02-25 16:52:06 +01:00
TheophileDiot
74147aa2b6
Road to 1.6.9~rc2 🚀 2026-02-23 17:37:26 +01:00
TheophileDiot
54498b5849
[#3205] feat(letsencrypt): Add Hetzner as a DNS provider 2026-02-19 11:11:45 +01:00
TheophileDiot
3c687a5df9
[#2392] feat(letsencrypt): introduce configurable ACME CA endpoint (Let's Encrypt or ZeroSSL) 2026-02-18 18:56:42 +01:00
Théophile Diot
dca77db3b6
Merge pull request #3203 from bunkerity/patch-1
docs: clarify LETS_ENCRYPT_PASSTHROUGH description regarding reverse proxy placement in multiple language documentation files.
2026-02-17 18:52:59 +01:00
Théophile Diot
41f4b26fc1
Merge pull request #3200 from Kn-ut99/patch-1
Update features.md
2026-02-17 18:52:20 +01:00
TheophileDiot
1893330dad
docs: clarify LETS_ENCRYPT_PASSTHROUGH description regarding reverse proxy placement in multiple language documentation files. 2026-02-17 18:50:50 +01:00
Kn-ut99
95eb2f2497
Update features.md
Corrected a small error in the explanation of Let's Encrypt Passtrough
2026-02-16 23:16:18 +01:00
TheophileDiot
b61a97491b
Road to 1.6.9~rc1 🚀 2026-02-13 19:49:42 +01:00
TheophileDiot
93fede3a6e
feat: Enhance documentation and configuration for HTTP and Stream listening settings 2026-02-13 16:33:52 +01:00
TheophileDiot
b2c56d8baa
feat: Update NGINX version to 1.28.2 for Fedora 2026-02-12 17:32:33 +01:00
TheophileDiot
d503fe80aa
feat: Update plugin versions to 1.10 across all language documentation 2026-02-10 19:21:08 +01:00
TheophileDiot
5153427935
feat: Add video embed for OpenAPI Validator in multiple language documentation 2026-02-10 16:47:42 +01:00
TheophileDiot
cb0a79204f
feat: Add experimental support for GRPCRoute in Gateway API 2026-02-10 15:24:16 +01:00
TheophileDiot
014ea2e131
docs: Add experimental admonition to the gRPC plugin 2026-02-10 11:47:00 +01:00
TheophileDiot
8b992e0f38
feat: Add gRPC plugin support 2026-02-10 11:30:36 +01:00
Théophile Diot
569cc12123
Merge branch 'dev' into next 2026-02-09 10:57:07 +01:00
TheophileDiot
35dc2a89d1
[#3162] feat: add ClouDNS DNS provider support to Let's Encrypt plugin 2026-02-09 10:54:10 +01:00
TheophileDiot
79c5569999
docs(pro): Add OpenAPI Validator PRO plugin documentation to the advanced.md files 2026-02-06 14:42:28 +01:00
TheophileDiot
fc09d2a429
Road to 1.6.8 🚀 2026-02-06 10:18:52 +01:00
TheophileDiot
a7ac815e75
deps(nginx): Update Nginx to version 1.28.2 (except for Fedora) 2026-02-05 12:27:00 +01:00
TheophileDiot
31970df4ef
deps(modsecurity): Update OWASP CRS v4 to version 4.23.0 2026-02-05 11:20:43 +01:00
TheophileDiot
24a3ea3006
fix(css): adjust font weights for TOC items and active tab links for better visibility 2026-02-02 15:53:30 +01:00
TheophileDiot
fd927c5c04
fix(docs): standardize table formatting in Kubernetes integration documentation across multiple languages 2026-02-02 15:03:57 +01:00
TheophileDiot
389624af40
[#2535] feat(docs): add forward proxy configuration for outgoing traffic in multiple languages 2026-02-02 11:17:04 +01:00
TheophileDiot
f34b001feb
feat(ui,api): Enhance proxy IP configuration for security and compatibility + enable HTTP/2 support in API 2026-02-02 10:22:25 +01:00
TheophileDiot
1bcfc0b888
feat(toc): enhance TOC dropdown styles for better visibility and interaction 2026-01-30 11:10:01 +01:00
TheophileDiot
19d0c99338
feat: Enhance Gateway API support with additional route types and versions 2026-01-30 10:31:54 +01:00
TheophileDiot
222fe40d93
feat(autoconf): Add experimental Gateway API controller support 2026-01-29 16:32:16 +01:00
TheophileDiot
e1da042b64
feat(blacklist): add Laurent Minne's Data-Shield blocklists back 2026-01-29 14:40:38 +01:00
TheophileDiot
f15f4c51cc
[#3108] feat: add REVERSE_PROXY_REQUEST_BUFFERING setting to control request body buffering behavior + lint files with precommit 2026-01-28 17:30:01 +01:00
TheophileDiot
64f86e6575
Road to 1.6.8~rc3 🚀 2026-01-28 16:10:14 +01:00
TheophileDiot
9795c4423c
Merge branch 'dev' of https://github.com/bunkerity/bunkerweb into dev 2026-01-28 10:38:32 +01:00
TheophileDiot
6308be5f4b
fix: Update service name from bunkerweb-external to bunkerweb-ui in integration documents 2026-01-28 10:38:30 +01:00