Restructured project by moving files from subfolder to main directory
This commit is contained in:
36
CloudronManifest.json
Normal file
36
CloudronManifest.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"id": "io.elasticsearch.cloudron",
|
||||
"title": "Elasticsearch",
|
||||
"author": "Elastic and Cloudron Community",
|
||||
"description": "Elasticsearch is a distributed, open source search and analytics engine for all types of data. This package is designed for internal use only.",
|
||||
"tagline": "Distributed search and analytics engine",
|
||||
"version": "1.0.0",
|
||||
"healthCheckPath": "/",
|
||||
"httpPort": 9200,
|
||||
"manifestVersion": 2,
|
||||
"website": "https://www.elastic.co/elasticsearch/",
|
||||
"documentationUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html",
|
||||
"contactEmail": "support@cloudron.io",
|
||||
"icon": "logo.png",
|
||||
"addons": {
|
||||
"localstorage": {
|
||||
"localDir": "/data"
|
||||
}
|
||||
},
|
||||
"tags": [
|
||||
"elasticsearch",
|
||||
"search",
|
||||
"analytics",
|
||||
"database"
|
||||
],
|
||||
"minBoxVersion": "7.0.0",
|
||||
"memoryLimit": 1073741824,
|
||||
"postInstallMessage": "Elasticsearch is now installed and available for internal use only. You can access it using http://localhost:9200 from within other Cloudron apps.",
|
||||
"multiDomain": false,
|
||||
"tcpPorts": {
|
||||
"9300": {
|
||||
"title": "Transport Port",
|
||||
"description": "Elasticsearch transport port"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user