41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"id": "org.traccar.cloudronapp",
|
|
"title": "Traccar",
|
|
"author": "Traccar developers",
|
|
"description": "file://DESCRIPTION.md",
|
|
"changelog": "file://CHANGELOG",
|
|
"tagline": "Modern GPS Tracking Platform",
|
|
"version": "0.1.0",
|
|
"upstreamVersion": "5.0",
|
|
"minBoxVersion": "7.1.0",
|
|
"healthCheckPath": "/",
|
|
"httpPort": 8082,
|
|
"addons": {
|
|
"ldap": {},
|
|
"sendmail": {},
|
|
"localstorage": {},
|
|
"postgresql": {}
|
|
},
|
|
"manifestVersion": 2,
|
|
"tcpPorts": {
|
|
"OSMAND_PORT": {
|
|
"title": "OsmAnd Port",
|
|
"description": "Port over which OsmAnd clients can connect",
|
|
"defaultValue": 5055
|
|
}
|
|
},
|
|
"website": "https://www.traccar.org",
|
|
"postInstallMessage": "file://POSTINSTALL.md",
|
|
"contactEmail": "support@cloudron.io",
|
|
"icon": "file://logo.png",
|
|
"tags": [
|
|
"gps", "tracking", "seek", "fleet"
|
|
],
|
|
"mediaLinks": [
|
|
"https://screenshots.cloudron.io/org.traccar.cloudronapp/web.png",
|
|
"https://screenshots.cloudron.io/org.traccar.cloudronapp/polyline.png",
|
|
"https://screenshots.cloudron.io/org.traccar.cloudronapp/command_new.png"
|
|
]
|
|
}
|
|
|