Commit ce5fee2c by Girish Ramakrishnan

Add description

1 parent 57d67dfb
Showing with 22 additions and 1 deletions
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"id": "io.cloudron.surfer", "id": "io.cloudron.surfer",
"title": "Surfer", "title": "Surfer",
"author": "Cloudron Team", "author": "Cloudron Team",
"description": "Simple static file server. It comes with a commandline tool to upload files from your local folders.", "description": "file://DESCRIPTION.md",
"tagline": "Static file server", "tagline": "Static file server",
"tags": [ "tags": [
"fileserver", "fileserver",
......
Surfer is a Simple static file server. It comes with a commandline tool
to upload files from your local folders.
### How to upload
You can upload files using the commandline tool.
First, install the surfer cli tool using npm.
sudo npm -g install cloudron-surfer
Login using your Cloudron credentials:
surfer login <this app's url>
Put some files:
surfer put [file]
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!