mirror of https://github.com/hzrd149/blossom.git
add mirror to readme
This commit is contained in:
parent
0476b37945
commit
8d2b6b1da1
|
@ -24,6 +24,8 @@ Blossom Servers expose four endpoints for managing blobs
|
|||
- `Authentication` _(optional)_: Signed [nostr event](./buds/01.md#list-authorization-optional)
|
||||
- `DELETE /<sha256>` [BUD-2](./buds/02.md#delete-sha256---delete-blob)
|
||||
- `Authentication`: Signed [nostr event](./buds/01.md#delete-authorization-required)
|
||||
- `PUT /mirror` [BUD-04](./buds/04.md#put-mirror---mirror-blob)
|
||||
- `Authentication`: Signed [nostr event](./buds/01.md#upload-authorization-required)
|
||||
|
||||
## Protocol specification (BUDs)
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ BUD-01
|
|||
======
|
||||
|
||||
Server requirements and blob reterival
|
||||
---------------------
|
||||
--------------------------------------
|
||||
|
||||
`draft` `mandatory`
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ BUD-02
|
|||
======
|
||||
|
||||
Blob upload and management
|
||||
---------------------
|
||||
--------------------------
|
||||
|
||||
`draft` `optional`
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ BUD-04
|
|||
======
|
||||
|
||||
Mirroring blobs
|
||||
---------------------
|
||||
---------------
|
||||
|
||||
`draft` `optional`
|
||||
|
||||
|
|
Loading…
Reference in New Issue