Hacker News new | ask | show | jobs
by jeffmk 1924 days ago
Gitea[0] is a pleasant, easy-to-set-up 'GitHub lite', if you are looking for something more turnkey and less custom:

  - users/organizations
  - issues
  - PRs
  - milestones
  - releases
  - wikis
  - activity/contrib graphs
I have it running on a $5/mo Linode instance for some of my personal projects.

[0] https://gitea.io/

2 comments

It supports LFS too. I use it for my Unity hobby projects, because I'm already paying for my VPS (which has tens of gigabytes of space), so paying GitHub for extra space would be silly.
Is the code review process roughly on par with the github experience? I can't find many examples of a PR with inline comments, etc.