mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			41 lines
		
	
	
		
			1019 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			1019 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "GoAway",
 | 
						|
  "slug": "goaway",
 | 
						|
  "categories": [
 | 
						|
    5
 | 
						|
  ],
 | 
						|
  "date_created": "2025-09-25",
 | 
						|
  "type": "ct",
 | 
						|
  "updateable": true,
 | 
						|
  "privileged": false,
 | 
						|
  "interface_port": 8080,
 | 
						|
  "documentation": "https://github.com/pommee/goaway#configuration-file",
 | 
						|
  "config_path": "/opt/goaway/config/settings.yaml",
 | 
						|
  "website": "https://github.com/pommee/goaway",
 | 
						|
  "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/goaway.webp",
 | 
						|
  "description": "Lightweight DNS sinkhole written in Go with a modern dashboard client. Very good looking new alternative to Pi-Hole and Adguard Home.",
 | 
						|
  "install_methods": [
 | 
						|
    {
 | 
						|
      "type": "default",
 | 
						|
      "script": "ct/goaway.sh",
 | 
						|
      "resources": {
 | 
						|
        "cpu": 1,
 | 
						|
        "ram": 1024,
 | 
						|
        "hdd": 4,
 | 
						|
        "os": "Debian",
 | 
						|
        "version": "13"
 | 
						|
      }
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "default_credentials": {
 | 
						|
    "username": null,
 | 
						|
    "password": null
 | 
						|
  },
 | 
						|
  "notes": [
 | 
						|
    {
 | 
						|
      "text": "Type `cat ~/goaway.creds` to see login credentials.",
 | 
						|
      "type": "info"
 | 
						|
    }
 | 
						|
  ]
 | 
						|
}
 |