Commit graph

143 commits

Author SHA1 Message Date
TheophileDiot
01b4145524 Make the Database support every feature + updates 2022-11-04 18:14:44 +01:00
TheophileDiot
79eea0e998 Linting + starting to migrate bunkerweb to the 1.5 2022-10-19 17:37:13 +02:00
thelittlefireman
873ccad9b2
Add MODSECURITY_SEC_RULE_ENGINE and MODSECURITY_SEC_AUDIT_LOG_PARTS (#292)
* Add MODSECURITY_SEC_RULE_ENGINE and MODSECURITY_SEC_AUDIT_LOG_PARTS

Usefull for customizing sites (on/DetectionOnly, Custom logs)

* remove settings docs (auto generated)

Co-authored-by: Florian Pitance <54334437+fl0ppy-d1sk@users.noreply.github.com>
2022-10-05 15:28:17 +02:00
Théophile Diot
cac220023e
Fix small typo in autoconf integration
The autoconf integration had the version 3 but the version 3.5 is mandatory if we want to give names to networks.
2022-09-29 16:33:12 +01:00
TheophileDiot
b9e5badd94 Fix last typos 2022-09-29 16:08:56 +02:00
TheophileDiot
a9865f8502 Fix typo in plugins.md 2022-09-29 15:47:13 +02:00
TheophileDiot
e3d0120a0c Fix minor typos in the doc 2022-09-29 15:12:00 +02:00
TheophileDiot
de0954fac3 Fix typos in the docs 2022-09-28 15:13:17 +02:00
TheophileDiot
94ce249d74 [#290] Fix typos in docs 2022-08-28 10:26:41 +01:00
florian
34649bf33a
docs - add Ansible to README 2022-08-25 07:26:06 +02:00
bunkerity
4244399eb1
road to v1.4.3 🚀 2022-08-24 15:14:26 +02:00
bunkerity
76f035e21d
fix wrong DENY_HTTP_STATUS setting in docs, fix autoconf ghost/prestashop tests and some UI warns/errors 2022-08-23 11:50:34 +02:00
bunkerity
17b6b0fdc8
tests - fix PHP www.conf for Linux 2022-08-11 16:22:16 +02:00
bunkerity
840b875f70
docs - edit plugins page 2022-07-27 17:26:33 +02:00
bunkerity
978bbe9ca1
examples - fix missing configs subfolder in nextcloud/bw-data 2022-07-27 16:52:19 +02:00
bunkerity
1c4f8bf55c
tests - automatic volumes prune for swarm tests 2022-07-27 15:44:42 +02:00
bunkerity
216686fc8c
tests - add delay parameter 2022-07-27 14:44:46 +02:00
bunkerity
d648b1fbea
tests - increase magento timeout 2022-07-27 14:22:00 +02:00
bunkerity
d3b725294f
tests - wait until swarm services are running 2022-07-27 13:56:05 +02:00
bunkerity
a48200bc02
examples - fix reverse-proxy-singlesite/swarm 2022-07-27 10:58:52 +02:00
bunkerity
b429dd8043
tests - increase timeout for swarm healthy check 2022-07-27 10:44:24 +02:00
bunkerity
ae36b98992
docs - quick edit on PHP 2022-07-26 17:02:55 +02:00
bunkerity
9a83fadd82
examples - fix gogs/setup.swarm.sh permissions 2022-07-26 16:47:02 +02:00
bunkerity
edf5421bf6
examples - fix permissions for magento/setup-swarm.sh 2022-07-26 16:02:38 +02:00
bunkerity
c67564c7c8
tests - increase timeout when doing requests 2022-07-26 15:42:56 +02:00
bunkerity
b076370090
examples - fix mongo-express/swarm 2022-07-26 14:56:02 +02:00
bunkerity
95e3022eba
examples - fix autoconf/reverse-proxy-singlesite 2022-07-26 11:19:46 +02:00
florian
e01b240723 tests - ignore error when replacing patterns in files (binary files) 2022-07-25 17:57:02 +02:00
florian
217924fe46 examples - fix reverse-proxy-singlesite regex 2022-07-25 17:19:18 +02:00
florian
bb6d02e0f6 examples - escape dollars in reverse-proxy-singlesite compose files 2022-07-25 16:13:34 +02:00
bunkerity
af866e8256
edit docs/integrations for ansible and fix examples/mongo-express compose file 2022-07-25 11:31:36 +02:00
AxyFr
767a7ab315 Adjustements doc Ansible/Linux 2022-07-19 17:39:25 +02:00
AxyFr
e6271ccd63 Final proofreading FPM 2022-07-19 11:49:32 +02:00
AxyFr
f260bcf23c Small adjustements 2022-07-19 09:42:30 +02:00
AxyFr
eca010231c FPM Linux/Ansible Doc 2022-07-18 17:20:58 +02:00
AxyFr
5f79aea4bb fpm single/multiple docker&autoconf 2022-07-13 17:31:01 +02:00
TheophileDiot
0d3e1e2a13 Update the plugins docs 2022-07-13 14:46:56 +02:00
TheophileDiot
85217b57c3 Fix a typo in the plugin page in the docs 2022-07-12 18:06:41 +02:00
TheophileDiot
ba75154d07 Add url_for function to custom plugins templates 2022-07-12 18:05:38 +02:00
TheophileDiot
2c4efe9d0e Add Plugin Pages feature 2022-07-12 15:35:26 +02:00
AxyFr
8b4b3f3b04 ansible docs 2022-07-11 17:33:40 +02:00
florian
658ab75049
docs - add ansible diagram 2022-07-11 07:51:56 +02:00
florian
8d6397a6ba
Merge branch 'dev' of github.com:bunkerity/bunkerweb into dev 2022-07-10 14:47:16 +02:00
florian
f5c86cc4e2
examples - add cors example 2022-07-10 14:46:54 +02:00
AxyFr
8760110fba Merge branch 'dev' of https://github.com/bunkerity/bunkerweb into dev 2022-07-08 17:31:42 +02:00
AxyFr
cc4f0b26a1 Quickstart Ansible and integration 2022-07-08 17:31:36 +02:00
florian
7b769361af
cors - init work on core plugin for CORS 2022-07-08 14:30:42 +02:00
bunkerity
5bf59c85d5
docs - replace web UI gif with YT video 2022-07-07 17:02:25 +02:00
bunkerity
afdd4de5a4
fix regex checks with *_CUSTOM_CONF_* setting, add doc about DENY_STATUS_CODE 2022-07-07 16:23:00 +02:00
bunkerity
90e58f2612
fix ui.env path for Linux integration and add docs for autoconf with rootless docker 2022-07-07 12:10:00 +02:00