I’m looking to self-host a GitHub alt on a cheap Linux VPS for personal use. Any rec?
I use gitea, it works fine.
For personal use https://forgejo.org/ or https://gogs.io/ should be enough
I recommend against gogs. It’s missing lots of features that I expected and I ended up switching to gitea anyways. Gitea works well for everything I need and forgejo is a fork of gitea that I might switch to in the future.
I came here to say this
i’d reccomend forgejo a fork of gitea
The doc is pretty good
I personally use Gitea. It’s really nice, and it stays out of the way until you need it.
Forgejo vs Gitea 🧐? Considering…
I’d recommend forgejo, it’s a fork of gitea and unlike gitea actually a piece of free software. Gitea is developed (and the gitea.io site operated) by Gitea Limited. Whether or not that’s a problem is up to you but I’d just like to highlight GitLab’s recent move(s) to repeatedly increase subscription/hosting costs by various means as a potential future of Gitea. Forgejo is mainly developed by Codeberg e.V. which is a non-profit so enshittification is somewhat less likely.
I use gitea and it’s great, I would recommand having a good backup système if you care about your repos though
Here’s another plug for gitea. It’s lightweight, but still has a nice feature set.
I tried hosting GitLab a number of years back, but it was more resource hungry than my host machine could handle well.
Gitea also has webhooks so you can use it with Portainer to update Docker Compose container stacks from repo.
If you just want a remote to push your code to without issues, projects, pull requests and such you can use git only: https://git-scm.com/book/en/v2/Git-on-the-Server-Setting-Up-the-Server
This is actually a good idea! No need to over engineer stuff 😅
Yup K.I.S.S
I’d recommend Forgejo/Gitea as others have mentioned or https://sourcehut.org (instance available at https://sr.ht/)
As a dumb user I like gitlab! It’s responsive, clean, legible, and pretty easy to navigate compared to others. Also anything that supports git clone because it’s pretty nice for manually building stuff on arch.
I don’t know what your project is or if it’s going to be public but that’s my vote if it is!
I’d definetly recommend GitLab too - but it’s not lightweight.
Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I’ve seen in this thread:
Fewer Letters More Letters Git Popular version control system, primarily for code SSD Solid State Drive mass storage SSH Secure Shell for remote terminal access VPS Virtual Private Server (opposed to shared hosting)
4 acronyms in this thread; the most compressed thread commented on today has 4 acronyms.
[Thread #276 for this sub, first seen 12th Nov 2023, 09:40] [FAQ] [Full list] [Contact] [Source code]
i run forgejo on my shitty vps and for the amount of features it has it is surprisingly lightweight, i love it so much
Forgejo is my go to, I ran it in a GCP micro instance, which has 768 MB ram and a piddling processor. One of my friends works for a company that had all their devs run a local instance in addition to the main repo, it was that light.
Gitea is the former go to, but gitea was hijacked and stolen from the community by a for profit company. Forgejo is currently a drop in replacement fork, but with added privacy features, future federation options, and a reputable parent organization.
Heard lots of good things about Forgejo!
What about gitlab? Isn’t that the same as GitHub? If not I’ll need to see how they are different.
Gitlab isn’t really lightweight. It is cool, but not lightweight.
Ahh ok, I know the other team deployed it in our openshift environment so wasn’t sure.
Yeah. It needs 3gb ram, now. That’s about 1/10th what a Windows VM needs to boot, seemingly, but still large.
If you don’t need the web interface and just want a feature rich git server I recommend Soft Serve. It has a really cool ssh TUI as well.
This is cool!