]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blame - DESCRIPTION.md
exec for proper SIGTERM handling
[perso/Immae/Projets/Nodejs/Surfer.git] / DESCRIPTION.md
CommitLineData
7db31a33 1Surfer is a Simple static file server. It comes with a webinterface and commandline tooling to manage files.
ce5fee2c 2
7db31a33 3Any `index.html` file in a directory will be served up automatically.
ce5fee2c 4
7db31a33
JZ
5### Webinterface
6
7 * Upload files
8 * Create directories
9 * Remove files and directories
10
11### Commandline tool
ce5fee2c
GR
12
13First, install the surfer cli tool using npm.
14
15 sudo npm -g install cloudron-surfer
16
17
18Login using your Cloudron credentials:
19
7db31a33 20 surfer login <appurl>
ce5fee2c
GR
21
22
23Put some files:
24
25 surfer put [file]