Live data from Hacker News

Gitea 1.19

blog.gitea.io

61–70 of 87 posts

Re: Gitea 1.19

#61
post #6

For info: there was some drama a while back [0], [1] and some (a lot?) of the community/devs went to https://forgejo.org/ Seemed to me like they had a point and it's worth considering following that project [2] instead. [0] https://gitea-open-letter.coding.social/ [1] https://news.ycombinator.com/item?id=33372471 [2] https://codeberg.org/forgejo/forgejo

[deleted]

Re: Gitea 1.19

#62
post #10

What are the current thoughts on Gitea vs Forgejo? I'm thinking of migrating from a self-hosted Gitlab to one of them in the near future. The way Gitea was taken over leaves a bad taste in my mouth so I'm leaning towards Forgejo, but it's not really clear to me if that's the right choice.

Forgejo currently is only applying branding changes and currently plans on being a soft fork. I think it’s existence is a good thing for the ecosystem (if Gitea the Company did something wonky, there will be an organized group already doing releases ready to go), but I’m not sure there is a huge benefit in running it, at this juncture.

Re: Gitea 1.19

#63
post #45

Earlier quoted context omitted.

Quick note that the forked project doesn't have the CI feature released in 1.9, which is the primary subject of this thread.

I assume they will follow up with their own 1.19 release soon. The blog below indicates they will have the CI feature. https://forgejo.org/2023-02-27-forgejo-actions/

It seems that they have "soft forked" act as well. I worry that they will spend more time maintaining all their forks than doing any original development...

Re: Gitea 1.19

#64

Wow. Great progress! Recently, I was wondering why gitea does not have a GitHub Actions alternative. What a timing. BTW, a colleague of mine told me that GitHub Actions wasn't supposed to be a CI/CD alternative at the time when it was released. I couldn't find any note on that online. Is it true?

> GitHub Actions wasn't supposed to be a CI/CD alternative at the time when it was released

Not sure what you mean by that, what was it supposed to be then?

Re: Gitea 1.19

#65

Really excited for Gitea Actions!! Will probably look into switching from GitHub now. Wasn't a fan of drone or having to maintain the integration with a separate CI/CD system.

Don't do it yet otherwise you will fill disappointed by teething problems. Do it in 3 months and then - if they keep the current dynamics - you will be able to work with GA more comfortably and only encounter minor bugs.

Re: Gitea 1.19

#66

Really excited for Gitea Actions!! Will probably look into switching from GitHub now. Wasn't a fan of drone or having to maintain the integration with a separate CI/CD system.

It's mindblowing for me how many of the features I love from github are now in gitea. Actions, email replies, scoped lables, fine-tunable access tokens, secrets and also the ability to push local git repos to gitea without having to create them via the web interface first.

Re: Gitea 1.19

#67
post #63
post #45

Earlier quoted context omitted.

I assume they will follow up with their own 1.19 release soon. The blog below indicates they will have the CI feature. https://forgejo.org/2023-02-27-forgejo-actions/

It seems that they have "soft forked" act as well. I worry that they will spend more time maintaining all their forks than doing any original development...

Gitea soft forked act as well, from https://gitea.com/gitea/act:

"This is a custom fork of nektos/act, for the purpose of serving act_runner.

It cannot be used as command line tool anymore, but only as a library.

It's a soft fork, which means that it will tracking the latest release of nektos/act."

Re: Gitea 1.19

#68
post #7

very excited about Actions. For several months I've been using a home server Gitea for a Unity project version control, because the project size is far too large for github/gitlab etc. So far everything about it has been excellent, and it's only getting better!

That's an awesome use-case! Are you using LFS in Gitea too with Unity?

Are you working on anything publicly available? I'm looking for something new to play :)

Disclaimer: I am a part of the Gitea TOC, and am employed to work on Gitea.

Re: Gitea 1.19

#69
post #8

As a novice at self-hosting, I previously attempted to use it, but got stuck as I didn't understand MySQL, and learning it just for Gitea was too much. However, I've had some progress with with another database recently, so I would like to give Gitea another try soon.

For small personal deployments, using SQLite as a database is usually sufficient. This means you don't need a fullblown SQL server, instead the whole database consists of a single file.

can confirm have about 20 repos and 1 org in my gitea and I never have problems with loading speeds

Re: Gitea 1.19

#70

Earlier quoted context omitted.

From what I, as an outsider, could see, it seemed like most contributors stayed with gitea. At this point forgejo is just a soft-fork as well, so there really isn't any reason or hurry to switch (yet) in my opinion. Though it did stand out that they are migrating stuff from gitea.io to gitea.com, as mentioned in this blog post.

Out of curiosity, why did that stand out? We've had the .com domain for a little while, so now we're starting to consolidate things to it.

Honestly, it's a stupid response from me, but it did feel like a reminder of the recent changes.
Post reply on HN