Codeberg has a lot of restrictions regarding private repositories and… complicated verbiage regarding what licenses they want for public repositories.
For public repositories… do you think that MS et al can’t already scrape all of that?
I am all for telling MS to go fuck themselves. But it is important people actually understand what they are and aren’t getting in terms of privacy and the like. It is like how people still sometimes pretend that the completely open site where just about anyone can run an instance has LESS ai scraping than a reddit.
The key point about codeberg as I understand it is it’s meant for foss projects. It’s not really much more complex than that. Want to host non-free software, or want to use it for your company’s private code repository? They don’t want that on their servers, so either find an alternative or self-host forgejo, which is the same code (derived from gitea) that powers codeberg itself.
i just wanted to drop my personal favorite self-hosted git alternative, Gogs (gogs.io). i have very modest git needs (i just need a place to host code and interact with the git client), and i think it fits the bill well.
i am not associated with it at all, i just want folks to know that self-hosting your own git service has really never been easier or better; there are so many good options, like a similar project, gitea.
if you are uncomfortable with exposing your home network to the internet, you can use tools like tailscale funnel or a reverse proxy server like caddy and a $5 VPS from any cloud host of your choosing to obscure your home IP, while still keeping the storage and the brains somewhere closeby.
imo, the only way forward for all of us to stay safe is to keep repeating a simple mantra: “let’s go back to making websites.”
Don’t just move to Codeberg; donate to them too.
Codeberg has a lot of restrictions regarding private repositories and… complicated verbiage regarding what licenses they want for public repositories.
For public repositories… do you think that MS et al can’t already scrape all of that?
I am all for telling MS to go fuck themselves. But it is important people actually understand what they are and aren’t getting in terms of privacy and the like. It is like how people still sometimes pretend that the completely open site where just about anyone can run an instance has LESS ai scraping than a reddit.
The key point about codeberg as I understand it is it’s meant for foss projects. It’s not really much more complex than that. Want to host non-free software, or want to use it for your company’s private code repository? They don’t want that on their servers, so either find an alternative or self-host forgejo, which is the same code (derived from gitea) that powers codeberg itself.
i just wanted to drop my personal favorite self-hosted git alternative, Gogs (gogs.io). i have very modest git needs (i just need a place to host code and interact with the
git
client), and i think it fits the bill well.i am not associated with it at all, i just want folks to know that self-hosting your own git service has really never been easier or better; there are so many good options, like a similar project, gitea.
if you are uncomfortable with exposing your home network to the internet, you can use tools like
tailscale funnel
or a reverse proxy server likecaddy
and a $5 VPS from any cloud host of your choosing to obscure your home IP, while still keeping the storage and the brains somewhere closeby.imo, the only way forward for all of us to stay safe is to keep repeating a simple mantra: “let’s go back to making websites.”
gog is nice. I like forgejo myself as its dead simple to get set up. But yeah both are really nice.
iirc, gitea was forked from gogs, and forgejo is forked from gitea
yep! It a big fork family.