X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=CloudronManifest.json;h=9e1bfb326cab91c83cab268c91b4698593530cd8;hb=813646f162461f9b7700d3421edc552fed9e28eb;hp=5e4fbccc8bfc28c5fd772b2add0dd8f72c62bfde;hpb=c88ec639a906f57dc11c7a64b5622beb448d5fd6;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git diff --git a/CloudronManifest.json b/CloudronManifest.json index 5e4fbcc..9e1bfb3 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -2,10 +2,16 @@ "id": "io.cloudron.surfer", "title": "Surfer", "author": "Cloudron Team", - "description": "Simple static file server", + "description": "file://DESCRIPTION.md", "tagline": "Static file server", - "version": "0.1.0", - "healthCheckPath": "/", + "tags": [ + "fileserver", + "webserver", + "server" + ], + "version": "0.4.3", + "targetBoxVersion": "0.4.0", + "healthCheckPath": "/api/healthcheck", "httpPort": 3000, "manifestVersion": 1, "website": "https://github.com/nebulade/surfer", @@ -16,5 +22,6 @@ "localstorage": {} }, "mediaLinks": [ - ] + ], + "changelog": "file://CHANGELOG" }