diff --git a/README.md b/README.md new file mode 100644 index 0000000..50b07ae --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +
+

dumbserve

+

+ +**really really really really dumb HTTP file server** + +

+ +[![Docker](https://img.shields.io/docker/pulls/realaravinth/dumbserve)](https://hub.docker.com/r/realaravinth/dumbserve) +[![Build](https://github.com/realaravinth/dumbserve/actions/workflows/linux.yml/badge.svg)](https://github.com/realaravinth/dumbserve/actions/workflows/linux.yml) +[![dependency status](https://deps.rs/repo/github/realaravinth/dumbserve/status.svg)](https://deps.rs/repo/github/realaravinth/dumbserve) +[![codecov](https://codecov.io/gh/realaravinth/dumbserve/branch/master/graph/badge.svg)](https://codecov.io/gh/realaravinth/dumbserve) + +
+ +## Features + +- [x] Authenticated file uploads +- [x] Directors: (auto)create and delete +- [x] Serve uploads(public by default) + +## Why? + +I couldn't find an off-the-shelf software to serve +[mCaptcha](https://mcaptcha.org) release binaries.