Commit graph

450 commits

Author SHA1 Message Date
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
Théophile Diot
161d21e390
chore: Update requests dependency to version 2.32.1 2024-05-21 14:55:24 +01:00
Théophile Diot
5f8411d5c1
chore: Update python dependencies for mkdocs-material and regex 2024-05-17 17:19:04 +01:00
Théophile Diot
3d76e10e8a
feat: Add nightly build of the OWASP coreruleset that are automatically downloaded and updated 2024-05-15 18:03:34 +02:00
Théophile Diot
7b0bfb1899
Update documentation for Reporting and Backup S3 new settings 2024-05-13 11:51:25 +02:00
Théophile Diot
96ef8f81dd
Update python deps 2024-05-13 11:28:25 +02:00
David
bc18af9b44 docs - add azure integration 2024-05-12 12:34:48 +02:00
florian
c312782e1f
docs - bump community plugins version 2024-05-11 15:54:23 +02:00
florian
3bbde08997
docs - replace system restart with reload 2024-05-11 15:14:42 +02:00
florian
eba1cc58aa
docs - remove ansible and vagrant 2024-05-11 14:59:43 +02:00
Théophile Diot
bc6f7f3436
chore: Update RHEL version support to 9.4 2024-05-09 12:36:37 +02:00
Théophile Diot
3f78491165
chore: Update cryptography, fastapi, and jinja2 python dependencies 2024-05-06 11:00:25 +02:00
Jordan Blasenhauer
af692012de handle word-breaks and overflow on misc elements 2024-05-06 10:47:06 +02:00
florian
fea3614e01
update settings in docs to reflect new order, remove useless section for migration in security tuning section, update changelog and upgrade k8s runners for tests 2024-05-03 17:20:47 +02:00
Théophile Diot
4bcd582dcf
Update package versions for Ansible, FastAPI, and mkdocs-material 2024-05-01 14:19:50 +02:00
Théophile Diot
a68e1dcfe7
Update docs and README for Ubuntu 24.04 2024-05-01 14:11:33 +02:00
Théophile Diot
7134f1733e
Update python deps 2024-04-24 12:50:47 +02:00
Théophile Diot
1b3dff4015
Update coreruleset-v4 to version 4.2.0 2024-04-24 09:44:07 +02:00
Théophile Diot
f4952ee8bb
Add LETS_ENCRYPT_DNS_CLEAR_OLD_CERTS in security-tuning.md docs 2024-04-23 18:27:14 +02:00
Théophile Diot
6dd7e7b62c
Update USE_LETS_ENCRYPT_DNS_WILDCARD default value in security-tuning.md docs 2024-04-23 18:26:07 +02:00
Théophile Diot
8b1e543d02
Update python deps 2024-04-23 12:44:33 +02:00
florian
113bd27f0a
ui - update MAX_CLIENT_SIZE value in boilerplates to support migration pro plugin 2024-04-19 14:38:23 +02:00
florian
c200d5da2b
docs - add crowdsec console integration in bunkernet / security tuning 2024-04-19 11:15:36 +02:00
Théophile Diot
9dfc2cc3f2
Fix epel installation command with rhel 2024-04-19 11:13:17 +02:00
Théophile Diot
7af200c6ec
Update gunicorn[gthread] version to 22.0.0 and regex version to 2024.4.16 in src/ui/requirements.in 2024-04-18 16:04:47 +02:00
Théophile Diot
187d8a50cf
Update documentation to add Migration and Backup S3 pro plugins 2024-04-18 15:38:59 +02:00
Théophile Diot
4f07bf876c
Add force-bad-version directive to dpkg.cfg for testing/dev version installation command in the warning 2024-04-18 12:14:36 +02:00
Théophile Diot
10caca83ee
Update Docker backup commands in security-tuning.md and upgrading.md 2024-04-17 17:27:54 +02:00
Jordan Blasenhauer
5ac5024785 add upload plugin troubleshooting doc 2024-04-17 14:08:06 +02:00
Théophile Diot
d64fabab21
Add order column to Settings table in model.py and automatically sets it to always have settings in the same order as the json file 2024-04-16 14:04:49 +01:00
Théophile Diot
9ec884320d
Update pythons deps versions 2024-04-16 09:14:38 +01:00
Théophile Diot
ac351b4bdb
Update settings.md in docs 2024-04-06 12:55:16 +01:00
Théophile Diot
5074ed4ded
Add instructions for RHEL 8.9 users in backup security tuning and upgrade documentation 2024-04-05 19:10:38 +01:00
florian
cca461b4ba
docs - add missing stream support icons and review security tuning backup section 2024-04-05 15:00:34 +02:00
florian
391868b040
docs - rename migrating to upgrading and review that part 2024-04-05 14:35:16 +02:00
Théophile Diot
5ed0813c65
Enhance 1.5.X database migration instructions documentation 2024-04-04 21:55:14 +01:00
Théophile Diot
5d15c03fb4
Add instructions for resolving MariaDB/MySQL authentication plugin issue in backup plugin section of security tuning in the documentation 2024-04-04 21:54:34 +01:00
Théophile Diot
c5fb906d9f
Update database restore command and add example for failure case 2024-04-04 12:21:16 +01:00
Théophile Diot
00e264893b
Add backup settings to the documentation 2024-04-03 16:03:48 +01:00
Théophile Diot
a84a4a4f9b
Update python deps 2024-04-02 12:51:48 +01:00
Théophile Diot
46ab8432d4
Add plugin custom command execution functionality to bwcli 2024-04-02 12:39:22 +01:00