mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	* Update jsons * push * more * Switch to CDN * push new Icons into Branch * Update dotnetaspwebapi.json * add proxmox logo * Update wger.json * switch to webp * Update apt-cacher-ng.json * Update homarr.json * finalize * Update sqlserver2022.json * fixes * merge --------- Co-authored-by: tremor021 <arezina.slavisa@gmail.com> Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>
		
			
				
	
	
		
			41 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "Odoo",
 | 
						|
  "slug": "odoo",
 | 
						|
  "categories": [
 | 
						|
    25
 | 
						|
  ],
 | 
						|
  "date_created": "2025-05-14",
 | 
						|
  "type": "ct",
 | 
						|
  "updateable": true,
 | 
						|
  "privileged": false,
 | 
						|
  "interface_port": 8069,
 | 
						|
  "documentation": "https://www.odoo.com/en_EN/page/docs",
 | 
						|
  "website": "https://www.odoo.com/",
 | 
						|
  "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/odoo.webp",
 | 
						|
  "config_path": "/etc/odoo/odoo.conf",
 | 
						|
  "description": "Odoo is a comprehensive open-source business platform made up of modular apps that cover key areas such as CRM, accounting, inventory, sales, project management, HR, helpdesk, and e-commerce. All modules are tightly integrated, allowing businesses to fully digitize and automate their workflows. Its modular design makes it suitable for both small companies and large enterprises, with flexibility to adapt to different industries. Odoo combines user-friendliness with powerful functionality, offering a unified solution for managing a wide range of business operations.",
 | 
						|
  "install_methods": [
 | 
						|
    {
 | 
						|
      "type": "default",
 | 
						|
      "script": "ct/odoo.sh",
 | 
						|
      "resources": {
 | 
						|
        "cpu": 2,
 | 
						|
        "ram": 2048,
 | 
						|
        "hdd": 6,
 | 
						|
        "os": "debian",
 | 
						|
        "version": "12"
 | 
						|
      }
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "default_credentials": {
 | 
						|
    "username": "admin",
 | 
						|
    "password": "admin"
 | 
						|
  },
 | 
						|
  "notes": [
 | 
						|
    {
 | 
						|
      "text": "Database Credentials: `cat ~/odoo.creds`",
 | 
						|
      "type": "info"
 | 
						|
    }
 | 
						|
  ]
 | 
						|
}
 |