Makes sense. What would you want to see in that regard beyond what's already on the site? It currently shows last commit and release date, and that date is green for projects with recent releases...
Some sense of how widely adopted the software is. There is a critical mass required for me to commit to an OSS. Before that critical mass the products are usually poorly maintained and full of bugs and security holes.
It's not 'technically' part of selfhostedsource, but there's one database shared between selfhostedsource and lucidindex so it's pretty easy to get results from other lists
Lucid Index will eventually index all the 'awesome' lists, but there are a few others already functioning here:
https://lucidindex.com
I'd highly recommend Solr[0] for searching to cut down the load. Or, if this is a static site, you could use Lunr[1] to have an efficient search that runs on the client. Is this site OSS?
Thank you. I will check out Solr. I'm using Elasticsearch currently for the readmes, but I disabled it while troubleshooting so it's currently just searching on titles and descriptions via mysql. I will re-enable elasticsearch later and figure out how to better optimize it for future traffic.
That's not what people use the term "self-hosted" for. It doesn't really apply to websites that you created yourself. It rather applies to off-the-shelf software that you use as an alternative to SaaS offerings.
Perhaps we need a new term or two to distinguish between "services I provide through providers" and "services I provide with my own metal" (except ISP and power, 'cause I run my services but I'm not buying a power plant).
At the moment people, myself included, use "self-host" for both.
Most of the "HN crowd" like cloudflare a lot, as it's quite convenient, especially for personal projects. There are a few very vocal people who dislike it for all kinds of reasons: taking down too much, not taking down enough, centralization, etc.