Files
traccar-app/CloudronManifest.json
Johannes Zellner d6d7f4f2bf Add logo
2019-07-05 14:47:58 +02:00

32 lines
688 B
JSON

{
"id": "org.traccar.coudronapp",
"title": "Traccar",
"author": "Traccar developers",
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "One-line description",
"version": "0.1.0",
"healthCheckPath": "/",
"httpPort": 8082,
"addons": {
"ldap": {},
"localstorage": {}
},
"tcpPorts": {
"OSMAND_PORT": {
"title": "OsmAnd Port",
"description": "Port over which OsmAnd clients can connect",
"defaultValue": 5055
}
},
"manifestVersion": 1,
"website": "https://example.com",
"contactEmail": "support@cloudron.io",
"icon": "file://logo.png",
"tags": [
"changeme"
],
"mediaLinks": []
}