32 lines
673 B
JSON
32 lines
673 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": "",
|
|
"tags": [
|
|
"changeme"
|
|
],
|
|
"mediaLinks": []
|
|
}
|
|
|