A lightweight {paste,file}bin alternative written in Golang.
Go to file
Seraphim R. Pardee f3e1792287
All checks were successful
Test \'N Build / test (push) Successful in 1m39s
Test \'N Build / build (push) Successful in 1m21s
Use patched upload-artifact action.
2024-09-20 00:20:31 -04:00
.gitea/workflows Use patched upload-artifact action. 2024-09-20 00:20:31 -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 Complete delete functionality, update feature roadmap 2024-09-11 23:49:55 -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
Dockerfile Add Dockerfile and test/build action. 2024-09-19 23:52:20 -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 Complete delete functionality, update feature roadmap 2024-09-11 23:49:55 -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 Roadmap (so far...; from most important to least)

  • Post/read functionality
  • Delete functionality
  • Syntax highlighting
  • Server configuration file (via viper)
  • API key authentication / loose user management
  • CLI upload / management functionality
  • Edit/revise/replace content at ID