A single-author Blossom server for daniel.camera.
Serves blob bytes by sha256 over HTTP per the Blossom spec. Uploads are restricted to a single Nostr pubkey; reads are public.
Browse uploaded images: /gallery
GET /<sha256> — fetch a blobHEAD /<sha256> — metadata onlyPUT /upload — BUD-02 upload (auth required)PUT /media — BUD-05 upload (auth required)DELETE /<sha256> — remove a blob (auth required)GET /list/<pubkey> — list blobs for an npubGET /gallery — HTML grid of every image uploaded by the configured author