prefixed ui + refactor

This commit is contained in:
Pierre Dubouilh
2019-07-20 13:45:52 +02:00
parent 881d5836bb
commit 44a04b1534
7 changed files with 94 additions and 85 deletions
+3 -1
View File
@@ -8,7 +8,7 @@ gossa
[![docker pulls](https://img.shields.io/docker/pulls/pldubouilh/gossa.svg?logo=docker)](https://hub.docker.com/r/pldubouilh/gossa)
[![github downloads](https://img.shields.io/github/downloads/pldubouilh/gossa/total.svg?logo=github)](https://github.com/pldubouilh/gossa/releases)
a fast and simple webserver for your files, that's dependency-free and with only 210 lines of code, easy to review.
a fast and simple webserver for your files, that's dependency-free and with under 200 lines of code, easy to review.
a [simple UI](https://github.com/pldubouilh/gossa-ui) comes as default, featuring :
@@ -26,6 +26,8 @@ built blobs are available on the [release page](https://github.com/pldubouilh/go
### usage
```sh
% ./gossa --help
% ./gossa -h 192.168.100.33 ~/storage
```