Stixx
9e2894847d
All checks were successful
Release to Gitea Container Registry / build_and_push (push) Successful in 1m3s
18 lines
447 B
Markdown
18 lines
447 B
Markdown
# 🌸 Blossom-server
|
|
|
|
blossom-server is a Typescript implementation of a [Blossom Server](https://github.com/hzrd149/blossom/blob/master/Server.md)
|
|
|
|
## Supported BUDs
|
|
|
|
- BUD-01
|
|
- `GET /<sha256>` Retrieve blob
|
|
- `HEAD /<sha256>` Check blob
|
|
- BUD-02
|
|
- `PUT /upload` Upload blob
|
|
- `GET /list<pubkey>` List blobs
|
|
- `DELETE /<sha256>` Delete blob
|
|
- BUD-04
|
|
- `PUT /mirror` Mirror blob
|
|
- BUD-06
|
|
- `HEAD /upload` Upload check
|