X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=CloudronManifest.json;h=17e50383a641c64ddb30a724f2671c8bdf735013;hb=0cc5210cf1ca83ca161966603f01affe19c3784b;hp=f16fb62be321709375e48f8067642e8f97f701f5;hpb=599f7a217687b96a22c76f7c3ed151362de3c8d7;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git diff --git a/CloudronManifest.json b/CloudronManifest.json index f16fb62..17e5038 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -2,15 +2,15 @@ "id": "io.cloudron.surfer", "title": "Surfer", "author": "Cloudron Team", - "description": "Simple static file server. It comes with a commandline tool to upload files from your local folders.", + "description": "file://DESCRIPTION.md", "tagline": "Static file server", "tags": [ "fileserver", "webserver", "server" ], - "version": "0.1.0", - "healthCheckPath": "/", + "version": "4.1.0", + "healthCheckPath": "/api/healthcheck", "httpPort": 3000, "manifestVersion": 1, "website": "https://github.com/nebulade/surfer", @@ -18,8 +18,14 @@ "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" }