ProxmoxVE/json/traccar.json
Paul 4d68c2e1ef
Add JSON for each Script and a metadata.json file (#86)
* Generated JSON from database with changes suggested by maintainers. Includes a categories.json file that contains all the possible categories

* Renamed categories.json to metadata.json
2024-11-06 08:14:59 +01:00

34 lines
939 B
JSON

{
"name": "Traccar",
"slug": "traccar",
"categories": [
0
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": "8082",
"documentation": null,
"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": null,
"password": null
},
"notes": []
}