examples improvement - certbot cloudflare and wildcard, clamav, crowdsec, ghost and gogs

This commit is contained in:
bunkerity
2021-08-04 15:02:55 +02:00
parent 44de2253d2
commit d8286ced7c
16 changed files with 111 additions and 3 deletions

19
examples/clamav/README.md Normal file
View File

@@ -0,0 +1,19 @@
# ClamAV plugin
Automatically scan files with ClamAV when they are uploaded and deny the upload if the file is detected. See the [bunkerized-nginx-clamav](https://github.com/bunkerity/bunkerized-nginx-clamav) repository for more information.
## Preamble
This example uses a bunkerized-nginx plugin, you can have a look at the [documentation](https://bunkerized-nginx.readthedocs.io/en/latest/plugins.html) to get more information about plugins.
## Architecture
<img src="https://github.com/bunkerity/bunkerized-nginx/blob/dev/examples/clamav/architecture.png?raw=true" />
## Configuration
You will need to clone the bunkerized-nginx-clamav plugin and edit the **plugin.json** file.
## Docker
See [docker-compose.yml](https://github.com/bunkerity/bunkerized-nginx/blob/master/examples/clamav/docker-compose.yml).

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB