Video coming soon…
🛠️ Setup MicroBin — Tiny Pastebin, File Share, and URL Shortener
Deploy MicroBin on Ubuntu with Docker — a tiny, fast Rust pastebin that also shares files and shortens URLs, from a single self-contained binary, on port 8252.
⚠️ This script is provided for demo and testing purposes only. Not intended for production use.
📦 Resources & Setup Scripts
Grab the automated bash script from GitHub to follow along with the video.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/tools/microbin/microbin-ubuntu.sh
chmod +x microbin-ubuntu.sh
./microbin-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/tools/microbin/microbin-ubuntu.sh
2 Make it Executable
chmod +x microbin-ubuntu.sh
3 Run the Installer
./microbin-ubuntu.sh
4 Open MicroBin and the Admin Panel
http://your-server-ip:8252/admin
Ports Used
| Port | Purpose |
|---|---|
| 8252 | MicroBin web interface and /admin panel (mapped from container port 8080) |