]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blob - CloudronManifest.json
Update medialinks and description
[perso/Immae/Projets/Nodejs/Surfer.git] / CloudronManifest.json
1 {
2 "id": "io.cloudron.surfer",
3 "title": "Surfer",
4 "author": "Cloudron Team",
5 "description": "file://DESCRIPTION.md",
6 "tagline": "Static file server",
7 "tags": [
8 "fileserver",
9 "webserver",
10 "server"
11 ],
12 "version": "0.5.0",
13 "targetBoxVersion": "0.4.0",
14 "healthCheckPath": "/api/healthcheck",
15 "httpPort": 3000,
16 "manifestVersion": 1,
17 "website": "https://github.com/nebulade/surfer",
18 "contactEmail": "support@cloudron.io",
19 "icon": "logo.png",
20 "configurePath": "/_admin",
21 "addons": {
22 "ldap": {},
23 "localstorage": {}
24 },
25 "mediaLinks": [
26 "https://i.imgur.com/OXI9PGc.png",
27 "https://i.imgur.com/EVT7CR3.png",
28 "https://i.imgur.com/wi768XH.png",
29 "https://i.imgur.com/9vTtToz.png"
30 ],
31 "changelog": "file://CHANGELOG"
32 }