Initial commit

This commit is contained in:
Johannes Zellner
2019-07-05 14:45:41 +02:00
commit 1e33322bfc
7 changed files with 93 additions and 0 deletions

31
CloudronManifest.json Normal file
View 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": []
}