X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=CloudronManifest.json;h=3529b7f829620a594d768f6ff056adc1447c4d3a;hb=83544c5c8685db63b98d8035b99c501afe509776;hp=3a00303f79c3845e32f44a00862108d0a639fc9c;hpb=8f9e3c71b2cd207bb6e02e0709955cec3c54e8d2;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git diff --git a/CloudronManifest.json b/CloudronManifest.json index 3a00303..3529b7f 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -7,20 +7,32 @@ "tags": [ "fileserver", "webserver", + "hosting", "server" ], - "version": "0.3.0", - "targetBoxVersion": "0.4.0", - "healthCheckPath": "/", + "version": "5.9.2", + "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", "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" }