rustypaste is a minimal, self-hosted file upload and pastebin service written in Rust. Upload files via command line or HTTP, configure expiration and size limits, and share content with generated URLs — fast, lightweight, and secure.
A minimal, self-hosted file upload server and pastebin written in Rust. Upload files with a simple curl command and get back a shareable URL.
curl -F "[email protected]" -H "Authorization: <AUTH_TOKEN>" https://your-domainecho "hello" | curl -F "file=@-" -H "Authorization: <AUTH_TOKEN>" https://your-domainMIT — GitHub