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
|
{
"id": "io.cloudron.surfer",
"title": "Surfer",
"author": "Cloudron Team",
"description": "file://DESCRIPTION.md",
"tagline": "Static file server",
"tags": [
"fileserver",
"webserver",
"server"
],
"version": "0.1.1",
"healthCheckPath": "/",
"httpPort": 3000,
"manifestVersion": 1,
"website": "https://github.com/nebulade/surfer",
"contactEmail": "support@cloudron.io",
"icon": "logo.png",
"addons": {
"ldap": {},
"localstorage": {}
},
"mediaLinks": [
]
}
|