aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
blob: b9402584f41d8255d5e12d700a0d3fc4fe1159cf (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Surfer

Surfer is a Simple static file server. It comes with a commandline tool
to upload files from your local folders.

## Installation

[![Install](https://cloudron.io/img/button32.png)](https://cloudron.io/button.html?app=io.cloudron.surfer)

or using the [Cloudron command line tooling](https://cloudron.io/references/cli.html)

```
cloudron install --appstore-id io.cloudron.surfer
```

## Building

The app package can be built using the [Cloudron command line tooling](https://cloudron.io/references/cli.html).

```
cd surfer

cloudron build
cloudron install
```

### 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]