2025-08-26 14:14:52 +02:00
{
"name" : "Tracktor" ,
"slug" : "tracktor" ,
"categories" : [
9
] ,
2025-08-26 12:15:18 +00:00
"date_created" : "2025-08-26" ,
2025-08-26 14:14:52 +02:00
"type" : "ct" ,
"updateable" : true ,
"privileged" : false ,
"interface_port" : 3000 ,
"documentation" : "https://tracktor.bytedge.in/introduction.html" ,
"config_path" : "/opt/tracktor/app/server/.env" ,
"website" : "https://tracktor.bytedge.in/" ,
"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" ,
2025-09-08 10:56:36 +02:00
"version" : "13"
2025-08-26 14:14:52 +02:00
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [
{
"text" : "Please check and update the '/opt/tracktor/app/backend/.env' file if using behind reverse proxy." ,
"type" : "info"
}
]
}