]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/commitdiff
Update medialinks and description
authorJohannes Zellner <johannes@nebulon.de>
Tue, 1 Mar 2016 18:45:19 +0000 (19:45 +0100)
committerJohannes Zellner <johannes@nebulon.de>
Tue, 1 Mar 2016 18:45:19 +0000 (19:45 +0100)
CloudronManifest.json
DESCRIPTION.md

index 2b78b9e8a10920b37ffc0f46cb7ad28ed973ba87..37c5467610bde5aa1dcc0e71256251349340abd3 100644 (file)
     "localstorage": {}
   },
   "mediaLinks": [
+    "https://i.imgur.com/OXI9PGc.png",
+    "https://i.imgur.com/EVT7CR3.png",
+    "https://i.imgur.com/wi768XH.png",
+    "https://i.imgur.com/9vTtToz.png"
   ],
   "changelog": "file://CHANGELOG"
 }
index 4b35e468cf896ed22bf0b129974755ead3d452e6..462336ac4f31683a4234a44ba5cf5db6ac3a7818 100644 (file)
@@ -1,9 +1,14 @@
-Surfer is a Simple static file server. It comes with a commandline tool
-to upload files from your local folders.
+Surfer is a Simple static file server. It comes with a webinterface and commandline tooling to manage files.
 
-### How to upload
+Any `index.html` file in a directory will be served up automatically.
 
-You can upload files using the commandline tool.
+### Webinterface
+
+ * Upload files
+ * Create directories
+ * Remove files and directories
+
+### Commandline tool
 
 First, install the surfer cli tool using npm.
 
@@ -12,10 +17,9 @@ First, install the surfer cli tool using npm.
 
 Login using your Cloudron credentials:
 
-    surfer login <this app's url>
+    surfer login <appurl>
 
 
 Put some files:
 
     surfer put [file]