-
Notifications
You must be signed in to change notification settings - Fork 2
/
CloudronManifest.json
47 lines (47 loc) · 1.26 KB
/
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
43
44
45
46
47
{
"id": "cloudron.humhub.app",
"title": "Humhub",
"author": "Atridad Lahiji",
"description": "file://DESCRIPTION.md",
"tagline": "The flexible open source social media kit.",
"version": "1.6.0",
"healthCheckPath": "/",
"memoryLimit": 1342177280,
"httpPort": 80,
"manifestVersion": 2,
"website": "https://www.humhub.com",
"contactEmail": "[email protected]",
"icon": "logo.png",
"optionalSso": true,
"addons": {
"mysql": {},
"localstorage": {
"ftp": {
"uid": 33,
"uname": "www-data"
}
},
"sendmail": {},
"ldap": {},
"scheduler": {
"queue": {
"schedule": "* * * * *",
"command": "/usr/bin/php /app/code/protected/yii queue/run --isolate=0"
},
"cron": {
"schedule": "* * * * *",
"command": "/usr/bin/php /app/code/protected/yii cron/run"
},
"update_db": {
"schedule": "* * * * *",
"command": "/app/code/db_update.sh"
}
}
},
"tags": [ "apache", "php", "mysql", "social" ],
"changelog": "file://CHANGELOG",
"postInstallMessage": "file://POSTINSTALL.md",
"minBoxVersion": "6.1.2",
"forumUrl": "https://forum.cloudron.io/category/15/humhub",
"documentationUrl": "https://docs.cloudron.io/apps/humhub/"
}