Forgejo v15.0 is available (forgejo.org)
from ikidd@lemmy.world to selfhosted@lemmy.world on 20 Apr 15:24
https://lemmy.world/post/45850637

If you’re like me, you probably need to update your image tag to this new major version. I’ll probably wait for a minor release first.

#selfhosted

threaded - newest

iso@lemy.lol on 20 Apr 15:51 next collapse

Forgejo’s most promising feature was federation, and unfortunately, they don’t seem to be working on that.

tofu@lemmy.nocturnal.garden on 20 Apr 15:58 next collapse

They do, it’s just a lot of work.

Here’s an example PR: codeberg.org/forgejo/forgejo/pulls/10380

iso@lemy.lol on 20 Apr 16:05 next collapse

Cool!

AcornTickler@sh.itjust.works on 20 Apr 17:15 next collapse

Oh, didn’t know Forgejo was ever intended to have federation. That’s so cool!

tofu@lemmy.nocturnal.garden on 20 Apr 17:42 collapse

It’s the main reason I choose them. Can’t wait to open issues on other instances without creating an account and not everything being on GitHub.

MatSeFi@lemmy.liebeleu.de on 20 Apr 21:28 collapse

actually it is already meged and on v16.0 milestone list

hoppolito@mander.xyz on 21 Apr 13:04 collapse

That’s brilliant news!

I know this is still just very basic federation with mutual following of users, etc. - but having a working mvp implementation of this makes me really hopeful for the stepwise introduction of more and more federation goals to come to fruition.

RushLana@lemmy.blahaj.zone on 20 Apr 16:00 collapse

Federation is worked on by forgefed if I remember right.

codeberg.org/ForgeFed/ForgeFed

prism@lemmy.dbzer0.com on 20 Apr 16:18 next collapse

Finally, repository specific access tokens were added! I was missing this feature from GitHub (fine-grained access tokens) and had resorted to making service accounts that had access to a single repo. Time to clean that up :)

badbytes@lemmy.world on 20 Apr 16:49 next collapse

An amazing project. Good work devs.

uuj8za@piefed.social on 20 Apr 17:12 next collapse

Yeah… I’m gonna wait for 15.1…

ozoned@piefed.social on 20 Apr 18:01 next collapse

Can’t wait for federation

prenatal_confusion@feddit.org on 21 Apr 11:34 next collapse

Yeees! So much different repos i want to be able to commit and report to …

quick_snail@feddit.nl on 21 Apr 14:12 collapse

This is my prerequisite for switching from GitHub to Codeberg

northernlights@lemmy.today on 20 Apr 18:19 next collapse

I very much have my eye on that. Pretty sure that’s going to be my next self-host just because I love everything about it, not so much because I’ll need it. Pleeeease federate. I know it’s a whole lot of work, but it would be a significant net benefit to all developers worldwide who code because they like it.

julianwgs@discuss.tchncs.de on 20 Apr 19:30 collapse

Donations will help them get there faster

northernlights@lemmy.today on 21 Apr 01:11 collapse

I know, but I’ll get on that after I find a job.

julianwgs@discuss.tchncs.de on 21 Apr 14:03 collapse

Sure, no worries. For me it was the same.

galaxy_nova@lemmy.world on 20 Apr 18:20 next collapse

Thoughts on this versus tangled besides this being more mature? Also question, I have cloudflare serving as my ddns, I believe some settings I have configured there prevent ssh from working to my forgejo instance. Is it a security risk to allow ssh traffic properly? I have other services on the same subdomain published as well if that matters.

Edit: would Tailscale be a solution here?

purplemonkeymad@programming.dev on 20 Apr 18:30 next collapse

Recommendation would be that you want to set up your ssh so that it only accepts publickey authentication. You also want to make sure you are not using a proxied DNS value, as CF only proxies http requests.

Personally I didn’t bother to setup ssh access as https typically works fine.

galaxy_nova@lemmy.world on 20 Apr 18:38 collapse

I setup ssh key access only on all my machines so that bit is ok. Maybe I’ll forgo ssh like you’re suggesting as well. I thought I had some use for it but it’s been a while since I was messing with my forgejo instance, I’ve kind of fallen back to GitHub and codeberg for a bit since I’ve been busy. I couldn’t get https cloning to work for some reason either so I neee to investigate that I guess.

EncryptKeeper@lemmy.world on 20 Apr 20:22 collapse

Tangled seems to focus on the “social” aspect by being inherently federated using the protocol Bluesky uses.

Federation is in the works for Forgejo but it’s not a focus.

XenoK@lemmy.dbzer0.com on 20 Apr 18:54 next collapse

How does it compare to Gitea?

black_flag@lemmy.dbzer0.com on 20 Apr 18:56 next collapse

Forgejo is where the dev is happening now.

EncryptKeeper@lemmy.world on 20 Apr 20:20 next collapse

It’s a fork of Gitea with more extensive development.

cecilkorik@piefed.ca on 20 Apr 21:18 next collapse

Gitea is developed by a corporation. If you trust corporations not to enshittify eventually, maybe Gitea will be the exception to the rule, but I doubt it, for sufficiently long definitions of “eventually”. Forgejo was forked specifically because the governance needed to be detached from the corporation, and that wasn’t going to happen with Gitea. The community of open-source developers mostly voted with their feet. Forgejo is, in my humble opinion, going places. Gitea is not. Nothing specifically wrong with it, per se, but it doesn’t really offer a sustainable development path forward I don’t think.

