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": "Tracktor",
 | 
						|
  "slug": "tracktor",
 | 
						|
  "categories": [
 | 
						|
    9
 | 
						|
  ],
 | 
						|
  "date_created": "2025-08-26",
 | 
						|
  "type": "ct",
 | 
						|
  "updateable": true,
 | 
						|
  "privileged": false,
 | 
						|
  "interface_port": 3000,
 | 
						|
  "documentation": "https://github.com/javedh-dev/tracktor/tree/main/docs",
 | 
						|
  "config_path": "/opt/tracktor.env",
 | 
						|
  "website": "https://github.com/javedh-dev/tracktor",
 | 
						|
  "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/tracktor.webp",
 | 
						|
  "description": "Tracktor is an open-source web application for comprehensive vehicle management.\nEasily track fuel consumption, maintenance, insurance, and regulatory documents for all your vehicles in one place.",
 | 
						|
  "install_methods": [
 | 
						|
    {
 | 
						|
      "type": "default",
 | 
						|
      "script": "ct/tracktor.sh",
 | 
						|
      "resources": {
 | 
						|
        "cpu": 1,
 | 
						|
        "ram": 1024,
 | 
						|
        "hdd": 6,
 | 
						|
        "os": "Debian",
 | 
						|
        "version": "13"
 | 
						|
      }
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "default_credentials": {
 | 
						|
    "username": null,
 | 
						|
    "password": "123456"
 | 
						|
  },
 | 
						|
  "notes": [
 | 
						|
    {
 | 
						|
      "text": "Please check and update the '/opt/tracktor.env' file if using behind reverse proxy.",
 | 
						|
      "type": "info"
 | 
						|
    }
 | 
						|
  ]
 | 
						|
}
 |