]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blobdiff - CloudronManifest.json
Bump version
[perso/Immae/Projets/Nodejs/Surfer.git] / CloudronManifest.json
index f16fb62be321709375e48f8067642e8f97f701f5..2b78b9e8a10920b37ffc0f46cb7ad28ed973ba87 100644 (file)
@@ -2,24 +2,27 @@
   "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",
     "server"
   ],
-  "version": "0.1.0",
-  "healthCheckPath": "/",
+  "version": "0.5.0",
+  "targetBoxVersion": "0.4.0",
+  "healthCheckPath": "/api/healthcheck",
   "httpPort": 3000,
   "manifestVersion": 1,
   "website": "https://github.com/nebulade/surfer",
   "contactEmail": "support@cloudron.io",
   "icon": "logo.png",
+  "configurePath": "/_admin",
   "addons": {
     "ldap": {},
     "localstorage": {}
   },
   "mediaLinks": [
-  ]
+  ],
+  "changelog": "file://CHANGELOG"
 }