timbuck2themoon@sh.itjust.works on 21 Apr 03:32 next collapse

I didn’t notice a difference. Maybe if you start new then go forgejo but existing gitea I see no reason to move.

purplemonkeymad@programming.dev on 21 Apr 06:57 collapse

Forked from gitea. The owners of the project implemented a change to the pr system where by you had the sign an agreement that the code belonged to them. This was seen as an intent to relisense at some point. Devs that wanted it to stay open moved to forgejo.

Until recently you could swap forgejo in to your gitea data, but now they are incompatible due to divergence.

quick_snail@feddit.nl on 21 Apr 14:14 collapse

Isn’t that signing thing the legal way to keep things open source? Iirc FSF had that too.

HairyHarry@lemmy.world on 20 Apr 19:59 next collapse

Amy Idea why there isn’t a “:latest” release?

poVoq@slrpnk.net on 20 Apr 20:03 next collapse

Because you usually don’t want to do automatic upgrades across major versions. There is a “latest” equivalent for each major version release though.

EncryptKeeper@lemmy.world on 20 Apr 20:19 next collapse

Forgejo was initially a soft fork of Gitea but they knew it would very possibly become a hard fork. Using the latest tag meant your setup could break unexpectedly so I think they’d opted to not use it at all. What you want to do is use the full version “15” in this case which will keep it updated up the currently major release.

ikidd@lemmy.world on 21 Apr 00:35 collapse

It might be OK now, but for a while there before they hard forked, you set yourself up for issues if you updated majors without being aware of breaking changes.

chaospatterns@lemmy.world on 20 Apr 20:46 next collapse

15.0 adds support for OIDC tokens being handed to Actions workflows compatible with GitHub Actions. I was excited to upgrade because I wanted to continue doing cosign Docker image signing, but then I found out that the Cosign transparency log doesn’t support Forgejo. Looks like I need an alternative.

My next biggest problem is the Actions workflow itself. I setup Docker in Docker, but turns out there’s a bit of work in preparing the runners to be on par with what I used on GitHub.

Otherwise, I’ve found Forgejo to be quite good and almost all my private repos are moved over.

Miaou@jlai.lu on 21 Apr 06:34 collapse

I tried to setup Forgejo CI but was turned off by the need to have nodejs installed to do anything, even cloning the repository. Does everyone just maintain their own images?

Gitlab CI by comparison will let me you any image (e.g. basic rustc imagé) and do the orchestration by itself. So much nicer to use imo

flubba86@lemmy.world on 20 Apr 21:39 next collapse

Damn I feel like I only just upgraded to v14. Those guys develop fast.

Strit@lemmy.linuxuserspace.show on 21 Apr 05:50 collapse

It’s noted in the release notes that they release a new major version every 3 months.

GarboDog@lemmy.world on 21 Apr 07:06 next collapse

This is the first time we’re hearing of this, what is Forgejo/ what’s it used for??

Samiaouuu@jlai.lu on 21 Apr 07:12 next collapse

Basically self hosted Github without microslop’s bs

GarboDog@lemmy.world on 21 Apr 17:25 collapse

Ah nice! Will def keep this in mind when we eventually make a server ^^

parzival@lemmy.org on 21 Apr 13:54 next collapse

Self hosted git server (github alt)

quick_snail@feddit.nl on 21 Apr 14:11 next collapse

It’s the software that runs codeberg

Keelhaul@sh.itjust.works on 21 Apr 18:57 collapse

Locally hosted git server (fork of Gitea)

Decronym@lemmy.decronym.xyz on 21 Apr 14:00 next collapse

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I’ve seen in this thread:

Fewer Letters More Letters
CF CloudFlare
DNS Domain Name Service/System
Git Popular version control system, primarily for code
LTS Long Term Support software version

4 acronyms in this thread; the most compressed thread commented on today has 15 acronyms.

[Thread #250 for this comm, first seen 21st Apr 2026, 14:00] [FAQ] [Full list] [Contact] [Source code]

pound_heap@lemmy.dbzer0.com on 21 Apr 16:45 collapse

I’m happily running v11 LTS - I have enough to do besides dealing with breaking changes every 3 months.

ikidd@lemmy.world on 21 Apr 17:35 next collapse

That is getting pretty far behind unless you’re leaving yourself open to go back to Gitea. I think 12 was the hard fork.

pound_heap@lemmy.dbzer0.com on 21 Apr 18:31 collapse

I started from zero with Forgejo, so Gitea is not a consideration. I just don’t need latest and greatest as long as security is covered. But I finally noticed that v15 is the new LTS, so that’s what I hope to run during the next couple of years.

possiblylinux127@lemmy.zip on 21 Apr 18:09 collapse

v11 goes eol in 2 months

I genuinely don’t understand your reasoning

pound_heap@lemmy.dbzer0.com on 21 Apr 18:29 collapse

Well, before your response, v11 was the latest LTS release, received security patches and did all I wanted it to do. Now, I actually did look at the new release and found out that 15 is a new LTS. So, thank you! I guess it’s time to review the breaking changes and get prepared.