this post was submitted on 17 Jun 2026
146 points (100.0% liked)
Fediverse
42516 readers
601 users here now
A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, Mbin, etc).
If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!
Rules
- Posts must be on topic.
- Be respectful of others.
- Cite the sources used for graphs and other statistics.
- Follow the general Lemmy.world rules.
Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration)
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Any good guides for self-hosting git?
Yes so I use gitlab here. And I use the free version (community edition). I installed it directly on my VM. So I have proxmox. And within proxmox I have an Ubuntu server vm. Within this vm I installed the whole gitlab suite. Including my own gitlab runners. Love it.
See https://docs.gitlab.com/install/package/ubuntu/
Alternatives that I also donate to is Forgejo.
You're most likely not looking to selfhost plain git but more something like GitHub (Web frontend, administrative tools etc.). I use Forgejo (installation guide) for that and am quiet happy with it. Its more lightweight then e.g. GitLab.