X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=CloudronManifest.json;h=8f13fefd4cd0a5981e165326d297c94f66b12a91;hb=4ed8a44f40ed090dd4a8ccf126020207c5bd8690;hp=f16fb62be321709375e48f8067642e8f97f701f5;hpb=599f7a217687b96a22c76f7c3ed151362de3c8d7;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git diff --git a/CloudronManifest.json b/CloudronManifest.json index f16fb62..8f13fef 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -2,14 +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", + "version": "0.4.2", + "targetBoxVersion": "0.4.0", "healthCheckPath": "/", "httpPort": 3000, "manifestVersion": 1, @@ -21,5 +22,6 @@ "localstorage": {} }, "mediaLinks": [ - ] + ], + "changelog": "file://CHANGELOG" }