]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blob - CloudronManifest.json
Make a cloudron app
[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 "version": "0.1.0",
8 "healthCheckPath": "/",
9 "httpPort": 3000,
10 "manifestVersion": 1,
11 "website": "https://github.com/nebulade/surfer",
12 "contactEmail": "support@cloudron.io",
13 "icon": "logo.png",
14 "addons": {
15 "ldap": {},
16 "localstorage": {}
17 },
18 "mediaLinks": [
19 ]
20 }