X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=CloudronManifest.json;h=32596649ebd6c44453a71d04c1a4aa8374326487;hb=69bf40e0466b5c3b154c5b563aedc48860a19643;hp=5e4fbccc8bfc28c5fd772b2add0dd8f72c62bfde;hpb=c88ec639a906f57dc11c7a64b5622beb448d5fd6;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git diff --git a/CloudronManifest.json b/CloudronManifest.json index 5e4fbcc..3259664 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -2,19 +2,36 @@ "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", + "hosting", + "server" + ], + "version": "5.5.0", + "healthCheckPath": "/api/healthcheck", "httpPort": 3000, "manifestVersion": 1, - "website": "https://github.com/nebulade/surfer", + "website": "https://git.cloudron.io/cloudron/surfer", + "documentationUrl": "https://cloudron.io/documentation/apps/surfer/", "contactEmail": "support@cloudron.io", "icon": "logo.png", "addons": { "ldap": {}, - "localstorage": {} + "localstorage": { + "ftp": { + "uid": 1000, + "uname": "cloudron" + } + } }, "mediaLinks": [ - ] + "https://s3.amazonaws.com/cloudron-app-screenshots/io.cloudron.surfer/645cb5c8b40d99355d83555d0c3a40afb1b4d754/img01.png", + "https://s3.amazonaws.com/cloudron-app-screenshots/io.cloudron.surfer/645cb5c8b40d99355d83555d0c3a40afb1b4d754/img02.png", + "https://s3.amazonaws.com/cloudron-app-screenshots/io.cloudron.surfer/645cb5c8b40d99355d83555d0c3a40afb1b4d754/img03.png" + ], + "changelog": "file://CHANGELOG", + "postInstallMessage": "file://POSTINSTALL.md" }