Rendered at 08:25:00 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
watusername 11 hours ago [-]
Being "professionally hosted" is not enough: You need a "cluefully developed" distributed git backend to be a GitHub competitor. Codeberg is already buckling despite being nowhere near GitHub's scale. When Codefloe gains more users/agents, it's going to suffer from the same fate since Forgejo/Gitea/Gogs just isn't a good foundation to build on top of.
nylonstrung 11 hours ago [-]
What do you think makes it a bad foundation to build on?
Scaevolus 8 hours ago [-]
See Cursor's recent blog post on launching a Github competitor, particularly the architectural history.
sa46 5 hours ago [-]
That’s a great blog post, lots of details, helpful animations, historical context, and an interspersing of war stories.
Right...check the vibe coded slob pile for reference...
jiqiren 8 hours ago [-]
Free CI is what really is going to keep many on GitHub (Actions). Codeberg has Woodpecker CI requires a FOSS application to get approval to use limited free tier. CircleCI has a free tier also but doesn't look like official documentation for integrating with Forgejo.
Being able to produce x86_64/arm64 builds for macOS, Linux, and Windows for free is a minimum start to get movement to another provider IMHO. GitHub already does this.
jeremyjh 6 hours ago [-]
They have free CI with pretty generous limits: Up to 4 CPU, 7 GB memory and no max build times. I don't think there is a public Windows or Mac runner. But I think this is where they could run into real issues if they get a lot of adoption without a lot of donations. It could get expensive fast.
arjie 8 hours ago [-]
I just use Github as a backup and use my own git repos as primary. Works really well. CI/CD is blazing fast as well. You don't need all these complicated actions flows and all that. Just write for yourself. And a missing feature is a short prompt away. Especially useful is that Github has a co-tenancy problem and an untrusted input problem. For your own company, you can build that more surgically. I wouldn't normally go on the build side of buy v build, but write-to-deploy duration minimization is a strong value of mine and with agents you really need that tight.
mtlynch 14 hours ago [-]
I've ported a couple of repos to CodeFloe in the last few days, and so far, so good. Performance is similar to when I self-host Forgejo on a dedicated VPS where I'm the only user, which is super fast. And their built-in CI is pretty nice.
It's a huge contrast to Codeberg, which struggles with basic navigation of the web UI and every git push or pull takes 2-10s.
jorams 12 hours ago [-]
> Performance is similar to when I self-host Forgejo on a dedicated VPS where I'm the only user, which is super fast.
I don't mean to be negative, but that's probably because it's pretty much the same thing. Codefloe is tiny. Some quick counting shows it has a grand total of 1012 registered users, including bots, and 1416 public repositories of which the top 3 with the most stars (I know this is a mostly meaningless metric, but for scale) have 27, 13, and 8. It's too small to run into scaling issues.
mbreese 12 hours ago [-]
That’s an interesting question - it’s one thing to run an instance of forgejo for a limited user base and another to run at mass public scale.
How does someplace like a GitHub/Gitlab go it? Are user accounts or repos sharded across different servers? Is there a different underlying scaling system? If one wanted to run Forgejo “at scale” what would it really require, or does this need to be factored into the design from day one?
crabmusket 11 hours ago [-]
This recent post that made it to the front page talks a lot about approaches GitHub has taken over its history:
Seems good! I'd migrate some of my open source projects, but they utilize the public static page hosting features of GitLab and GitHub, since they are typescript libraries that are demonstrated in the browser, so I'm reluctant to upset that.
jeremyjh 6 hours ago [-]
Codefloe has that feature (which isn't in stock Forgejo). But yes it might take a little bit of work to migrate to it.
12 hours ago [-]
rantingdemon 13 hours ago [-]
What makes this different than Codeberg?
miloignis 13 hours ago [-]
Allowing heavily AI projects, from a glance.
jeremyjh 9 hours ago [-]
You can have private personal projects and even commercial/business projects. Codeberg does not want private personal projects.
tensor 12 hours ago [-]
Codeberg is for open source projects only. This is for anyone.
whalesalad 14 hours ago [-]
"In no event shall CodeFloe or its suppliers be liable for any damages (including, without limitation, damages for loss of data or profit, or due to business interruption)"
So many fly-by-night "github replacements" popping up. Step 1, buy a hetzner dedi server from the auction for $100/mo. Step 2, install Forgejo. Step 3, ride the wave of anti-US, anti-big-corp senitment to get users onto your platform. Step 4, an HDD fails in your i9-13900k and you lose half of your users' data.
If you are going to offer hosting, you need to state what kind of guarantees around data protection you offer.
mtlynch 14 hours ago [-]
I think you're holding CodeFloe to an unreasonably high standard here. What SaaS vendors agree to financial guarantees if they lose user data or have an outage?
Here's GitHub's policy:
> We will not be liable for damages or losses arising from your use or inability to use the service or otherwise arising under this agreement.
> 14.1. Damages Waiver. Except for Excluded Claims or Special Claims, to the maximum extent permitted by Law, neither party will have any liability arising out of or related to this Agreement for any loss of use, lost data, lost profits, interruption of business or any indirect, special, incidental, reliance or consequential damages of any kind, even if informed of their possibility in advance.
Now, they're not written in terms of compensatory or consequential damages, but you will be entitled to a service credit (which is a "financial guarantee" of sorts) if the conditions are met.
Private agreements frequently have these sorts of provisions as well. You need to be a pretty big or strategic customer to get those, though, and they're often paired hand-in-hand with long-term agreements with mandatory minimum spend.
whalesalad 14 hours ago [-]
That is fair. This was just the only thing in their terms that I could find that made any mention in regards to data protection. If you are running a service like this, some kind of SLA should exist. I am less concerned with financial protections and more concerned with data protection.
stryan 13 hours ago [-]
At the very least, the main guy behind this is pat-s who was originally a WoodpeckerCI dev and has been in and around Codeberg/Forgejo/Woodpecker for a while so I trust he knows his stuff. His work on CrowCI (Woodpecker fork) has been great.
I also swear I've read that same "buy a hetzener dedi install forgejo" etc etc line before, but maybe it's just you're not the only person cynical about the situation.
stephenway 9 hours ago [-]
This is a fair criticism of hosted Forgejo in general. Running Forgejo is the easy part. Backups, restore testing, upgrades, isolation and actually operating it for years are the product. Disclaimer, I run one called Fjord
oytis 13 hours ago [-]
What kind of guarantres does Github offer?
dijksterhuis 12 hours ago [-]
> Short version: We provide our service as is, and we make no promises or guarantees about this service. Please read this section carefully; you should understand what to expect.
> Short version: We will not be liable for damages or losses arising from your use or inability to use the service or otherwise arising under this agreement. Please read this section carefully; it limits our obligations to you.
https://cursor.com/blog/git-at-any-scale
Being able to produce x86_64/arm64 builds for macOS, Linux, and Windows for free is a minimum start to get movement to another provider IMHO. GitHub already does this.
It's a huge contrast to Codeberg, which struggles with basic navigation of the web UI and every git push or pull takes 2-10s.
I don't mean to be negative, but that's probably because it's pretty much the same thing. Codefloe is tiny. Some quick counting shows it has a grand total of 1012 registered users, including bots, and 1416 public repositories of which the top 3 with the most stars (I know this is a mostly meaningless metric, but for scale) have 27, 13, and 8. It's too small to run into scaling issues.
How does someplace like a GitHub/Gitlab go it? Are user accounts or repos sharded across different servers? Is there a different underlying scaling system? If one wanted to run Forgejo “at scale” what would it really require, or does this need to be factored into the design from day one?
https://cursor.com/blog/git-at-any-scale
So many fly-by-night "github replacements" popping up. Step 1, buy a hetzner dedi server from the auction for $100/mo. Step 2, install Forgejo. Step 3, ride the wave of anti-US, anti-big-corp senitment to get users onto your platform. Step 4, an HDD fails in your i9-13900k and you lose half of your users' data.
If you are going to offer hosting, you need to state what kind of guarantees around data protection you offer.
Here's GitHub's policy:
> We will not be liable for damages or losses arising from your use or inability to use the service or otherwise arising under this agreement.
https://docs.github.com/en/site-policy/github-terms/github-t...
Here's Atlassian's policy for BitBucket:
> 14. Limitations of Liability
> 14.1. Damages Waiver. Except for Excluded Claims or Special Claims, to the maximum extent permitted by Law, neither party will have any liability arising out of or related to this Agreement for any loss of use, lost data, lost profits, interruption of business or any indirect, special, incidental, reliance or consequential damages of any kind, even if informed of their possibility in advance.
https://www.atlassian.com/legal/atlassian-customer-agreement...
Lots of them. See, e.g., https://aws.amazon.com/compute/sla/
Now, they're not written in terms of compensatory or consequential damages, but you will be entitled to a service credit (which is a "financial guarantee" of sorts) if the conditions are met.
Private agreements frequently have these sorts of provisions as well. You need to be a pretty big or strategic customer to get those, though, and they're often paired hand-in-hand with long-term agreements with mandatory minimum spend.
I also swear I've read that same "buy a hetzener dedi install forgejo" etc etc line before, but maybe it's just you're not the only person cynical about the situation.
https://docs.github.com/en/site-policy/github-terms/github-t...
> Short version: We will not be liable for damages or losses arising from your use or inability to use the service or otherwise arising under this agreement. Please read this section carefully; it limits our obligations to you.
https://docs.github.com/en/site-policy/github-terms/github-t...