Hacker News new | ask | show | jobs
by andmarios 4117 days ago
Gogs is great for one-person or small team setups. I switched to it from gitbucket, which is also great and I do recommend it. It was the memory footprint (Go binary vs JVM) that made the choice easy for me.

The functionality I miss the most is search. I think it may be easy to implement some basic form of search using git grep.

1 comments

  > The functionality I miss the most is search.
  > it may be easy to implement some basic form of search using git grep.
Or maybe have Gogs integrate The Platinum Searcher - a code search tool similar to ack, written in Golang: https://github.com/monochromegane/the_platinum_searcher