X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=CloudronManifest.json;h=8ed67dcf009394fe90f5c4bcc61361899402f98d;hb=df0c86537a9af6d37f47cf65e4f5fdeac4b60bcb;hp=52640aebe713eff7628fcbf6da24436778dafb1c;hpb=8558946083675e4ae03f30c7d7799309a3901afa;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git diff --git a/CloudronManifest.json b/CloudronManifest.json index 52640ae..8ed67dc 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -7,19 +7,31 @@ "tags": [ "fileserver", "webserver", + "hosting", "server" ], - "version": "0.1.1", - "healthCheckPath": "/", + "version": "5.6.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" }