]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blame_incremental - DESCRIPTION.md
Make listen port and ldap filter more flexible
[perso/Immae/Projets/Nodejs/Surfer.git] / DESCRIPTION.md
... / ...
CommitLineData
1This app packages Surfer <upstream>5.10.0</upstream>
2
3### Overview
4
5Surfer is a Simple static file server. It comes with a webinterface and commandline tooling to manage files.
6
7Any `index.html` file in a directory will be served up automatically.
8
9### Webinterface
10
11 * Upload files
12 * Create directories
13 * Remove files and directories
14
15### Commandline tool
16
17First, install the surfer cli tool using npm.
18
19 sudo npm -g install cloudron-surfer
20
21
22Login using your Cloudron credentials:
23
24 surfer login <appurl>
25
26
27Put some files:
28
29 surfer put [file]