mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			44 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
   "name":"SQL Server 2022",
 | 
						|
   "slug":"sqlserver2022",
 | 
						|
   "categories":[
 | 
						|
      8
 | 
						|
   ],
 | 
						|
   "date_created":"2025-01-14",
 | 
						|
   "type":"ct",
 | 
						|
   "updateable":true,
 | 
						|
   "privileged":true,
 | 
						|
   "interface_port":1433,
 | 
						|
   "documentation":"https://learn.microsoft.com/en-us/sql/sql-server/?view=sql-server-ver16",
 | 
						|
   "website":"https://www.microsoft.com/en-us/sql-server/sql-server-2022",
 | 
						|
   "logo":"https://www.svgrepo.com/show/303229/microsoft-sql-server-logo.svg",
 | 
						|
   "description":"Script to automatically set up a SQL Server 2022 installation.",
 | 
						|
   "install_methods":[
 | 
						|
      {
 | 
						|
         "type":"default",
 | 
						|
         "script":"ct/sqlserver2022.sh",
 | 
						|
         "resources":{
 | 
						|
            "cpu":1,
 | 
						|
            "ram":2048,
 | 
						|
            "hdd":10,
 | 
						|
            "os":"Ubuntu",
 | 
						|
            "version":"22.04"
 | 
						|
         }
 | 
						|
      }
 | 
						|
   ],
 | 
						|
   "default_credentials":{
 | 
						|
      "username":null,
 | 
						|
      "password":null
 | 
						|
   },
 | 
						|
   "notes":[
 | 
						|
      {
 | 
						|
         "text":"You can setup the admin account 'SA' during installation",
 | 
						|
         "type":"info"
 | 
						|
      },
 | 
						|
      {
 | 
						|
         "text":"Do disable the SA account if you intent to use this in production!",
 | 
						|
         "type":"warning"
 | 
						|
      }
 | 
						|
   ]
 | 
						|
}
 |