mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 02:12:49 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			41 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "ownCloud",
 | 
						|
  "slug": "owncloud-vm",
 | 
						|
  "categories": [
 | 
						|
    2
 | 
						|
  ],
 | 
						|
  "date_created": "2024-05-02",
 | 
						|
  "type": "vm",
 | 
						|
  "updateable": true,
 | 
						|
  "privileged": false,
 | 
						|
  "interface_port": 80,
 | 
						|
  "documentation": "https://doc.owncloud.com/",
 | 
						|
  "website": "https://www.turnkeylinux.org/owncloud",
 | 
						|
  "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/owncloud.webp",
 | 
						|
  "config_path": "",
 | 
						|
  "description": "TurnKey ownCloud is an open-source file sharing server and collaboration platform that can store your personal content, like documents and pictures, in a centralized location.",
 | 
						|
  "install_methods": [
 | 
						|
    {
 | 
						|
      "type": "default",
 | 
						|
      "script": "vm/owncloud-vm.sh",
 | 
						|
      "resources": {
 | 
						|
        "cpu": 2,
 | 
						|
        "ram": 2048,
 | 
						|
        "hdd": 12,
 | 
						|
        "os": "debian",
 | 
						|
        "version": "12"
 | 
						|
      }
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "default_credentials": {
 | 
						|
    "username": "admin",
 | 
						|
    "password": null
 | 
						|
  },
 | 
						|
  "notes": [
 | 
						|
    {
 | 
						|
      "text": "This VM requires extra installation steps, see install guide at `https://github.com/community-scripts/ProxmoxVE/discussions/144`",
 | 
						|
      "type": "warning"
 | 
						|
    }
 | 
						|
  ]
 | 
						|
}
 |