This BunkerWeb plugin will automatically send you attack notifications on a Discord channel of your choice using a webhook.
Please read the plugins section of the BunkerWeb documentation first.
You will need to setup a Discord webhook URL, you will find more information here.
See the plugins section of the BunkerWeb documentation for the installation procedure depending on your integration.
There is no additional services to setup besides the plugin itself.
version: '3'
services:
bunkerweb:
image: bunkerity/bunkerweb:1.5.9
...
environment:
- USE_DISCORD=yes
- DISCORD_WEBHOOK_URL=https://discordapp.com/api/webhooks/...
...
version: '3.5'
services:
mybunker:
image: bunkerity/bunkerweb:1.5.9
...
environment:
- USE_DISCORD=yes
- DISCORD_WEBHOOK_URL=https://discordapp.com/api/webhooks/...
...
networks:
- bw-plugins
...
networks:
bw-plugins:
driver: overlay
attachable: true
name: bw-plugins
...
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: ingress
annotations:
bunkerweb.io/USE_DISCORD: "yes"
bunkerweb.io/DISCORD_WEBHOOK_URL: "https://discordapp.com/api/webhooks/..."
Setting | Default | Context | Multiple | Description |
---|---|---|---|---|
USE_DISCORD |
no |
multisite | no | Enable sending alerts to a Discord channel. |
DISCORD_WEBHOOK_URL |
https://discordapp.com/api/webhooks/... |
global | no | Address of the Discord Webhook. |
DISCORD_RETRY_IF_LIMITED |
no |
global | no | Retry to send the request if Discord API is rate limiting us (may consume a lot of resources). |
- Add more info in notification :
- Date
- Country of IP
- ASN of IP
- ...
- Add settings to control what details to send :
- Anonymize IP
- Add body
- Add headers