aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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