73 lines
2.1 KiB
JSON
73 lines
2.1 KiB
JSON
{
|
|
"id": "org.traccar.cloudronapp",
|
|
"title": "Traccar",
|
|
"author": "Traccar developers",
|
|
"description": "file://DESCRIPTION.md",
|
|
"changelog": "file://CHANGELOG.md",
|
|
"tagline": "Modern GPS Tracking Platform",
|
|
"version": "1.2.2",
|
|
"upstreamVersion": "5.6",
|
|
"minBoxVersion": "7.1.0",
|
|
"memoryLimit": 1073741824,
|
|
"healthCheckPath": "/",
|
|
"httpPort": 8082,
|
|
"httpPorts": {
|
|
"OSMAND_DOMAIN": {
|
|
"title": "OsmAnd Domain",
|
|
"description": "Port over which OsmAnd clients can connect",
|
|
"containerPort": 5055,
|
|
"defaultValue": "osmand"
|
|
}
|
|
},
|
|
"addons": {
|
|
"ldap": {},
|
|
"sendmail": { "supportsDisplayName": false },
|
|
"localstorage": {},
|
|
"mysql": {}
|
|
},
|
|
"optionalSso": true,
|
|
"manifestVersion": 2,
|
|
"tcpPorts": {
|
|
"OSMAND_PORT": {
|
|
"title": "OsmAnd Port",
|
|
"description": "Port over which OsmAnd clients can connect",
|
|
"defaultValue": 5055
|
|
},
|
|
"GL200_PORT": {
|
|
"title": "GL200 Protocol Port",
|
|
"description": "Port over which GL200 clients can connect",
|
|
"defaultValue": 5004
|
|
},
|
|
"GPS103_PORT": {
|
|
"title": "GPS103 Protocol Port",
|
|
"description": "Port over which GPS103 clients can connect",
|
|
"defaultValue": 5001
|
|
},
|
|
"TAIP_PORT": {
|
|
"title": "TAIP Protocol Port",
|
|
"description": "Port over which TAIP clients can connect",
|
|
"defaultValue": 5031
|
|
},
|
|
"H02_PORT": {
|
|
"title": "H02 Protocol Port",
|
|
"description": "Port over which H02 clients can connect",
|
|
"defaultValue": 5013
|
|
}
|
|
},
|
|
"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"
|
|
],
|
|
"forumUrl": "https://forum.cloudron.io/category/146/traccar",
|
|
"documentationUrl": "https://docs.cloudron.io/apps/traccar"
|
|
}
|
|
|