14 lines
703 B
Markdown
14 lines
703 B
Markdown
# bingo
|
|
A lightweight {paste,file}bin alternative written in Golang.
|
|
![test status](https://git.hl.srp.life/srp/bingo/actions/workflows/test.yaml/badge.svg) ![build status](https://git.hl.srp.life/srp/bingo/actions/workflows/build.yaml/badge.svg)
|
|
|
|
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 |