A lightweight {paste,file}bin alternative written in Golang.
Go to file
2024-09-07 02:37:35 -04:00
.vscode Initial commit. 2024-09-07 02:34:17 -04:00
cmd Initial commit. 2024-09-07 02:34:17 -04:00
routes Initial commit. 2024-09-07 02:34:17 -04:00
static Initial commit. 2024-09-07 02:34:17 -04:00
views Initial commit. 2024-09-07 02:34:17 -04:00
.gitignore Initial commit. 2024-09-07 02:34:17 -04:00
go.mod Initial commit. 2024-09-07 02:34:17 -04:00
go.sum Initial commit. 2024-09-07 02:34:17 -04:00
LICENSE Initial commit. 2024-09-07 02:34:17 -04:00
main.go Initial commit. 2024-09-07 02:34:17 -04:00
README.md Add goal to README. 2024-09-07 02:37:35 -04:00

bingo

A lightweight {paste,file}bin alternative written in Golang.

Overall goal is to create a service that works well as a single-user self-hosted instance, which can trivially upload files/text.

Feature List (so far...)

  • Post/read functionality
  • Delete (and edit?) functionality
  • Syntax highlighting
  • API key authentication / loose user management
  • CLI upload / management functionality