this post was submitted on 20 Nov 2023
3 points (100.0% liked)

Self-Hosted Main

502 readers
1 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

Hello fellow self hosters,

I'm thinking about self hosting a git server, instead of using GitHub.

I have closed my options down to Gitea and Soft-Serve

I know that you can't really compare the two because they are very different one has a GUI and another is terminal based, but I really love the two and I can't choose between them, I'm kind of torn apart.

I guess I need a third-person perspective from people that know their stuff.

(Sorry if this is considered a low effort post, I'm new to this)

top 7 comments
sorted by: hot top controversial new old
[–] Door_Vegetable@alien.top 3 points 10 months ago

Gitea all the way they’re even supporting actions now which makes it good for a 100% self hosted solution.

[–] Extension-Dare7375@alien.top 2 points 10 months ago

Gitea

CI is currently in Beta

[–] jwink3101@alien.top 2 points 10 months ago

If your team is small (or just you), I've been super happy not using any kind of git host and just pushing to a bare repo via SSH.

[–] spuddman@alien.top 1 points 10 months ago

If you need something simple Gitea, if you want CI/CD pipelines, SAST testing, PM, Gitlab-CE.

I use Gitlab-CE for work and personal now.

[–] generic-hamster@alien.top 1 points 10 months ago (1 children)

GitLab CE works for me quite well.

[–] mar_floof@alien.top 1 points 10 months ago

Me too. Let me drop my stand alone container registry, the Jenkins server, and the jira server.

It’s not lightweight, but what you get for that resource use cannot be understated

[–] rikudou@lemmings.world 1 points 10 months ago

Is either better than GitLab? I'm currently self-hosting that.