Commit graph

490 commits

Author SHA1 Message Date
Florian Pitance
15fa91d53e
Merge pull request #1375 from spwoodcock/docs/allowed-methods-post
[DOCS] add comment to ALLOWED_METHODS section about enabling HTTP POST
2024-09-17 12:11:52 +02:00
fl0ppy-d1sk
1cf03d454c update nginx version to 1.26.2 and update deps 2024-09-17 11:53:31 +02:00
Théophile Diot
d601c88f82
Update Python Alpine base image to version 3.12.6 2024-09-11 10:40:13 +02:00
Théophile Diot
9a1123f37d
🚀 Road to 1.5.10 2024-08-30 11:19:26 +02:00
Théophile Diot
c7b8f30a52
chore: Update core and python dependencies + update nginx version to 1.26.2 2024-08-30 11:08:57 +02:00
spwoodcock
22ea722189 docs: use mkdocs admonition for ALLOWED_METHODS note 2024-07-24 15:38:52 +01:00
Théophile Diot
f74f215bf9
Update docs about Coreruleset v4 2024-07-24 13:02:58 +01:00
spwoodcock
7c7446f736 docs: add note that POST must be used with OPTIONS in ALLOWED_METHODS 2024-07-24 07:13:33 +01:00
Théophile Diot
de5f37bf67
feat: Add role to allow web UI to read bunkerweb pods logs in Kubernetes examples in documentation 2024-07-17 10:39:46 +01:00
florian
bc9d6b199a
deps - update python deps 2024-07-15 10:52:11 +02:00
florian
32a9edf47c
reverse proxy - support SNI using settings 2024-07-15 09:38:25 +02:00
florian
1930af2fe6
linux - update repo to repo.bunkerweb.io 2024-07-12 21:47:58 +02:00
Théophile Diot
481ecce624
chore: Update setuptools and ansible versions
The commit updates the versions of setuptools and ansible in the project's requirements files.
2024-07-11 16:58:00 +01:00
Théophile Diot
a9daf1ede8
chore: Update official plugins to version 1.6 in docs 2024-07-08 09:52:20 +01:00
Théophile Diot
e9d3848c3b
chore: Update pip and pip-tools versions in requirements files 2024-07-08 09:01:31 +01:00
Jordan Blasenhauer
037f24554a fix multiple removing 2024-07-07 15:31:24 +02:00
Théophile Diot
b930e22448
chore: Update dependencies for setuptools, mkdocs-material, and psycopg
Bump setuptools from 70.1.1 to 70.2.0 in src/deps/requirements.in and src/deps/requirements-deps.in
Bump mkdocs-material[imaging] from 9.5.27 to 9.5.28 in docs/requirements.in
Bump psycopg[binary,pool] from 3.1.19 to 3.2.1 in src/common/db/requirements.in, tests/core/db/requirements.in, and src/common/db/requirements.armv7.in
2024-07-02 13:48:19 +01:00
Théophile Diot
da0db03482
chore: Update version to 1.5.9 2024-06-27 14:59:35 +01:00
Théophile Diot
2e825a7d7f
chore: Update OWASP Core Rule Set to version 4.4.0 in docs 2024-06-27 14:16:10 +01:00
Théophile Diot
8b9d8ce107
chore: Update python dependencies
Bump pip from 24.0 to 24.1
Bump setuptools from 70.0.0 to 70.1.1
Bump importlib-metadata from 7.1.0 to 8.0.0
2024-06-26 10:59:47 +01:00
Théophile Diot
ecf981322a
chore: Update python dependencies
Bump pip from 24.0 to 24.1
Bump setuptools from 70.0.0 to 70.1.0
Bump sqlalchemy from 2.0.30 to 2.0.31
Bump selenium from 4.21.0 to 4.22.0
Bump importlib-metadata from 7.1.0 to 7.2.1
Bump email-validator from 2.1.2 to 2.2.0
2024-06-24 15:49:47 +01:00
florian
329e4a3199
docs - add new monitoring setting 2024-06-19 10:23:46 +02:00
Théophile Diot
5a1d88dd3e
chore: Update urllib3 dependency to version 2.2.2 2024-06-18 09:36:08 +01:00
florian
c05668e2d9
ui - force HTTPS everytime 2024-06-17 22:33:14 +02:00
Théophile Diot
2c3fe6bfe0
Add support for reCAPTCHA v2 and invisible 2024-06-17 17:41:17 +01:00
Théophile Diot
3f9175881a
chore: Update plugin.json files and docs with improved help text for URL schemes 2024-06-12 18:26:12 +02:00
Théophile Diot
ffd0e6a5ea
chore: Update maxminddb dependency to version 2.6.2 2024-06-12 13:57:35 +02:00
Théophile Diot
49494afba3
Update image format for BunkerWeb Cloud overview in integrations.md 2024-06-08 11:31:55 +01:00
Théophile Diot
8e3dd31077
chore: Update database restoration instructions for different database types 2024-06-08 11:31:43 +01:00
Théophile Diot
cd1fdd9ac4
chore: Update dependencies for certbot, mkdocs-material, psycopg, redis, pip-compile-multi, and kubernetes 2024-06-07 12:36:15 +01:00
florian
03891a57ec
docs - add BW cloud 2024-06-06 15:39:55 +02:00
Théophile Diot
79c579dddb
Update python deps 2024-06-04 21:20:52 +01:00
Théophile Diot
c9ef54b92b
Update Fedora to version 40 2024-06-04 21:19:33 +01:00
Théophile Diot
a0c3b6e691
Update NGINX version to 1.26.1 in Dockerfile-fedora 2024-06-03 16:56:19 +01:00
Théophile Diot
a2bda727de
Update nginx version to 1.26.1 2024-06-03 12:53:17 +01:00
florian
f598bd789a
docs - fix wrong default value for HTTP3 2024-06-02 17:08:24 +02:00
florian
2f92015c6e
add jammy to doc again and fix typo in dockerfile jammy 2024-06-01 10:45:24 +02:00
florian
5f1c4a5fb1
drop support of ubuntu 22.04 2024-05-31 19:04:50 +02:00
Théophile Diot
e76a47b5bc
Update pre-commit-hooks and apply it 2024-05-31 09:22:52 +01:00
Théophile Diot
92f3873b8c
chore: Update requests dependency to version 2.32.3 2024-05-31 09:18:53 +01:00
Théophile Diot
758221c93c
Update python deps 2024-05-27 10:54:52 +01:00
Théophile Diot
b01de41b32
Update documentation about HTTP3 2024-05-27 10:20:41 +01:00
Théophile Diot
bd4fc41301
chore: Update Nginx dependency to v1.26.0 in misc and docs files 2024-05-25 17:36:11 +01:00
Théophile Diot
51194f0fed
Road to v1.5.8 🚀 2024-05-25 15:56:42 +01:00
David
f4f68bf635 update doc hhtps for setup 2024-05-24 16:41:32 +02:00
Théophile Diot
fa1f73a504
Update Docker version to 7.1.0 in requirements 2024-05-24 14:23:47 +01:00
David
003593c394 Update upgrading doc for linux 2024-05-24 14:35:09 +02:00
Théophile Diot
67a08031e1
chore: Add possibility to override admin credentials from environment variables in web UI
This commit adds the ability to override the admin credentials from environment variables in the web UI. By setting the `OVERRIDE_ADMIN_CREDS` variable to `yes`, the admin credentials can be changed even if they are already set. The `ADMIN_USERNAME` and `ADMIN_PASSWORD` variables can be used to specify the new username and password. The web UI will authenticate users using these variables.
2024-05-24 11:33:37 +01:00
Théophile Diot
6c9dcc586f
Run pre-commit-config and apply it 2024-05-22 16:55:10 +01:00
Théophile Diot
5d30e94351
chore: Update python deps and downgrade requests version for backup and bwcli tests as there is a problem currently with the newer version and the docker deps 2024-05-22 16:46:34 +01:00