X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=CloudronManifest.json;h=4f5ee0b845e8fcb2928072763be30df7cbbb25f2;hb=d0803a0432f50d6d32b498d50f37f4325984e85c;hp=f843f47a5e9bd78229bdf523e38c004671384882;hpb=e649e11d1444263b30c078427105e5a5b470277f;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git diff --git a/CloudronManifest.json b/CloudronManifest.json index f843f47..4f5ee0b 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -7,22 +7,26 @@ "tags": [ "fileserver", "webserver", + "hosting", "server" ], - "version": "0.4.0", - "targetBoxVersion": "0.4.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://i.imgur.com/frsT4DR.png" + "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" + "changelog": "file://CHANGELOG", + "postInstallMessage": "file://POSTINSTALL.md" }