mirror of
https://github.com/pldubouilh/gossa.git
synced 2026-08-30 05:46:59 -04:00
cleanup + readme
This commit is contained in:
@@ -3,11 +3,15 @@ gossa
|
||||
|
||||

|
||||
|
||||
[](https://travis-ci.org/pldubouilh/gossa)
|
||||
[](https://travis-ci.org/pldubouilh/gossa)
|
||||
[](https://hub.docker.com/r/pldubouilh/gossa)
|
||||
[](https://hub.docker.com/r/pldubouilh/gossa)
|
||||
[](https://github.com/pldubouilh/gossa/releases)
|
||||
|
||||
🎶 A fast and simple webserver for your files, that's dependency-free and with under 210 lines for the server code, easily code-reviewable.
|
||||
a fast and simple webserver for your files, that's dependency-free and with only 210 lines of code, easy to review.
|
||||
|
||||
a [simple UI](https://github.com/pldubouilh/gossa-ui) comes as default, featuring :
|
||||
|
||||
### features
|
||||
* 🔍 files/directories browser
|
||||
* 📩 drag-and-drop file/directory uploader
|
||||
* 🗺️ files handling - move/rename/delete
|
||||
@@ -17,16 +21,12 @@ gossa
|
||||
* ⌨️ keyboard shortcuts
|
||||
* 🥂 speed - showed rates above 100MB/s
|
||||
|
||||
### built blobs
|
||||
built blobs are available on the [release page](https://github.com/pldubouilh/gossa/releases).
|
||||
### build
|
||||
built blobs are available on the [release page](https://github.com/pldubouilh/gossa/releases) - or simply `make build` this repo
|
||||
|
||||
### run
|
||||
### usage
|
||||
```sh
|
||||
# build (or download release from github)
|
||||
make
|
||||
|
||||
# run
|
||||
./gossa -h 192.168.100.33 ~/storage
|
||||
% ./gossa -h 192.168.100.33 ~/storage
|
||||
```
|
||||
|
||||
### ui shortcuts
|
||||
@@ -57,5 +57,5 @@ a few docker/docker-compose files are provided in the [docker folder](https://gi
|
||||
|
||||
```sh
|
||||
# pull from dockerhub and run
|
||||
sudo docker run -v ~/LocalDirToShare:/shared -p 8001:8001 pldubouilh/gossa
|
||||
% sudo docker run -v ~/LocalDirToShare:/shared -p 8001:8001 pldubouilh/gossa
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user