mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	* Prepare JSON files for new website feature * Update dashy.json * Update crafty-controller.json * Update ntfy.json * Update bookstack.json * Update add-lxc-iptag.json * Update zammad.json * Update adguard.json * Update apache-guacamole.json * Update authentik.json * Update authelia.json * Update gitea.json * Update forgejo.json * Update elementsynapse.json * Remove Whoogle --------- Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
		
			
				
	
	
		
			37 lines
		
	
	
		
			889 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			889 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "Apache Guacamole",
 | 
						|
  "slug": "apache-guacamole",
 | 
						|
  "categories": [
 | 
						|
        0
 | 
						|
  ],
 | 
						|
  "date_created": "2024-12-19",
 | 
						|
  "type": "ct",
 | 
						|
  "updateable": false,
 | 
						|
  "privileged": false,
 | 
						|
  "interface_port": 8080,
 | 
						|
  "documentation": null,
 | 
						|
  "website": "https://guacamole.apache.org/",
 | 
						|
  "logo": "https://guacamole.apache.org/images/logos/guac-tricolor-logo.svg",
 | 
						|
  "config_path": "/etc/guacamole/guacd.conf",
 | 
						|
  "description": "Apache Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH.",
 | 
						|
  "install_methods": [
 | 
						|
    {
 | 
						|
      "type": "default",
 | 
						|
      "script": "ct/apache-guacamole.sh",
 | 
						|
      "resources": {
 | 
						|
        "cpu": 1,
 | 
						|
        "ram": 2048,
 | 
						|
        "hdd": 4,
 | 
						|
        "os": "debian",
 | 
						|
        "version": "12"
 | 
						|
      }
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "default_credentials": {
 | 
						|
    "username": "guacadmin",
 | 
						|
    "password": "guacadmin"
 | 
						|
  },
 | 
						|
  "notes": []
 | 
						|
}
 | 
						|
 |