-
Notifications
You must be signed in to change notification settings - Fork 10
/
CloudronManifest.json
47 lines (47 loc) · 1.22 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": "io.cloudron.surfer",
"title": "Surfer",
"author": "Cloudron Team",
"version": "6.2.0",
"upstreamVersion": "6.2.0",
"description": "file://DESCRIPTION.md",
"tagline": "Static file server",
"tags": [
"fileserver",
"webserver",
"hosting",
"server",
"ftp",
"sftp",
"webdav"
],
"healthCheckPath": "/api/healthcheck",
"configurePath": "/_admin",
"httpPort": 3000,
"minBoxVersion": "7.5.2",
"manifestVersion": 2,
"multiDomain": true,
"website": "https://git.cloudron.io/cloudron/surfer",
"documentationUrl": "https://docs.cloudron.io/apps/surfer/",
"forumUrl": "https://forum.cloudron.io/category/28/surfer",
"contactEmail": "[email protected]",
"icon": "file://logo.png",
"addons": {
"oidc": {
"loginRedirectUri": "/api/oidc/callback"
},
"localstorage": {
"ftp": {
"uid": 1000,
"uname": "cloudron"
}
}
},
"mediaLinks": [
"https://screenshots.cloudron.io/io.cloudron.surfer/img01.png",
"https://screenshots.cloudron.io/io.cloudron.surfer/img02.png",
"https://screenshots.cloudron.io/io.cloudron.surfer/img03.png"
],
"changelog": "file://CHANGELOG.md",
"postInstallMessage": "file://POSTINSTALL.md"
}