From 2ffb313025feafaaca6879ad90474ba7df367342 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Sun, 14 Aug 2022 14:46:29 +0530 Subject: [PATCH] feat: add readme --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.md 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.