Developer Tools
โ
4.1k
Rust
szabodanika/microbin
4.1k
Stars
269
Forks
76
Issues
Rust
Language
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.
View on GitHub
git clone https://github.com/szabodanika/microbin.git
Quick Start Example
bash
# 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