Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

PUBLIC / surfer-okd

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Commit ce5fee2c authored 9 years ago by Girish Ramakrishnan's avatar Girish Ramakrishnan
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

Add description

1 parent 57d67dfb
Hide whitespace changes
Inline Side-by-side
Showing with 22 additions and 1 deletions
  • CloudronManifest.json
  • DESCRIPTION.md
CloudronManifest.json
View file @ce5fee2
...@@ -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",
......
This diff is collapsed. Click to expand it.
DESCRIPTION.md 0 → 100644
View file @ce5fee2
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]
This diff is collapsed. Click to expand it.
  • Write
  • Preview
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
  • Please register or sign in to post a comment