No description
Find a file
2022-04-11 14:38:49 +01:00
src Initial commit 2022-04-10 23:21:45 +01:00
templates Initial commit 2022-04-10 23:21:45 +01:00
Cargo.toml Initial commit 2022-04-10 23:21:45 +01:00
README.MD Added README.MD 2022-04-11 14:38:49 +01:00

MicroBin

Screenshot

MicroBin is a super tiny and simple self hosted pastebin app written in Rust. The executable is around 6MB and it uses 2MB memory (plus your pastas).

Features:

  • No CSS or JS, super lightweight and simple
  • Animal names instead of random numbers for pasta identifiers
  • Automatically expiring pastas
  • Never expiring pastas
  • Listing and manually removing pastas

Needed improvements:

  • Persisting pastas on disk (currently they are lost on restart)
  • Removing pasta after N reads
  • File uploads
  • URL shortening

Screenshot