| Port details |
- bunkerweb Self-hosted web application firewall and security platform
- 1.6.11 www
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: joneum@FreeBSD.org
 - Port Added: 2026-06-01 17:42:05
- Last Update: 2026-06-01 17:27:52
- Commit Hash: da04462
- Also Listed In: security
- License: AGPLv3
- WWW:
- https://github.com/bunkerity/bunkerweb
- Description:
- BunkerWeb is a security-focused reverse proxy and Web Application
Firewall (WAF) built on top of OpenResty (nginx with Lua support).
It integrates ModSecurity CRS, Lua-based request filtering,
rate limiting, automated TLS handling, an API service,
and a web management interface.
BunkerWeb supports both HTTP and stream-based reverse proxying
and can operate in standalone, containerized, or clustered
deployments.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- bunkerweb
- bunkerweb_api
- bunkerweb_scheduler
- bunkerweb_ui
- Dependency lines:
-
- bunkerweb>0:www/bunkerweb
- To install the port:
- cd /usr/ports/www/bunkerweb/ && make install clean
- To add the package, run one of these commands:
- pkg install www/bunkerweb
- pkg install bunkerweb
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: bunkerweb
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1779892628
SHA256 (bunkerity-bunkerweb-1.6.11-v1.6.11_GH0.tar.gz) = 23f48c8911e256bfe0624272cbfe1074bf925fee56bb10b8b61b1300a9e16f84
SIZE (bunkerity-bunkerweb-1.6.11-v1.6.11_GH0.tar.gz) = 102075464
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- openresty : www/openresty
- py311-Jinja2>0 : devel/py-Jinja2@py311
- py311-pydantic-settings>0 : devel/py-pydantic-settings@py311
- py311-schedule>0 : devel/py-schedule@py311
- py311-user_agents>0 : devel/py-user_agents@py311
- py311-sqlalchemy20>0 : databases/py-sqlalchemy20@py311
- py311-sqlite3>0 : databases/py-sqlite3@py311
- py311-pymysql>0 : databases/py-pymysql@py311
- cjson.so : devel/lua-cjson@lua51
- py311-bcrypt>0 : security/py-bcrypt@py311
- py311-biscuit-auth>0 : security/py-biscuit-auth
- py311-passlib>0 : security/py-passlib@py311
- py311-docker>0 : sysutils/py-docker@py311
- py311-kubernetes>0 : sysutils/py-kubernetes@py311
- py311-psutil>0 : sysutils/py-psutil@py311
- py311-defusedcsv>=3.0.0 : devel/py-defusedcsv@py311
- py311-openpyxl>0 : textproc/py-openpyxl@py311
- py311-qrcode>0 : textproc/py-qrcode@py311
- py311-regex>0 : textproc/py-regex@py311
- py311-cachelib>0 : www/py-cachelib@py311
- py311-fastapi>0 : www/py-fastapi@py311
- py311-flask>0 : www/py-flask@py311
- py311-Flask-Login>0 : www/py-flask-login@py311
- py311-flask-session>0 : www/py-flask-session@py311
- py311-flask_wtf>0 : www/py-flask-wtf@py311
- py311-gunicorn>0 : www/py-gunicorn@py311
- py311-requests>0 : www/py-requests@py311
- py311-slowapi>0 : www/py-slowapi@py311
- py311-uvicorn>0 : www/py-uvicorn@py311
- python3.11 : lang/python311
- Library dependencies:
-
- libmaxminddb.so : net/libmaxminddb
- liblua-5.1.so : lang/lua51
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_bunkerweb
- USES:
- lua:51 python:3.11+,run shebangfix
- pkg-message:
- For install:
- BunkerWeb has been installed.
BunkerWeb uses OpenResty as its web server runtime.
Enable the services at boot time with:
sysrc bunkerweb_scheduler_enable=YES
sysrc bunkerweb_api_enable=YES
sysrc bunkerweb_ui_enable=YES
sysrc bunkerweb_enable=YES
Start the services in the following order:
service bunkerweb_scheduler start
service bunkerweb_api start
service bunkerweb_ui start
service bunkerweb start
Configuration files are installed under:
/usr/local/etc/bunkerweb/
/usr/local/etc/nginx/
The web interface is available on port 7000 and the API on port 8888.
- Master Sites:
|
Number of commits found: 1
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.6.11 01 Jun 2026 17:27:52
    |
Jochen Neumeister (joneum)  |
www/bunkerweb: add new port
BunkerWeb is an open-source next-generation web application firewall
(WAF) and security platform designed to protect and manage web services.
It provides integrated security features such as request filtering,
rate limiting, TLS management, GeoIP support and a web management
interface.
As this is a newly introduced port, users are encouraged to validate
their deployment before using it in production environments.
WWW: https://github.com/bunkerity/bunkerweb
Sponsored by: Netzkommune GmbH |
Number of commits found: 1
|