New blog post: Do-the-work instead of proof-of-work, for Git hosting

https://blog.legoktm.com/2026/06/14/do-the-work-instead-of-proof-of-work-for-git-hosting.html

On https://git.legoktm.com/ I am now running a fully client-side Git repository viewer; on the server-side it is entirely static hosting, which makes it super cheap.

I hope this is a useful proof-of-concept as an alternative to (IMO wasteful) solutions like Anubis and provides better user privacy in the process.

#Git #WebAssembly #Rust #SelfHosting

Do-the-work instead of proof-of-work, for Git hosting - The Lego Mirror

The insane rise in scrapers across the web has affected a number of websites, including Git repository hosters. The main response has been to set up software like Anubis, which uses a proof-of-work system to limit who can access the website. While I don't fault overburdened sysadmins for enabling Anubis…

@legoktm oooh. some scraper changed something and now after being fine for the past while my cgit has been falling over in the past week or so and i've been procrastinating on doing something to it, so perfect timing :D

(also, can haz ipv6 for blog.legoktm.com and git.legoktm.com?)

@taavi hmm, I think I've fixed IPv6? I have a wildcard AAAA record for *.legoktm.com, but git + blog subdomains had legacy A records w/ no AAAA record that I guess masked the wildcard one? So I deleted the individual A records.