mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-17 09:04:30 +00:00
36 lines
898 B
JSON
36 lines
898 B
JSON
{
|
|
"name": "Traccar",
|
|
"slug": "traccar",
|
|
"categories": [
|
|
0
|
|
],
|
|
"date_created": "2024-05-02",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 8082,
|
|
"documentation": "https://www.traccar.org/documentation/",
|
|
"website": "https://www.traccar.org/",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/traccar.webp",
|
|
"config_path": "/opt/traccar/conf/traccar.xml",
|
|
"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": null,
|
|
"password": null
|
|
},
|
|
"notes": []
|
|
}
|