Shared content-addressed media server for the Lana ecosystem ยท BUD-01/02/06
/<sha256>[.ext] โ fetch a blob (HTTP-206 range). Gated blobs need ?t=<token>./upload โ store a blob (NIP-98 auth; X-Blossom-Visibility: public|gated)./upload โ upload-requirements probe (BUD-06)./authorize/<sha256> โ mint a playback token for a gated blob (NIP-98 + owner-app webhook)./list/<pubkey> โ list an uploader's blobs./<sha256> โ remove a blob (uploader only).Health: /health ยท gating delegated per-app via authorizer webhooks. See BUD-SUPPORT.md.