Live data from Hacker News

Codeberg: A GitHub alternative from Europe

ruky.me

31–40 of 220 posts

Re: Codeberg: A GitHub alternative from Europe

#31
post #27
post #22

Earlier quoted context omitted.

I tried out self hosting on my $5/mo VPS and found it much easier than expected. https://jeskin.net/blog/self-hosting-git-with-stagit/

Can't you just run gitlab or whatever else out of a container in 5 seconds nowadays? Map a single volume and you are likely done. Its not that it's hard to self host that I choose to use third party git services (its clearly not!), it's just that the benefits of self hosting a git repository are increasingly few unless you have strict security requirements etc etc, and the free options are so good now. Running self h…

Yeah I'm sure you could. I use that VPS for my blog and personal projects also so I wanted to keep resource utilization to a minimum and not administer a webapp.

Re: Codeberg: A GitHub alternative from Europe

#32

i would have serious concerns about hosting in europe due to hate speech laws that are muddy and ripe for abuse. the site doesn't have a hate speech policy i can find, is anyone here informed on exactly what the ramifications of such laws might be?

I'm intrigued about the kind of code that you're writing that would be at risk of being considered hate speech

Re: Codeberg: A GitHub alternative from Europe

#34

Here is a list of free Git hosting services for open source software: • https://github.com/ • https://gitlab.com/ • https://bitbucket.org/ • https://codeberg.org/ (As per the linked article) • https://sr.ht/ (Sourcehut) Codeberg and Sourcehut appear to use open source code for their web page backend; the others seem to use proprietary software (in the case of GitLab, there is a free version, but gitlab.com also uses…

I no longer trust bitbucket after they shut down their mercurial support. That was the thing that differentiated them from everyone else. Why even use them now?

Re: Codeberg: A GitHub alternative from Europe

#35
post #27
post #22

Earlier quoted context omitted.

I tried out self hosting on my $5/mo VPS and found it much easier than expected. https://jeskin.net/blog/self-hosting-git-with-stagit/

Can't you just run gitlab or whatever else out of a container in 5 seconds nowadays? Map a single volume and you are likely done. Its not that it's hard to self host that I choose to use third party git services (its clearly not!), it's just that the benefits of self hosting a git repository are increasingly few unless you have strict security requirements etc etc, and the free options are so good now. Running self h…

But why? If you have an SSH server running, you can immediately setup a git server. Just do git init —-bare, no gigantic web server overhead.

https://rgz.ee/git.html

Re: Codeberg: A GitHub alternative from Europe

#36

Here is a list of free Git hosting services for open source software: • https://github.com/ • https://gitlab.com/ • https://bitbucket.org/ • https://codeberg.org/ (As per the linked article) • https://sr.ht/ (Sourcehut) Codeberg and Sourcehut appear to use open source code for their web page backend; the others seem to use proprietary software (in the case of GitLab, there is a free version, but gitlab.com also uses…

Keybase also has support for hosting Git repos: https://book.keybase.io/git

Re: Codeberg: A GitHub alternative from Europe

#37

i would have serious concerns about hosting in europe due to hate speech laws that are muddy and ripe for abuse. the site doesn't have a hate speech policy i can find, is anyone here informed on exactly what the ramifications of such laws might be?

I'm not clear (as a European) which part of your code-hosting could be risky in this regard? There's many privacy and other laws that affect myself and my neighbours in Europe that concern me, but hate speech has never been one of them. Perhaps wherever you're from you draw lines differently to how we do it in Europe, with regards to what is socially and morally acceptable to say? I should add that we also don't have…

>Perhaps wherever you're from you draw lines differently to how we do it in Europe, with regards to what is socially and morally acceptable to say?

Maybe that's why he has serious concerns? Funny how it's always valid for Europeans to have concerns about America and its differences, but when it's the other way around it's a barrage of "How dare you?!" (just look at the responses to OPs concerns).

Re: Codeberg: A GitHub alternative from Europe

#38
post #23

i would have serious concerns about hosting in europe due to hate speech laws that are muddy and ripe for abuse. the site doesn't have a hate speech policy i can find, is anyone here informed on exactly what the ramifications of such laws might be?

i have serious concerns about hosting in the US because US companies often remove content or lock out or terminate their users/customers for unpredictable reasons. in europe at least i can read up on what the law is, and expect that as long as my content is lawful, it will not be taken down.

Another comment mentioned that they took down wikiless without warning or explaination, and then the explaination that eventually came later was still not great (complaint from wikimedia). It doesn't sound like they are so much better on this point.

Re: Codeberg: A GitHub alternative from Europe

#39

Here is a list of free Git hosting services for open source software: • https://github.com/ • https://gitlab.com/ • https://bitbucket.org/ • https://codeberg.org/ (As per the linked article) • https://sr.ht/ (Sourcehut) Codeberg and Sourcehut appear to use open source code for their web page backend; the others seem to use proprietary software (in the case of GitLab, there is a free version, but gitlab.com also uses…

Gitee (gitee.com) is also a free hosting service that can be used for OSS, afaik.

China-based

Re: Codeberg: A GitHub alternative from Europe

#40

Here is a list of free Git hosting services for open source software: • https://github.com/ • https://gitlab.com/ • https://bitbucket.org/ • https://codeberg.org/ (As per the linked article) • https://sr.ht/ (Sourcehut) Codeberg and Sourcehut appear to use open source code for their web page backend; the others seem to use proprietary software (in the case of GitLab, there is a free version, but gitlab.com also uses…

Gitee (gitee.com) is also a free hosting service that can be used for OSS, afaik.

Which is a Chinese site hosted behind the GFW. I can't even access the site because they block my IP address. I really hope OSS projects don't consider them for their hosting.
Post reply on HN