mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	* Fix docs and config paths * Update * Update * Update * Update * Update * Update * Update * Update
		
			
				
	
	
		
			36 lines
		
	
	
		
			745 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			745 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "OneDev",
 | 
						|
  "slug": "onedev",
 | 
						|
  "categories": [
 | 
						|
    20
 | 
						|
  ],
 | 
						|
  "date_created": "2024-11-30",
 | 
						|
  "type": "ct",
 | 
						|
  "updateable": true,
 | 
						|
  "privileged": false,
 | 
						|
  "interface_port": 6610,
 | 
						|
  "documentation": "https://docs.onedev.io/",
 | 
						|
  "website": "https://onedev.io/",
 | 
						|
  "logo": "https://docs.onedev.io/img/logo.svg",
 | 
						|
  "config_path": "/opt/onedev/conf",
 | 
						|
  "description": "Git server with CI/CD, kanban, and packages.",
 | 
						|
  "install_methods": [
 | 
						|
    {
 | 
						|
      "type": "default",
 | 
						|
      "script": "ct/onedev.sh",
 | 
						|
      "resources": {
 | 
						|
        "cpu": 2,
 | 
						|
        "ram": 2048,
 | 
						|
        "hdd": 4,
 | 
						|
        "os": "debian",
 | 
						|
        "version": "12"
 | 
						|
      }
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "default_credentials": {
 | 
						|
    "username": null,
 | 
						|
    "password": null
 | 
						|
  },
 | 
						|
  "notes": []
 | 
						|
}
 |