Comment by iamdamian
2 days 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.
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
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.
How big are your datasets? Working on an Open Source git-lfs replacement called "oxen" if you are interested.
https://github.com/Oxen-AI/Oxen
How does it compare to huggingface's Xet?