mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 02:12:49 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			41 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			1.2 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": "/etc/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": [
 | 
						|
    {
 | 
						|
      "text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.",
 | 
						|
      "type": "warning"
 | 
						|
    }
 | 
						|
  ]
 | 
						|
}
 |