Skip to content

Kaamkiya/kabin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kabin

A simple PasteBin alternative, written in Go, with raw HTML, CSS and JS for the frontend.

Pronounced like cabin. The first two letters of my username combined with "bin".

About

This project is a simple place to store code.

Built with

Usage

As an admin

  • Install with Go:

git clone https://codeberg.org/Kaamkiya/kabin
cd kabin
go build ./cmd/kabin/
  • Run (this must be done from the root of the repo

./kabin # Use -port to specify something other than 47623
  • Enjoy! Saved pastes are stored in pastes.db if you want to see them.

As a user

  • Visit the site

  • Set a language (default: plain text)

  • Enter something (NOT something personal; pastes aren’t encrypted)

  • Copy the link

  • Send it to someone

Roadmap

  • Add expiry (max two weeks)

  • Improve panel formatting

License

This project is licensed under the Unlicense. Learn more at https://unlicense.org.