X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=CloudronManifest.json;h=4f5ee0b845e8fcb2928072763be30df7cbbb25f2;hb=f43b3c162f5a0857d9fd56f4d8005763fcdca4cc;hp=a9ec202c776d3b76dc36ef975bdf3c4539ebf4bd;hpb=9708e37927c32e5517fac08ed63973b4c6862326;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git diff --git a/CloudronManifest.json b/CloudronManifest.json index a9ec202..4f5ee0b 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -7,19 +7,26 @@ "tags": [ "fileserver", "webserver", + "hosting", "server" ], - "version": "0.2.0", - "healthCheckPath": "/", + "version": "4.1.1", + "healthCheckPath": "/api/healthcheck", "httpPort": 3000, "manifestVersion": 1, - "website": "https://github.com/nebulade/surfer", + "website": "https://git.cloudron.io/cloudron/surfer", "contactEmail": "support@cloudron.io", "icon": "logo.png", "addons": { "ldap": {}, + "redis": {}, "localstorage": {} }, "mediaLinks": [ - ] + "https://s3.amazonaws.com/cloudron-app-screenshots/io.cloudron.surfer/8c87c0db33704755c3ff9a48fd0089d6ae72928d/img01.png", + "https://s3.amazonaws.com/cloudron-app-screenshots/io.cloudron.surfer/8c87c0db33704755c3ff9a48fd0089d6ae72928d/img02.png", + "https://s3.amazonaws.com/cloudron-app-screenshots/io.cloudron.surfer/8c87c0db33704755c3ff9a48fd0089d6ae72928d/img03.png" + ], + "changelog": "file://CHANGELOG", + "postInstallMessage": "file://POSTINSTALL.md" }