bingo/README.md

13 lines
525 B
Markdown
Raw Normal View History

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.
## Feature Roadmap (so far...; from most important to least)
2024-09-07 02:36:19 -04:00
- [x] Post/read functionality
- [x] Delete functionality
2024-09-07 02:36:19 -04:00
- [x] Syntax highlighting
- [ ] Server configuration file (via viper)
2024-09-07 02:36:19 -04:00
- [ ] API key authentication / loose user management
- [ ] CLI upload / management functionality
- [ ] Edit/revise/replace content at ID