-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCloudronManifest.json
More file actions
36 lines (35 loc) · 883 Bytes
/
Copy pathCloudronManifest.json
File metadata and controls
36 lines (35 loc) · 883 Bytes
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
{
"manifestVersion": 2,
"id": "com.getoutline.cloudronapp",
"website": "https://www.getoutline.com",
"contactEmail": "support@getoutline.com",
"title": "Outline Wiki",
"author": "Outline authors",
"tagline": "Your team’s knowledge base",
"version": "0.75.0",
"icon": "manifest/logo.png",
"description": "file://manifest/DESCRIPTION.md",
"changelog": "file://manifest/CHANGELOG.md",
"postInstallMessage": "file://manifest/POSTINSTALL.md",
"healthCheckPath": "/",
"httpPort": 3000,
"memoryLimit": 1073741824,
"addons": {
"localstorage": {},
"postgresql": {},
"sendmail": {},
"redis": {}
},
"tags": [
"notes",
"outline",
"notion",
"wiki",
"docs",
"documentation"
],
"optionalSso": true,
"mediaLinks": [],
"forumUrl": "https://forum.cloudron.io/",
"documentationUrl": "https://docs.cloudron.io/"
}