X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git;a=blobdiff_plain;f=CloudronManifest.json;h=ebe26987c350e60f29096cee509857b2dc635f32;hp=37c5467610bde5aa1dcc0e71256251349340abd3;hb=HEAD;hpb=7db31a3360c4a29f2ce9328ba0a0338bbe0f4117 diff --git a/CloudronManifest.json b/CloudronManifest.json index 37c5467..ebe2698 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -7,26 +7,32 @@ "tags": [ "fileserver", "webserver", + "hosting", "server" ], - "version": "0.5.0", - "targetBoxVersion": "0.4.0", + "version": "5.10.0", "healthCheckPath": "/api/healthcheck", "httpPort": 3000, - "manifestVersion": 1, - "website": "https://github.com/nebulade/surfer", + "manifestVersion": 2, + "minBoxVersion": "4.1.4", + "website": "https://git.cloudron.io/cloudron/surfer", + "documentationUrl": "https://cloudron.io/documentation/apps/surfer/", "contactEmail": "support@cloudron.io", "icon": "logo.png", - "configurePath": "/_admin", "addons": { "ldap": {}, - "localstorage": {} + "localstorage": { + "ftp": { + "uid": 1000, + "uname": "cloudron" + } + } }, "mediaLinks": [ - "https://i.imgur.com/OXI9PGc.png", - "https://i.imgur.com/EVT7CR3.png", - "https://i.imgur.com/wi768XH.png", - "https://i.imgur.com/9vTtToz.png" + "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" + "changelog": "file://CHANGELOG", + "postInstallMessage": "file://POSTINSTALL.md" }