aboutsummaryrefslogtreecommitdiffhomepage
path: root/CloudronManifest.json
blob: 5e4fbccc8bfc28c5fd772b2add0dd8f72c62bfde (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "id": "io.cloudron.surfer",
  "title": "Surfer",
  "author": "Cloudron Team",
  "description": "Simple static file server",
  "tagline": "Static file server",
  "version": "0.1.0",
  "healthCheckPath": "/",
  "httpPort": 3000,
  "manifestVersion": 1,
  "website": "https://github.com/nebulade/surfer",
  "contactEmail": "support@cloudron.io",
  "icon": "logo.png",
  "addons": {
    "ldap": {},
    "localstorage": {}
  },
  "mediaLinks": [
  ]
}