Surfer
Version: 6.1.2
Required minimum memory: 256MB
Last updated 16 Dec 2023
Recent Changes
Fix landingpage logo overflow
Update dependencies
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]
Install Surfer in a few minutes on your server with Cloudron. To install Cloudron first, follow our setup steps.