Live data from Hacker News

Codeberg Is Down

social.anoxinon.de

21–30 of 53 posts

Re: Codeberg Is Down

#25

A large chunk of companies I've worked for or consulted for had their own on-prem Gitlab. I think they chose correctly.

Codeberg runs open source Forgejo, and you could on-prem that too (for no license cost), if it suits your needs.

GitLab is more powerful in some ways, but early startups might want to look at Forgejo first.

Re: Codeberg Is Down

#26
post #25

A large chunk of companies I've worked for or consulted for had their own on-prem Gitlab. I think they chose correctly.

Codeberg runs open source Forgejo, and you could on-prem that too (for no license cost), if it suits your needs. GitLab is more powerful in some ways, but early startups might want to look at Forgejo first.

> but early startups might want to look at Forgejo first.

Sorry, but there are a million things to do. Paying someone to self-host Forgejo isn't even on that list. We'll just pay someone at the moment.

Re: Codeberg Is Down

#27

Earlier quoted context omitted.

On perm Gitlab has a ton of problems too.

For examples? Never ran into them myself but I don't do ops.

I don't do ops myself so I don't know the exact details but sometimes Gitlab is down or there are strange issues with CI/CD breaking.

Re: Codeberg Is Down

#29
Has anyone used the Repository Mirroring Feature [1] to mirror repos across self-hosted Forgejo/Codeberg/Github? How effortless is it? Ideally, I'd like to only ever push repos/branches to my self-hosted Forgejo, and have those changes automatically reflected on Codeberg/GH without thinking about it.

[1] https://forgejo.org/docs/v15.0/user/repo-mirror/

Re: Codeberg Is Down

#30
I suppose this is a good opportunity to ask, why do people get so affected by DVCS hosts going down? You can work locally with Git without uploading every change. Despite the constant reported GitHub downtime, I have not ever been adversely affected even once, since pushing and pulling are done every few days and I can freely branch/commit/merge locally.
Post reply on HN