minbin

Minimal & self-hostable pastebin alternative, intended for code or short text snippets

MIT License

Stars
9
Committers
2

Bot releases are hidden (Show)

minbin - Version 0.3.0 Latest Release

Published by kiosion almost 2 years ago

What's new

  • CI completed, public version live at https://bin.kio.dev/
  • Added (proper) client-side encryption/decryption
  • Added services for toasts, modals
  • Reduced size of docker containers ~50% using node-slim / alpine images

Full Changelog: https://github.com/kiosion/minbin/compare/v0.2.0...v0.3.0

minbin - Version 0.2.0

Published by kiosion almost 2 years ago

What's Changed

  • Service refactored from a single (bad) EJS SSR app to a split Express api / Ember client
  • Typescript!
  • Long lines now actually wrap, and line numbers represent both line-breaks and line-wrapping
  • Maximum size increased hugely before performance suffers (several k lines vs several hundred prev.)
  • In progress: Proper encryption using web Crypto api

Full Changelog: https://github.com/kiosion/minbin/commits/v0.2.0