💾 Archived View for bbs.geminispace.org › u › mori › 1138 captured on 2023-11-14 at 10:52:50. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-11-04)
-=-=-=-=-=-=-
since my day job is developing smart contracts for ethereum projects, i thought it might be a fun idea to implement a simple block explorer.
right now it's a quite crude implementation, and bugs are abound - but it works, at least for my purposes.
now, my next hurdle is getting gitolite to work correctly 🤣
check it out at ethplore.minte.ar 🙂
p.s. if anyone has some experience with setting up gitweb through nginx please point me to some docs, all docs i can find use apache
May 27 · 6 months ago
Congrats on the first project.
As a friendly advice, you may wish to add a robots.txt on the site to prevent search engine indexers from having to traverse all those pages.
Thanks for the input.
Just added a robots.txt to the capsule, should be lighter on indexers now