Forgejo vs GitHub vs gitlab
Forgejo vs GitHub vs gitlab
Posted Oct 9, 2025 22:48 UTC (Thu) by ebassi (subscriber, #54855)In reply to: Forgejo vs GitHub vs gitlab by SLi
Parent article: Gccrs after libcore
Gitlab has code search, but you need to set up a whole elasticsearch cluster for it; not every project self-hosting Gitlab wants to do that.
Posted Oct 10, 2025 18:54 UTC (Fri)
by SLi (subscriber, #53131)
[Link] (3 responses)
Looking at e.g. https://gitlab.freedesktop.org/wlroots/wlroots/ , I see only a "search by filename" (even when signed in, if that makes a difference), which is... not what I mean by code search.
Posted Oct 11, 2025 11:48 UTC (Sat)
by ebassi (subscriber, #54855)
[Link] (2 responses)
GNOME, too, has not set up a search cluster. Again: it's not something people self-hosting GitLab necessarily want to spend time babysitting in their infrastructure.
Posted Oct 11, 2025 12:43 UTC (Sat)
by SLi (subscriber, #53131)
[Link] (1 responses)
Probably this is exacerbated by how I work on systems, not any single repository. A really common use case for me is to search a repository for a specific error message or function name. Having a project hosted on a searchless instance basically forces me to either rely on unofficial GitHub copies or to check out the repository locally, which is just a major hassle if the only thing you want is to understand the immediate condition that triggers some error message.
Posted Oct 12, 2025 1:17 UTC (Sun)
by lanodan (subscriber, #169017)
[Link]
Forgejo vs GitHub vs gitlab
Forgejo vs GitHub vs gitlab
Forgejo vs GitHub vs gitlab
Forgejo vs GitHub vs gitlab
And one of the things I really love about it is the ability to use a regex.