Merge branch 'master' of gitlab.com:own-workspaces/simple-file-server

This commit is contained in:
Thorsten Sommer 2018-09-15 19:40:15 +02:00
commit 0db5489832
2 changed files with 9 additions and 1 deletions

1
.gitattributes vendored
View File

@ -1 +0,0 @@
.idea/** merge=ignore

9
README.md Normal file
View File

@ -0,0 +1,9 @@
# Simple File Server
The simple file server is a tiny server application to serve files to another machine. Files are provided by HTTP. Thus, these files can be downloaded by any browser as well as tools as e.g. `wget` and `curl`.
Attention: This application is intended for internal usage. Therefore, an implementation of e.g. Let's Encrypt for HTTPS was intentionally omitted. **Please do not use this application on the public Internet.**
# Credits
This application uses the library [Cobra](https://github.com/spf13/cobra) for the command line parsing.
Icons are provided by [Icons8](https://icons8.com).