6.2.2 • Published 8 months ago

cloudron-surfer v6.2.2

Weekly downloads
101
License
MIT
Repository
-
Last release
8 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

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

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

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

Put some files:

surfer put [file]

Development

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

During UI development, the assets have to be built after changes. This can be done with

npm run build

While having the ./server.js instance running.

6.2.1

8 months ago

6.2.2

8 months ago

6.2.0

9 months ago

6.1.3

9 months ago

6.0.0

2 years ago

5.17.9

2 years ago

5.17.7

3 years ago

5.17.6

3 years ago

5.17.5

3 years ago

5.16.6

4 years ago

5.13.5-1

4 years ago

5.13.5

4 years ago

5.12.2

5 years ago

5.12.1

5 years ago

5.11.0

5 years ago

5.10.4

5 years ago

5.10.3

5 years ago

5.10.2

5 years ago

5.9.0

6 years ago

5.8.0

6 years ago

5.5.0

6 years ago

4.2.0

8 years ago

4.1.1

8 years ago

4.1.0

8 years ago

4.0.0

8 years ago

3.0.0

9 years ago

2.0.2

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.3.0

10 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago