Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 664 Bytes

DESCRIPTION.md

File metadata and controls

29 lines (15 loc) · 664 Bytes

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.

Additionaly, the public site can be password or user protected.

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

Configure cli using your app domain and an API token created via the surfer admin user interface:

surfer config --server <appdomain> --token <apiAccessToken>

Put some files:

surfer put [file]