[MIRROR ONLY] A correct and efficient ATProto blob proxy for secure content delivery. codeberg.org/Blooym/porxie
36
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: note that its xrpc compat

Lyna 7623c5b6 807ec66b

+1 -1
+1 -1
README.md
··· 69 69 ## Routes 70 70 71 71 - [GET] `/{did}/{cid}`: Fetch a blob either from cache or origin. 72 - - [GET] `/xrpc/net.dollware.porxie.getBlob?did=<did>&cid=<cid>`: Compatibility alias of the fetch blob endpoint. 72 + - [GET] `/xrpc/net.dollware.porxie.getBlob?did=<did>&cid=<cid>`: XRPC Compatibility alias for the fetch blob endpoint. 73 73 - [POST] `/xrpc/net.dollware.porxie.clearActorCache?did=<did>`: Clear all cached items relating to an actor DID. 74 74 - [POST] `/xrpc/net.dollware.porxie.clearBlobCache?cid=<cid>`: Clear all cache items relating to a blob CID. 75 75