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
|
{
"id": "io.cloudron.surfer",
"title": "Surfer",
"author": "Cloudron Team",
"description": "file://DESCRIPTION.md",
"tagline": "Static file server",
"tags": [
"fileserver",
"webserver",
"hosting",
"server"
],
"version": "4.1.1",
"healthCheckPath": "/api/healthcheck",
"httpPort": 3000,
"manifestVersion": 1,
"website": "https://git.cloudron.io/cloudron/surfer",
"contactEmail": "support@cloudron.io",
"icon": "logo.png",
"addons": {
"ldap": {},
"redis": {},
"localstorage": {}
},
"mediaLinks": [
"https://s3.amazonaws.com/cloudron-app-screenshots/io.cloudron.surfer/8c87c0db33704755c3ff9a48fd0089d6ae72928d/img01.png",
"https://s3.amazonaws.com/cloudron-app-screenshots/io.cloudron.surfer/8c87c0db33704755c3ff9a48fd0089d6ae72928d/img02.png",
"https://s3.amazonaws.com/cloudron-app-screenshots/io.cloudron.surfer/8c87c0db33704755c3ff9a48fd0089d6ae72928d/img03.png"
],
"changelog": "file://CHANGELOG",
"postInstallMessage": "file://POSTINSTALL.md"
}
|