]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blobdiff - CloudronManifest.json
Bump version
[perso/Immae/Projets/Nodejs/Surfer.git] / CloudronManifest.json
index 2096ae79642b194a77a1a944c7c559b063cefee7..996495119dc1e80f46eaaad5b295df9f29adcba1 100644 (file)
@@ -2,24 +2,30 @@
   "id": "io.cloudron.surfer",
   "title": "Surfer",
   "author": "Cloudron Team",
-  "description": "Simple static file server",
+  "description": "file://DESCRIPTION.md",
   "tagline": "Static file server",
   "tags": [
     "fileserver",
     "webserver",
     "server"
   ],
-  "version": "0.1.0",
-  "healthCheckPath": "/",
+  "version": "0.5.3",
+  "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": [
-  ]
+    "https://i.imgur.com/9vTtToz.png",
+    "https://i.imgur.com/EVT7CR3.png",
+    "https://i.imgur.com/wi768XH.png"
+  ],
+  "changelog": "file://CHANGELOG"
 }