aboutsummaryrefslogtreecommitdiffhomepage
path: root/DESCRIPTION.md
diff options
context:
space:
mode:
authorJohannes Zellner <johannes@nebulon.de>2016-03-01 19:45:19 +0100
committerJohannes Zellner <johannes@nebulon.de>2016-03-01 19:45:19 +0100
commit7db31a3360c4a29f2ce9328ba0a0338bbe0f4117 (patch)
tree49085bc470f60520cade29c32a554e3dfbf84fd5 /DESCRIPTION.md
parent9209abecddcedfafdf816896168632289f510dbd (diff)
downloadSurfer-7db31a3360c4a29f2ce9328ba0a0338bbe0f4117.tar.gz
Surfer-7db31a3360c4a29f2ce9328ba0a0338bbe0f4117.tar.zst
Surfer-7db31a3360c4a29f2ce9328ba0a0338bbe0f4117.zip
Update medialinks and description
Diffstat (limited to 'DESCRIPTION.md')
-rw-r--r--DESCRIPTION.md16
1 files changed, 10 insertions, 6 deletions
diff --git a/DESCRIPTION.md b/DESCRIPTION.md
index 4b35e46..462336a 100644
--- a/DESCRIPTION.md
+++ b/DESCRIPTION.md
@@ -1,9 +1,14 @@
1Surfer is a Simple static file server. It comes with a commandline tool 1Surfer is a Simple static file server. It comes with a webinterface and commandline tooling to manage files.
2to upload files from your local folders.
3 2
4### How to upload 3Any `index.html` file in a directory will be served up automatically.
5 4
6You can upload files using the commandline tool. 5### Webinterface
6
7 * Upload files
8 * Create directories
9 * Remove files and directories
10
11### Commandline tool
7 12
8First, install the surfer cli tool using npm. 13First, install the surfer cli tool using npm.
9 14
@@ -12,10 +17,9 @@ First, install the surfer cli tool using npm.
12 17
13Login using your Cloudron credentials: 18Login using your Cloudron credentials:
14 19
15 surfer login <this app's url> 20 surfer login <appurl>
16 21
17 22
18Put some files: 23Put some files:
19 24
20 surfer put [file] 25 surfer put [file]
21