aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGirish Ramakrishnan <girish@cloudron.io>2015-07-07 09:52:38 -0700
committerGirish Ramakrishnan <girish@cloudron.io>2015-07-07 09:57:30 -0700
commitce5fee2c0c8f8722f31c3e9d420429a28ffe604b (patch)
treef1dd0cb8300687dee82b5abdca82bdf6d9babb53
parent57d67dfb110f2fefa8d618542db6468339a61fd2 (diff)
downloadSurfer-ce5fee2c0c8f8722f31c3e9d420429a28ffe604b.tar.gz
Surfer-ce5fee2c0c8f8722f31c3e9d420429a28ffe604b.tar.zst
Surfer-ce5fee2c0c8f8722f31c3e9d420429a28ffe604b.zip
Add description
-rw-r--r--CloudronManifest.json2
-rw-r--r--DESCRIPTION.md21
2 files changed, 22 insertions, 1 deletions
diff --git a/CloudronManifest.json b/CloudronManifest.json
index f16fb62..4798364 100644
--- a/CloudronManifest.json
+++ b/CloudronManifest.json
@@ -2,7 +2,7 @@
2 "id": "io.cloudron.surfer", 2 "id": "io.cloudron.surfer",
3 "title": "Surfer", 3 "title": "Surfer",
4 "author": "Cloudron Team", 4 "author": "Cloudron Team",
5 "description": "Simple static file server. It comes with a commandline tool to upload files from your local folders.", 5 "description": "file://DESCRIPTION.md",
6 "tagline": "Static file server", 6 "tagline": "Static file server",
7 "tags": [ 7 "tags": [
8 "fileserver", 8 "fileserver",
diff --git a/DESCRIPTION.md b/DESCRIPTION.md
new file mode 100644
index 0000000..4b35e46
--- /dev/null
+++ b/DESCRIPTION.md
@@ -0,0 +1,21 @@
1Surfer is a Simple static file server. It comes with a commandline tool
2to upload files from your local folders.
3
4### How to upload
5
6You can upload files using the commandline tool.
7
8First, install the surfer cli tool using npm.
9
10 sudo npm -g install cloudron-surfer
11
12
13Login using your Cloudron credentials:
14
15 surfer login <this app's url>
16
17
18Put some files:
19
20 surfer put [file]
21