Commit graph

654 commits

Author SHA1 Message Date
bunkerity a9f886804a bunkerweb 1.4.0 2022-06-03 17:24:14 +02:00
Florian Pitance 3a078326c5
Merge pull request #199 from Myzel394/patch-1
Fix typo
2021-10-24 18:25:37 +02:00
florian d43b82b757
remote API - only do action if 403 2021-10-24 18:24:10 +02:00
florian 3850cacb9c
prepare for v1.3.2 2021-10-23 16:56:10 +02:00
florian c00c7f46a0
lua - verify certs when doing HTTPS requests 2021-10-23 10:10:24 +02:00
bunkerity 163af4a49d
prepare for v1.3.2 2021-10-22 21:16:36 +02:00
bunkerity 98e85eb99f
docs - update security tuning sections : distributed blacklist and request limit 2021-10-21 21:31:15 +02:00
bunkerity 2e63bb0256
docs - reflect kubernetes/swarm changes into the doc 2021-10-21 16:47:08 +02:00
bunkerity 6546a0edb7
disable country ban if IP is local, update default values of PERMISSIONS_POLICY and FEATURE_POLICY, upgrade archlinux packages before testing 2021-10-21 15:40:20 +02:00
bunkerity ab00381746
ui - fix ROOT_FOLDER bug in serve-files.conf 2021-10-21 11:30:49 +02:00
bunkerity 9f7097de0d
request limit - fix some LUA code 2021-10-19 17:21:30 +02:00
bunkerity 24d6337a57
limit req - multiple url support 2021-10-18 16:48:06 +02:00
bunkerity bfb5319c16
limit req - add burst and delay parameters 2021-10-13 20:53:10 +02:00
bunkerity 4c77a14825
use annotations as env var in Ingress definition, fix cidr parsing for reserved ips, fix missing empty when job is external, fix ping check for remote api and init work hour/day support for request limit 2021-10-13 17:21:25 +02:00
bunkerity 4e45fa3874
integrations - acme without shared folder when using k8s/swarm 2021-10-12 16:58:13 +02:00
Myzel394 a9a26b82d9
fixed typo 2021-10-12 10:22:25 +00:00
bunkerity 00d91dcaaa
jobs - move certbot hooks to python 2021-10-11 20:57:13 +02:00
bunkerity 650ad7ea49
integrations - fix missing acme folder when using Swarm or Kubernetes 2021-10-11 17:24:19 +02:00
bunkerity 7045c0c2b6
jobs - fix encoding error on CentOS 2021-10-08 17:10:01 +02:00
bunkerity f0f432487b
remote API - ban IP from distributed DB 2021-10-07 16:57:37 +02:00
bunkerity fdc02be051
remote API - basic send of bad IPs 2021-10-07 12:00:20 +02:00
bunkerity fb799765a4
jobs - fix str/bytes hell 2021-10-06 21:09:27 +02:00
bunkerity d53f02b5b3
api - client side (untested) 2021-10-06 15:41:55 +02:00
bunkerity 7b9722fac4
jobs - add remote API 2021-10-06 12:13:13 +02:00
bunkerity 31ed4ff834
centos - update ca-certificates in install script 2021-10-05 16:06:35 +02:00
bunkerity bc5f3ee88e
fix CVEs and add init to Debian test image 2021-10-05 15:01:43 +02:00
bunkerity a6b21aae8c
fix typo in settings.json, bump Debian to bullseyes, init support of Arch Linux 2021-10-05 14:32:19 +02:00
bunkerity 64aa9c2530
init work remote API 2021-10-02 20:29:50 +02:00
bunkerity 5d94cc8f43
docs - init changes about storageless 2021-09-14 16:41:39 +02:00
bunkerity e7ee21cbb5
antibot - fix path for templates and data 2021-09-14 11:30:33 +02:00
florian a0f8cbdac1
antibot - fix LUA typo in recaptcha mode 2021-09-13 21:26:09 +02:00
Florian Pitance 178d7a6849
Merge pull request #182 from Nakinox/patch-2
Update docker-compose.yml
2021-09-13 21:20:26 +02:00
florian ca81535bb3
swarm/k8s - less storage, more API 2021-09-05 00:36:15 +02:00
florian 062fa3e78a
integration - continue work on storageless config for k8s and swarm 2021-09-03 22:40:37 +02:00
Nakinox 95f2d2af9c
Update docker-compose.yml 2021-09-03 17:21:36 +02:00
bunkerity e55dff8128
api - init work on storageless configuration 2021-09-03 12:04:30 +02:00
bunkerity f0f1c79d40
v1.3.1 release 2021-09-02 17:18:57 +02:00
bunkerity 3d2f5e2389
conf - add REVERSE_PROXY_KEEPALIVE 2021-09-02 12:03:56 +02:00
bunkerity b079c99fb9 Merge branch 'patch-15' of github.com:thelittlefireman/bunkerized-nginx into keepalive 2021-09-02 11:52:38 +02:00
bunkerity 2e403c6ebc
config - add CUSTOM_HEADER 2021-09-02 10:34:58 +02:00
bunkerity f75a05584e
config - add REVERSE_PROXY_BUFFERING 2021-09-02 09:36:28 +02:00
florian 148edf6814
tests - add github token to trivy scanner 2021-08-30 22:34:19 +02:00
Florian Pitance a19d8aa041
Merge pull request #180 from vepito/vepito-patch-1
Fix typo related to non-HTTP configuration
2021-08-30 21:17:34 +02:00
Florian Pitance 480cff86bc
Merge pull request #179 from thelittlefireman/patch-16
Mismatch in docs with modsec folder
2021-08-30 21:15:15 +02:00
Florian Pitance 35df3423d0
missing blank line 2021-08-30 21:14:04 +02:00
Florian Pitance 29f4069de7
switch the use cases 2021-08-30 21:12:59 +02:00
vepito 72e4384596
Fix typo related to non-HTTP configuration
Fix typo that prevents non-HTTP configuration to be working when MULTISITE is used
2021-08-29 02:59:24 +02:00
bunkerity a4a2647737
jobs - fix docker reload and only do cron jobs when necessary 2021-08-26 15:48:38 +02:00
thelittlefireman 892e533694
Missmatch in docs with modsec folder 2021-08-25 22:32:47 +02:00
bunkerity a056141609
deps - use ModSecurity v3.0.4 instead of v3.0.5 to avoid memory leak 2021-08-25 17:12:38 +02:00