2024-09-07 02:34:17 -04:00
|
|
|
# bingo
|
|
|
|
A lightweight {paste,file}bin alternative written in Golang.
|
2024-09-23 22:34:25 -04:00
|
|
|
|
|
|
|
[![test status](https://git.hl.srp.life/srp/bingo/actions/workflows/test.yaml/badge.svg)](https://git.hl.srp.life/srp/bingo/actions?workflow=test.yaml&actor=0&status=0) [![build status](https://git.hl.srp.life/srp/bingo/actions/workflows/build.yaml/badge.svg)](https://git.hl.srp.life/srp/bingo/actions?workflow=build.yaml&actor=0&status=0) [![release status](https://git.hl.srp.life/srp/bingo/actions/workflows/release.yaml/badge.svg)](https://git.hl.srp.life/srp/bingo/actions?workflow=release.yaml&actor=0&status=0)
|
2024-09-07 02:34:17 -04:00
|
|
|
|
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-11 23:49:55 -04:00
|
|
|
## Feature Roadmap (so far...; from most important to least)
|
2024-09-07 02:36:19 -04:00
|
|
|
- [x] Post/read functionality
|
2024-09-11 23:49:55 -04:00
|
|
|
- [x] Delete functionality
|
2024-09-07 02:36:19 -04:00
|
|
|
- [x] Syntax highlighting
|
2024-09-11 23:49:55 -04:00
|
|
|
- [ ] Server configuration file (via viper)
|
2024-09-07 02:36:19 -04:00
|
|
|
- [ ] API key authentication / loose user management
|
2024-09-11 23:49:55 -04:00
|
|
|
- [ ] CLI upload / management functionality
|
|
|
|
- [ ] Edit/revise/replace content at ID
|