]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blame_incremental - DESCRIPTION.md
Add redis node module
[perso/Immae/Projets/Nodejs/Surfer.git] / DESCRIPTION.md
... / ...
CommitLineData
1Surfer is a Simple static file server. It comes with a webinterface and commandline tooling to manage files.
2
3Any `index.html` file in a directory will be served up automatically.
4
5### Webinterface
6
7 * Upload files
8 * Create directories
9 * Remove files and directories
10
11### Commandline tool
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
20 surfer login <appurl>
21
22
23Put some files:
24
25 surfer put [file]