feat: add readme
This commit is contained in:
parent
8dc3512a98
commit
2ffb313025
1 changed files with 25 additions and 0 deletions
25
README.md
Normal file
25
README.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
<div align="center">
|
||||
<h1> dumbserve </h1>
|
||||
<p>
|
||||
|
||||
**really really really really dumb HTTP file server**
|
||||
|
||||
</p>
|
||||
|
||||
[![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)
|
||||
|
||||
</div>
|
||||
|
||||
## 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.
|
Loading…
Reference in a new issue