Files
ports/www/bunkerweb/pkg-message
T
Jochen Neumeister da044629d7 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
2026-06-01 19:27:52 +02:00

31 lines
632 B
Plaintext

[
{ type: install
message: <<EOM
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.
EOM
}
]