From 658cda98455ecfd9388d374e560e36d5885f4c17 Mon Sep 17 00:00:00 2001 From: Florian Pitance <54334437+fl0ppy-d1sk@users.noreply.github.com> Date: Sun, 18 Aug 2024 11:44:53 +0200 Subject: [PATCH] add BunkerWeb (#679) Co-authored-by: nodiscc --- software/bunkerweb.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 software/bunkerweb.yml diff --git a/software/bunkerweb.yml b/software/bunkerweb.yml new file mode 100644 index 0000000000..dfe1049241 --- /dev/null +++ b/software/bunkerweb.yml @@ -0,0 +1,15 @@ +name: "BunkerWeb" +website_url: "https://www.bunkerweb.io" +source_code_url: "https://github.com/bunkerity/bunkerweb" +description: "Next-gen Web Application Firewall (WAF) that will protect your web services." +licenses: + - AGPL-3.0 +platforms: + - deb + - Docker + - K8S + - Python +tags: + - Web Servers +demo_url: "https://demo.bunkerweb.io" +related_software_url: "https://docs.bunkerweb.io/latest/plugins/"