aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CloudronManifest.json4
-rw-r--r--DESCRIPTION.md16
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 @@
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