-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathCloudronManifest.json
48 lines (48 loc) · 1.2 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
48
{
"id": "cafe.bonfire",
"title": "Bonfire",
"author": "Bonfire Networks",
"version": "1.0.0",
"tagline": "Federated networking",
"description": "Bonfire is an open-source federated networking toolkit",
"httpPort": 4000,
"manifestVersion": 2,
"healthCheckPath": "/",
"addons": {
"postgresql": {},
"localstorage": {
"localStoragePath": "/opt/app/data/uploads"
},
"docker": {
"containers": {
"search": {
"image": "getmeili/meilisearch:v1.11",
"memoryLimit": 512000000,
"mounts": {
"meili_data": {
"destination": "/meili_data",
"type": "volume"
}
},
"ports": ["7700"]
}
}
}
},
"memoryLimit": 1073741824,
"website": "https://bonfirenetworks.org",
"icon": "file://priv/static/images/bonfire-icon.svg",
"tags": [
"social",
"federated",
"network",
"activitypub",
"community"
],
"postInstallMessage": "Bonfire has been installed successfully. Please configure your instance settings through the web interface.",
"configurePath": "/settings/instance",
"logPaths": [
"/app/logs/app.log"
],
"minBoxVersion": "7.0.0"
}