Initial commit
This commit is contained in:
31
CloudronManifest.json
Normal file
31
CloudronManifest.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"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": []
|
||||
}
|
||||
|
Reference in New Issue
Block a user