]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blob - CloudronManifest.json
Add tags to the manifest
[perso/Immae/Projets/Nodejs/Surfer.git] / CloudronManifest.json
1 {
2 "id": "io.cloudron.surfer",
3 "title": "Surfer",
4 "author": "Cloudron Team",
5 "description": "Simple static file server",
6 "tagline": "Static file server",
7 "tags": [
8 "fileserver",
9 "webserver",
10 "server"
11 ],
12 "version": "0.1.0",
13 "healthCheckPath": "/",
14 "httpPort": 3000,
15 "manifestVersion": 1,
16 "website": "https://github.com/nebulade/surfer",
17 "contactEmail": "support@cloudron.io",
18 "icon": "logo.png",
19 "addons": {
20 "ldap": {},
21 "localstorage": {}
22 },
23 "mediaLinks": [
24 ]
25 }