dumbserve/README.md

26 lines
857 B
Markdown
Raw Permalink Normal View History

2022-08-14 14:46:29 +05:30
<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)
2023-10-04 22:44:29 +05:30
[![status-badge](https://ci.batsense.net/api/badges/95/status.svg)](https://ci.batsense.net/repos/95)
2022-08-14 14:46:29 +05:30
[![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.