13 lines
525 B
Markdown
13 lines
525 B
Markdown
# 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)
|
|
- [x] Post/read functionality
|
|
- [x] Delete functionality
|
|
- [x] Syntax highlighting
|
|
- [ ] Server configuration file (via viper)
|
|
- [ ] API key authentication / loose user management
|
|
- [ ] CLI upload / management functionality
|
|
- [ ] Edit/revise/replace content at ID |