X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=CloudronManifest.json;h=efd83ae64cb3260eaa6bbee2132cb8d2d0561b3b;hb=ab33783aaffdb2c55a1c5bc01d5d2e14c2092bf8;hp=5e4fbccc8bfc28c5fd772b2add0dd8f72c62bfde;hpb=c88ec639a906f57dc11c7a64b5622beb448d5fd6;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git diff --git a/CloudronManifest.json b/CloudronManifest.json index 5e4fbcc..efd83ae 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -2,19 +2,30 @@ "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.5.1", + "targetBoxVersion": "0.4.0", + "healthCheckPath": "/api/healthcheck", "httpPort": 3000, "manifestVersion": 1, "website": "https://github.com/nebulade/surfer", "contactEmail": "support@cloudron.io", "icon": "logo.png", + "configurePath": "_admin/", "addons": { "ldap": {}, "localstorage": {} }, "mediaLinks": [ - ] + "https://i.imgur.com/9vTtToz.png", + "https://i.imgur.com/EVT7CR3.png", + "https://i.imgur.com/wi768XH.png" + ], + "changelog": "file://CHANGELOG" }