ProxmoxVE/json/traccar.json

34 lines
940 B
JSON
Raw Normal View History

{
"name": "Traccar",
"slug": "traccar",
"categories": [
"Miscellaneous"
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": 0,
"privileged": 0,
"interface_port": "8082",
"documentation": "",
"website": "https://www.traccar.org/",
"logo": "https://avatars.githubusercontent.com/u/37892282?s=100&v=4",
"description": "Traccar is an open source GPS tracking system. It supports more than 200 GPS protocols and more than 2000 models of GPS tracking devices.",
"install_methods": [
{
"type": "default",
"script": "ct/traccar.sh",
"resources": {
"cpu": "1",
"ram": "1024",
"hdd": "2",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": "",
"password": ""
},
"alerts": []
}