6.0.0 • Published 11 months ago

cloudron-surfer v6.0.0

Weekly downloads
101
License
MIT
Repository
-
Last release
11 months ago

Surfer

Surfer is a Simple static file server. It comes with a commandline tool to upload files from your local folders and a webinterface to manage files directly on the server.

Installation

Install

or using the Cloudron command line tooling

cloudron install --appstore-id io.cloudron.surfer

Building

Cloudron

The app package can be built using the Cloudron command line tooling.

git clone https://git.cloudron.io/cloudron/surfer.git
cd surfer
cloudron build
cloudron install

Standalone

Surfer can also be run standlone on any server:

git clone https://git.cloudron.io/cloudron/surfer.git
cd surfer
npm install
./server.js <public folder>

Use the admin tool to manage local users.

File management

The admin interface is available under the /_admin location or you can upload files using the commandline tool.

First, install the surfer cli tool using npm.

npm -g install cloudron-surfer

Login using your Cloudron credentials:

surfer login <this app's url>

Put some files:

surfer put [file]

Testing

The e2e tests are located in the test/ folder and require nodejs. They are creating a fresh build, install the app on your Cloudron, perform tests, backup, restore and test if the files are still ok.

cd surfer

npm install
USERNAME=<cloudron username> PASSWORD=<cloudron password> mocha --bail test/test.js
6.0.0

11 months ago

5.17.9

1 year ago

5.17.7

2 years ago

5.17.6

2 years ago

5.17.5

2 years ago

5.16.6

2 years ago

5.13.5-1

3 years ago

5.13.5

3 years ago

5.12.2

3 years ago

5.12.1

3 years ago

5.11.0

4 years ago

5.10.4

4 years ago

5.10.3

4 years ago

5.10.2

4 years ago

5.9.0

5 years ago

5.8.0

5 years ago

5.5.0

5 years ago

4.2.0

7 years ago

4.1.1

7 years ago

4.1.0

7 years ago

4.0.0

7 years ago

3.0.0

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

9 years ago

1.3.0

9 years ago

1.2.0

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago