2024-11-06 20:14:59 +13:00
{
2025-04-30 15:11:44 +02:00
"name" : "BunkerWeb" ,
"slug" : "bunkerweb" ,
"categories" : [
6
] ,
"date_created" : "2024-06-12" ,
"type" : "ct" ,
"updateable" : true ,
"privileged" : false ,
"interface_port" : null ,
"documentation" : "https://docs.bunkerweb.io/latest/" ,
"website" : "https://www.bunkerweb.io/" ,
2025-05-20 11:51:20 +02:00
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/bunkerweb.webp" ,
2025-04-30 15:11:44 +02:00
"config_path" : "/opt/bunkerweb/variables.env" ,
"description" : "BunkerWeb is a security-focused web server that enhances web application protection. It guards against common web vulnerabilities like SQL injection, XSS, and CSRF. It features simple setup and configuration using a YAML file, customizable security rules, and provides detailed logs for traffic monitoring and threat detection." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/bunkerweb.sh" ,
"resources" : {
"cpu" : 2 ,
2025-05-27 16:09:55 +02:00
"ram" : 8192 ,
2025-04-30 15:11:44 +02:00
"hdd" : 4 ,
"os" : "debian" ,
2025-09-08 10:56:52 +02:00
"version" : "13"
2025-04-30 15:11:44 +02:00
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
2025-07-07 10:04:01 +02:00
"notes" : [
{
"text" : "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing." ,
"type" : "warning"
}
]
2025-04-24 11:49:40 +02:00
}