-
Notifications
You must be signed in to change notification settings - Fork 3
/
CloudronManifest.json
43 lines (42 loc) · 1019 Bytes
/
CloudronManifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"manifestVersion": 2,
"minBoxVersion": "7.3.3",
"id": "com.erpnext.cloudronapp",
"website": "https://www.erpnext.com",
"contactEmail": "[email protected]",
"title": "erpnext",
"author": "erpnext authors",
"tagline": "The most agile ERP on the planet",
"version": "15.25.0",
"icon": "manifest/logo.png",
"description": "file://manifest/DESCRIPTION.md",
"changelog": "file://manifest/CHANGELOG.md",
"postInstallMessage": "file://manifest/POSTINSTALL.md",
"healthCheckPath": "/",
"configurePath": "/app/",
"httpPort": 8888,
"memoryLimit": 4294967296,
"multiDomain": true,
"addons": {
"localstorage": {},
"sendmail": {
"supportsDisplayName": true
},
"recvmail": {},
"ldap": {},
"redis": {
"noPassword": true
}
},
"tags": [
"erp",
"hr",
"payroll",
"accounting",
"website"
],
"optionalSso": false,
"mediaLinks": [],
"forumUrl": "https://forum.cloudron.io/",
"documentationUrl": "https://docs.cloudron.io/"
}