Go to file
Aravinth Manivannan ab0b5e35df
fix: serve upload dir and not ./tmp
2022-08-14 17:01:34 +05:30
.github fix: CI: don't publish bins. Not just yet. 2022-08-14 15:21:18 +05:30
config feat: rm useless fields from settings 2022-08-14 15:45:12 +05:30
src fix: serve upload dir and not ./tmp 2022-08-14 17:01:34 +05:30
.dockerignore feat: pkg docker 2022-08-13 22:50:47 +05:30
.env_sample feat: init 2022-08-13 21:08:33 +05:30
.gitignore feat: load settings 2022-08-14 14:47:35 +05:30
Cargo.lock feat: load settings 2022-08-14 14:47:35 +05:30
Cargo.toml feat: file uploads 2022-08-14 14:50:23 +05:30
Dockerfile fix: create upload dir and set perms 2022-08-14 17:01:13 +05:30
LICENSE.md feat: init 2022-08-13 21:08:33 +05:30
Makefile fix: name 2022-08-14 14:47:19 +05:30
README.md feat: add readme 2022-08-14 14:46:29 +05:30
build.rs feat: init 2022-08-13 21:08:33 +05:30

README.md

dumbserve

really really really really dumb HTTP file server

Docker Build dependency status codecov

Features

  • Authenticated file uploads
  • Directors: (auto)create and delete
  • Serve uploads(public by default)

Why?

I couldn't find an off-the-shelf software to serve mCaptcha release binaries.