this post was submitted on 14 Jul 2026
22 points (95.8% liked)

Git

4714 readers
23 users here now

Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.

Resources

Rules

  1. Follow programming.dev rules
  2. Be excellent to each other, no hostility towards users for any reason
  3. No spam of tools/companies/advertisements. It’s OK to post your own stuff part of the time, but the primary use of the community should not be self-promotion.

Git Logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License.

founded 3 years ago
MODERATORS
 

Hi, I want to self host a git service to display my work (electronics) for some recruiters. Which platform is the best? I've heard about Gitlab, Gitea and Forgejo. For me the fact that the platform doesn't run some background analytics and does not sell my data is very important.

all 26 comments
sorted by: hot top controversial new old
[–] somegeek@programming.dev 3 points 1 day ago

Gitea or forgejo are super solid and super lightweight with a sqlite db

[–] SinTan1729@programming.dev 12 points 2 days ago* (last edited 2 days ago) (1 children)

Just like everyone else, I'll also recommend forgejo. But be prepared to handle bot traffic if you self-host it. My instance was hit almost constantly until I added strict rate limits, and made most of the stuff private. For a portfolio, I think Codeberg (or GitHub, that's where everyone looks for stuff) is better that self-hosting. But it can be good to keep a private instance for mirrors.

[–] Gulliver@lemmy.zip 2 points 2 days ago (2 children)

I permits the access of my self hosted services via a cloudflare tunnel, do you think it is enough by default to handle the bots? Also I don't particularly want that people can find my portfolio just like that without a direct link from my LinkedIn or my resume so even if I use Codeberg I will not let it fully public.

[–] SinTan1729@programming.dev 5 points 2 days ago

Cloudflare may be enough, but you can also look at stuff like Anubis.

[–] Evotech@lemmy.world 3 points 2 days ago* (last edited 2 days ago)

Definitely more than enough. You don’t get better bot fighting than that.

[–] PhenomenJan@lemmy.today 3 points 2 days ago* (last edited 2 days ago) (2 children)

I think radicle needs to get more love.

It's probably not the best way to showcase your skills to a recruiter, but the tech itself is really interesting.

[–] jnareb@programming.dev 1 points 1 day ago (1 children)

There is also Tangled (over AT Protocol) and Grasp (over nostr) - but I think both are less mature than Radicle.

[–] PhenomenJan@lemmy.today 1 points 1 day ago

I hadn't heard of these, thanks for sharing!

[–] Gulliver@lemmy.zip 2 points 2 days ago (1 children)

I just checked it it looks good but the challenge for me is also that it looks good as a portfolio of what I do in electronics. I would like some PDF preview or even gbf preview if possible do you think radicle could provide that?

[–] PhenomenJan@lemmy.today 3 points 1 day ago

I think the radicle-explorer project handles the web interface. I have no idea whether it does pdf preview. It does seem to manage markdown tho.

Sorry I can't be more help, I'm really new to it myself too. I just wanted to mention it because I think it's a cool project.

[–] olafurp@lemmy.world 17 points 3 days ago

To add to the Forgejo circlejerk you can also self host it. It's managed by a democratic non-profit and has very active development. The UI is also pleasant to look at with nice diff/PR views.

The self hosting thing is a major safety point since if forgejo somehow fails in 10 years (I think it will be dominant in 10 personally) you can move to a self hosted instance with self hosted action runners. This makes it safe to move company accounts onto it but you might have issues with hard github dependency such as the github API or other organisation features.

Forgejo should be the first choice when looking for alternatives, although enterprise size companies should also consider Gitlab.

[–] FizzyOrange@programming.dev 4 points 2 days ago (3 children)

GitHub. You're hosting public stuff so there's no more risk of your data being sold on GitHub than anywhere else public. GitHub is what recruiters understand and expect.

I'll get downvoted by extremists but this is the best option if you want a job and aren't also an extremist.

I would consider Codeberg or maybe even Tangled for actual projects you're working on, but for just showing stuff of there's no advantage to not using GitHub.

[–] Evotech@lemmy.world 4 points 2 days ago (1 children)
[–] FizzyOrange@programming.dev -3 points 2 days ago (1 children)

Maybe in the 90s when Bill Gates was running the show. These days they're mid tier evil. Barely even maintaining a monopoly.

If it was Oracle, or Broadcom, or Meta then sure, but Microsoft aren't in their league any more.

[–] Kissaki@programming.dev 2 points 2 days ago* (last edited 2 days ago)

The only way this assessment makes sense is if you're looking at specific industries or something. Meta can't compare to Microsoft in other areas. We have to use Teams and Office because all our customers do. Enterprise/Companies are integrated and bound to their tooling and user and system management.

Meta is localized. I don't see it even nearly as prevalent as Microsoft is.

[–] otter@lemmy.ca 2 points 2 days ago

I might say to do both, with one of the two as a mirror

Github is important for recruiters, especially non technical ones that aren't familiar with the alternatives. Since OP has the motivation for it, having a second place might show off that OP understands git beyond Github, or the values OP might share with the employer.

[–] Scipitie@lemmy.dbzer0.com 5 points 3 days ago

I'm not aware of any advantage of gitea over forgejo. I'm running the latter myself and I'm very happy.

Gitlab provides more corporate bling bling around the core git experience than forgejo but is also way heavier.

I'd check if jorgejo fulfils your needs.

Also in addition you could check out codeberg.org which runs forgejo and is a nonprofit - especially when it comes to recruiters a public facing entity might look better to someone who has no idea of self hosting.

I really enjoy forgejo though, it's just a very straight forward piece of software which does what's it advertising.

[–] lime@feddit.nu 5 points 3 days ago* (last edited 3 days ago) (1 children)

what format are your files in? if you want to show schematic previews from like gerber files i think you need something like a file store instead of git.

[–] Gulliver@lemmy.zip 2 points 3 days ago* (last edited 3 days ago) (1 children)

that's a good point, but the tool I use allow to convert schematic into pdf which is maybe easier to show as a preview. Anyway I use kicad and Altium format.

[–] lime@feddit.nu 5 points 3 days ago

git isn't really made for binary files either. i understand the desire if you're already using it for source control but if not i'd recommend looking at something else.

[–] prenatal_confusion@feddit.org 0 points 3 days ago* (last edited 3 days ago) (2 children)

I like forgejo. Its a fork of ~~gitlab~~ gitea without the shenanigans. It has a lot of features and no tracking. Unless you want it too. And its lightweight

[–] slazer2au@lemmy.world 7 points 3 days ago (1 children)

Forgejo is not a fork of Gitlab. It's a fork of Gitea which is a fork of Gog.

[–] prenatal_confusion@feddit.org 4 points 3 days ago

Whops typo. Corrected

[–] triplenadir@lemmygrad.ml -1 points 2 days ago (1 children)

"The shenanigans" with Gitea = being Chinese. If you're not a craven racist then either is fine.

[–] jnareb@programming.dev 1 points 1 day ago

https://forgejo.org/compare-to-gitea/:

Forgejo was created in October 2022 after a for profit company took over the Gitea project. It exists under the umbrella of a non-profit organization, Codeberg e.V. and is developed in the interest of the general public.

Gitea contribution policy requires a copyright assignment, even for MIT licensed code. It is Open Core [...]