]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blobdiff - CloudronManifest.json
Make listen port and ldap filter more flexible
[perso/Immae/Projets/Nodejs/Surfer.git] / CloudronManifest.json
index f16fb62be321709375e48f8067642e8f97f701f5..ebe26987c350e60f29096cee509857b2dc635f32 100644 (file)
@@ -2,24 +2,37 @@
   "id": "io.cloudron.surfer",
   "title": "Surfer",
   "author": "Cloudron Team",
-  "description": "Simple static file server. It comes with a commandline tool to upload files from your local folders.",
+  "description": "file://DESCRIPTION.md",
   "tagline": "Static file server",
   "tags": [
     "fileserver",
     "webserver",
+    "hosting",
     "server"
   ],
-  "version": "0.1.0",
-  "healthCheckPath": "/",
+  "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",
   "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"
 }