A lightweight {paste,file}bin alternative written in Golang.
Go to file
Seraphim R. Pardee 87fa20ba23
Some checks failed
release / docker-release-latest (push) Has been skipped
test / test (push) Successful in 3m14s
release / docker-release-tag (push) Successful in 11m15s
build / build (push) Successful in 11m52s
release / go-release-tag (push) Failing after 42s
Use go-cross-build@v2.
2024-09-23 22:05:03 -04:00
.gitea/workflows Use go-cross-build@v2. 2024-09-23 22:05:03 -04:00
.vscode Initial commit. 2024-09-07 02:34:17 -04:00
cmd Add Dockerfile and test/build action. 2024-09-20 14:18:42 -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 Try out a release flow and add cross-compiling builds. 2024-09-20 23:19:31 -04:00
go.mod Add Dockerfile and test/build action. 2024-09-20 14:18:42 -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 Add Dockerfile and test/build action. 2024-09-20 14:18:42 -04:00
README.md Add Dockerfile and test/build action. 2024-09-20 14:18:42 -04:00

bingo

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

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