mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	Kasm: Increase Ressources & Hint for Fuse / Swap (#5112)
* Kasm: Increase Ressources & Hint for Fuse / Swap * extend info
This commit is contained in:
		@@ -8,7 +8,7 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV
 | 
				
			|||||||
APP="Kasm"
 | 
					APP="Kasm"
 | 
				
			||||||
var_tags="${var_tags:-os}"
 | 
					var_tags="${var_tags:-os}"
 | 
				
			||||||
var_cpu="${var_cpu:-2}"
 | 
					var_cpu="${var_cpu:-2}"
 | 
				
			||||||
var_ram="${var_ram:-4192}"
 | 
					var_ram="${var_ram:-8192}"
 | 
				
			||||||
var_disk="${var_disk:-30}"
 | 
					var_disk="${var_disk:-30}"
 | 
				
			||||||
var_os="${var_os:-debian}"
 | 
					var_os="${var_os:-debian}"
 | 
				
			||||||
var_version="${var_version:-12}"
 | 
					var_version="${var_version:-12}"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -20,7 +20,7 @@
 | 
				
			|||||||
      "script": "ct/kasm.sh",
 | 
					      "script": "ct/kasm.sh",
 | 
				
			||||||
      "resources": {
 | 
					      "resources": {
 | 
				
			||||||
        "cpu": 2,
 | 
					        "cpu": 2,
 | 
				
			||||||
        "ram": 4096,
 | 
					        "ram": 8192,
 | 
				
			||||||
        "hdd": 50,
 | 
					        "hdd": 50,
 | 
				
			||||||
        "os": "Debian",
 | 
					        "os": "Debian",
 | 
				
			||||||
        "version": "12"
 | 
					        "version": "12"
 | 
				
			||||||
@@ -36,6 +36,10 @@
 | 
				
			|||||||
      "text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.",
 | 
					      "text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.",
 | 
				
			||||||
      "type": "warning"
 | 
					      "type": "warning"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					      "text": "Kasm needs swap (on Proxmox host) and activated FUSE to be installed successfully!",
 | 
				
			||||||
 | 
					      "type": "warning"
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
      "text": "Show password: `cat ~/kasm.creds`",
 | 
					      "text": "Show password: `cat ~/kasm.creds`",
 | 
				
			||||||
      "type": "info"
 | 
					      "type": "info"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user