diff options
author | Johannes Zellner <johannes@nebulon.de> | 2016-03-01 19:45:19 +0100 |
---|---|---|
committer | Johannes Zellner <johannes@nebulon.de> | 2016-03-01 19:45:19 +0100 |
commit | 7db31a3360c4a29f2ce9328ba0a0338bbe0f4117 (patch) | |
tree | 49085bc470f60520cade29c32a554e3dfbf84fd5 | |
parent | 9209abecddcedfafdf816896168632289f510dbd (diff) | |
download | Surfer-7db31a3360c4a29f2ce9328ba0a0338bbe0f4117.tar.gz Surfer-7db31a3360c4a29f2ce9328ba0a0338bbe0f4117.tar.zst Surfer-7db31a3360c4a29f2ce9328ba0a0338bbe0f4117.zip |
Update medialinks and description
-rw-r--r-- | CloudronManifest.json | 4 | ||||
-rw-r--r-- | DESCRIPTION.md | 16 |
2 files changed, 14 insertions, 6 deletions
diff --git a/CloudronManifest.json b/CloudronManifest.json index 2b78b9e..37c5467 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json | |||
@@ -23,6 +23,10 @@ | |||
23 | "localstorage": {} | 23 | "localstorage": {} |
24 | }, | 24 | }, |
25 | "mediaLinks": [ | 25 | "mediaLinks": [ |
26 | "https://i.imgur.com/OXI9PGc.png", | ||
27 | "https://i.imgur.com/EVT7CR3.png", | ||
28 | "https://i.imgur.com/wi768XH.png", | ||
29 | "https://i.imgur.com/9vTtToz.png" | ||
26 | ], | 30 | ], |
27 | "changelog": "file://CHANGELOG" | 31 | "changelog": "file://CHANGELOG" |
28 | } | 32 | } |
diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 4b35e46..462336a 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md | |||
@@ -1,9 +1,14 @@ | |||
1 | Surfer is a Simple static file server. It comes with a commandline tool | 1 | Surfer is a Simple static file server. It comes with a webinterface and commandline tooling to manage files. |
2 | to upload files from your local folders. | ||
3 | 2 | ||
4 | ### How to upload | 3 | Any `index.html` file in a directory will be served up automatically. |
5 | 4 | ||
6 | You 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 | ||
8 | First, install the surfer cli tool using npm. | 13 | First, install the surfer cli tool using npm. |
9 | 14 | ||
@@ -12,10 +17,9 @@ First, install the surfer cli tool using npm. | |||
12 | 17 | ||
13 | Login using your Cloudron credentials: | 18 | Login using your Cloudron credentials: |
14 | 19 | ||
15 | surfer login <this app's url> | 20 | surfer login <appurl> |
16 | 21 | ||
17 | 22 | ||
18 | Put some files: | 23 | Put some files: |
19 | 24 | ||
20 | surfer put [file] | 25 | surfer put [file] |
21 | |||