2024-09-07 02:34:17 -04:00
|
|
|
# bingo
|
|
|
|
A lightweight {paste,file}bin alternative written in Golang.
|
|
|
|
|
2024-09-07 02:37:35 -04:00
|
|
|
Overall goal is to create a service that works well as a single-user self-hosted instance, which can trivially upload files/text.
|
|
|
|
|
2024-09-07 02:34:17 -04:00
|
|
|
## Feature List (so far...)
|
2024-09-07 02:36:19 -04:00
|
|
|
- [x] Post/read functionality
|
|
|
|
- [ ] Delete (and edit?) functionality
|
|
|
|
- [x] Syntax highlighting
|
|
|
|
- [ ] API key authentication / loose user management
|
|
|
|
- [ ] CLI upload / management functionality
|