Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
PUBLIC
/
surfer-okd
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 98e34a58
authored
Jul 04, 2016
by
Johannes Zellner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the readme
1 parent
86400066
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
12 deletions
README.md
README.md
View file @
98e34a5
# Surfer
# Surfer
Surfer is a Simple static file server.
It comes with a commandline tool
Surfer is a Simple static file server.
to upload files from your local folders
.
It comes with a commandline tool to upload files from your local folders and a webinterface to manage files directly on the server
.
## Installation
## Installation
...
@@ -15,6 +15,7 @@ cloudron install --appstore-id io.cloudron.surfer
...
@@ -15,6 +15,7 @@ cloudron install --appstore-id io.cloudron.surfer
## Building
## Building
### Cloudron
The app package can be built using the
[
Cloudron command line tooling
](
https://cloudron.io/references/cli.html
)
.
The app package can be built using the
[
Cloudron command line tooling
](
https://cloudron.io/references/cli.html
)
.
```
```
...
@@ -24,23 +25,34 @@ cloudron build
...
@@ -24,23 +25,34 @@ cloudron build
cloudron install
cloudron install
```
```
### How to upload
### Standalone
Surfer can also be run standlone on any server:
You can upload files using the commandline tool.
```
git clone https://github.com/nebulade/surfer.git
cd surfer
npm install
./app.js
```
Without LDAP integration, the default username is
`test`
with the same password. Check
`src/auth.js`
for further details about user management.
First, install the surfer cli tool using npm.
## File management
sudo npm -g install cloudron-surfer
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:
Login using your Cloudron credentials:
```
surfer login <this app's url>
surfer login <this app's url>
```
Put some files:
Put some files:
```
surfer put [file]
surfer put [file]
```
## Testing
## Testing
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment