
Rustypaste
Minimal file upload/paste service built for speed and simplicity

Rustypaste is a small, fast pastebin and file upload service written in Rust. It provides a simple HTTP interface for uploading files (including text pastes) and serving them back via shareable URLs, with configuration aimed at safe and convenient personal or team use.
Key Features
- HTTP endpoints for uploading and downloading shared files/pastes
- Configurable storage backend on disk with directory layout controls
- Optional expiry/retention settings for uploaded content
- Limits and controls (e.g., maximum upload size) to reduce abuse
- Optional authentication/token-based protection for uploads (configurable)
- Simple configuration file and environment-based configuration support
- Designed to be lightweight and easy to run behind a reverse proxy
Use Cases
- Host a private pastebin for sharing logs/snippets within a team
- Temporary file drop for sharing artifacts (screenshots, binaries) via URL
- Lightweight “share this file quickly” endpoint for scripts and automation
Limitations and Considerations
- Not intended as a full collaboration platform (no rich editor, comments, or versioning)
- Feature set is intentionally minimal; advanced moderation/anti-abuse features may require a reverse proxy/WAF
Rustypaste fits users who want a minimal, performant paste/file sharing endpoint with straightforward configuration and predictable behavior. It is especially suitable when you want a simple URL-based sharing workflow without the complexity of larger file-sharing suites.
Categories:
Tags:
Tech Stack:
Similar Services

CyberChef
The Cyber Swiss Army Knife for data analysis and decoding
Browser-based tool for decoding, encoding, encryption, and data analysis using a drag-and-drop “recipe” workflow for security, DFIR, and engineering tasks.

Etherpad
Real-time collaborative text editor with plugin ecosystem
Etherpad is a real-time collaborative editor for notes and documents, featuring live multi-user editing, version history, and an extensible plugin system.


Asciinema
Record and share terminal sessions as lightweight asciicasts
CLI tool and web app to record, replay, and share terminal sessions in a compact, text-based format with copyable output and embeddable players.


OmniTools
Self-hosted web toolbox for everyday developer and data tasks
A self-hosted, browser-based collection of utilities for encoding/decoding, text and data conversion, and other common developer-friendly tools in one place.

PrivateBin
Zero-knowledge pastebin with end-to-end encryption
Self-hosted, zero-knowledge pastebin that encrypts text in the browser, supports file attachments, expiration, burn-after-reading, and discussion threads.

HedgeDoc
Real-time collaborative Markdown notes with publishing options
Self-hosted, real-time collaborative Markdown editor for teams, with note sharing, history, and flexible publishing via links and permissions.
Rust
Dockerfile
TOML