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
- Host: GitHub
- URL: https://github.com/dentosal/pico-upload
- Owner: Dentosal
- License: mit
- Created: 2021-01-22T17:12:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-22T17:30:16.000Z (over 5 years ago)
- Last Synced: 2025-01-26T06:25:33.407Z (over 1 year ago)
- Language: Rust
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```