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