mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-05-30 15:40:25 +00:00
Some checks failed
Auto Update .app-files / update-app-files (push) Has been cancelled
Create Changelog Pull Request / update-changelog-pull-request (push) Has been cancelled
Close Discussion on PR Merge / close-discussion (push) Has been cancelled
Frontend CI/CD / build (push) Has been cancelled
Frontend CI/CD / deploy (push) Has been cancelled
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"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/",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/bunkerweb.webp",
|
|
"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,
|
|
"ram": 8192,
|
|
"hdd": 4,
|
|
"os": "debian",
|
|
"version": "12"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": []
|
|
}
|