hhmx.de

· Föderation EN Di 24.06.2025 10:48:27

@mariusor

cool. We are also doing this in deno.
A while ago I created this standalone thing for the JS ecosystem:
github.com/redaktor/mediaproxy

When I finished it in redaktor, I will update above.
Currently I am also working a lot on deduplication. When we upload images, it creates a cid clientside and compares it with duplicates serverside. Also for IPTC and other meta. This avoids reuploading the same images again and again or writing alts again …
/ @hongminhee

Föderation EN Di 24.06.2025 11:15:38

@sl007 I don't use any proxies for my uploads. I do the most basic of upload logic: I convert the raw image bytes to base64 and stuff them in an Image.Content with the proper data URL prefix.

@hongminhee