An open API service indexing awesome lists of open source software.

https://github.com/dentosal/pico-upload

Minimal file upload service
https://github.com/dentosal/pico-upload

Last synced: over 1 year ago
JSON representation

Minimal file upload service

Awesome Lists containing this project

README

          

# Minimal private file upload service

Only run behind an authenticated proxy, e.g. nginx with http basic auth.

## Missing features:
* Autoremoval
* Index

## Running

Requires Rust nightly.

```bash
PICO_UPLOADS="/tmp/" cargo run
```