Seraphim R. Pardee
10259ca924
Fix indentation. Use patched upload-artifact action. Update git URL in module. Divide workflows and give them order, add badges. Apparently workflow_run isn't supported yet... Update build to build container and push to registry. Fix some docker registry things. Use internal IPv4 for registry. Missed a spot. I think this order makes a difference. force HTTP use in login this? Use GITHUB_TOKEN instead. idk man i'm just gonna rebase this to clean the log Use a PAT. Copy files over correctly. blah
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 |