aboutsummaryrefslogtreecommitdiffhomepage
path: root/DESCRIPTION.md
blob: e7baecd5752a0fc4c254ff7787ab94aeb3bac2e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
This app packages Surfer <upstream>5.10.0</upstream>

### Overview

Surfer is a Simple static file server. It comes with a webinterface and commandline tooling to manage files.

Any `index.html` file in a directory will be served up automatically.

### Webinterface

 * Upload files
 * Create directories
 * Remove files and directories

### Commandline tool

First, install the surfer cli tool using npm.

    sudo npm -g install cloudron-surfer


Login using your Cloudron credentials:

    surfer login <appurl>


Put some files:

    surfer put [file]