MicroBin is a secure, configurable file-sharing and URL shortening web application written in Rust. Lightweight alternative to Pastebin with support for text pastes, file uploads, and URL shortening. Features syntax highlighting, expiration times, password protection, private/public pastes, and a clean web interface. Self-hostable with minimal resource usage thanks to Actix web framework and Askama templating.
git clone https://github.com/szabodanika/microbin.git
# Install with cargo
cargo install microbin
# Or run with Docker
docker run -p 8080:8080 \
-v microbin-data:/app/pasta_data \
szabodanika/microbin:latest
# Access at http://localhost:8080