top | item 44867243

(no title)

iamdamian | 6 months ago

Forgejo is a really great self-hosted alternative to GitHub.

If you've wondered about hosting your own version of GitHub but have worried it's too hard to set up, I'd encourage you to spend even a few minutes spinning an instance up with Docker Compose and poking around.

https://forgejo.org/docs/latest/admin/installation/docker/

discuss

order

tonymet|6 months ago

Self hosting is a great idea. I’m curious which web features you find most useful? Is it primarily about PRs and code review?

I’m trying to think of what a bare minimum SSH remote experience would look like. Could you do code reviews with a terminal instead.

I love the git SSH experience for speed, but I find myself using GitHub for the PRs & code review. It would be nice to have a self hosted , terminal-based solution

GabeIsko|6 months ago

How is forejo's git LFS support? I self host gitea (from before the split) but I am considering making the switch. LFS is a must for me though.