Commit 7db31a33 by Johannes Zellner

Update medialinks and description

1 parent 9209abec
Showing with 14 additions and 6 deletions
...@@ -23,6 +23,10 @@ ...@@ -23,6 +23,10 @@
"localstorage": {} "localstorage": {}
}, },
"mediaLinks": [ "mediaLinks": [
"https://i.imgur.com/OXI9PGc.png",
"https://i.imgur.com/EVT7CR3.png",
"https://i.imgur.com/wi768XH.png",
"https://i.imgur.com/9vTtToz.png"
], ],
"changelog": "file://CHANGELOG" "changelog": "file://CHANGELOG"
} }
Surfer is a Simple static file server. It comes with a commandline tool Surfer is a Simple static file server. It comes with a webinterface and commandline tooling to manage files.
to upload files from your local folders.
### How to upload Any `index.html` file in a directory will be served up automatically.
You can upload files using the commandline tool. ### Webinterface
* Upload files
* Create directories
* Remove files and directories
### Commandline tool
First, install the surfer cli tool using npm. First, install the surfer cli tool using npm.
...@@ -12,10 +17,9 @@ First, install the surfer cli tool using npm. ...@@ -12,10 +17,9 @@ First, install the surfer cli tool using npm.
Login using your Cloudron credentials: Login using your Cloudron credentials:
surfer login <this app's url> surfer login <appurl>
Put some files: Put some files:
surfer put [file] surfer put [file]
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!