X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=CloudronManifest.json;h=081acf6e4c1b83f1f668d1d37632a6420b8d3a12;hb=7e4b56ba8b2d771e7cebe40baf84ea56b577357c;hp=2b78b9e8a10920b37ffc0f46cb7ad28ed973ba87;hpb=27877b6cdaed160d07d70ffadee6511bb45ca0fe;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git diff --git a/CloudronManifest.json b/CloudronManifest.json index 2b78b9e..081acf6 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -7,22 +7,32 @@ "tags": [ "fileserver", "webserver", + "hosting", "server" ], - "version": "0.5.0", - "targetBoxVersion": "0.4.0", + "version": "5.9.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://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" }