Forgejo monthly report - February 2026
The monthly report is intended to provide an overview of activities in the Forgejo space over the past month. If you would like to help, please get in touch via the chatroom or take part in the ongoing discussions.
Releases
Forgejo runner v12.7.0
Forgejo runner v12.7.0 was released on February 18th, bringing a major new multiple-connection feature that increases the flexibility of Forgejo runner deployments along with a handful of bug-fixes in podman container shutdown, chained reusable workflows, parsing of output variables, and log buffer flushing on host-based executors & LXC.
The new multiple connection capability can be used across multiple servers, such as receiving jobs from Codeberg and a private Forgejo instance. It can also be utilized to register a runner multiple times to the same Forgejo server, connecting to multiple different organizations, users, or repositories.
This capability has been built with a fully backward-compatible design. If you have no interest in using multiple connections, then no changes are required in the runner installation.
Multiple connections are the first feature to be delivered in a line of enhancements coming as contributors on the runner work to deprecate the .runner state file to simplify registration and management of Forgejo runner.
As more enhancements are ongoing in this area, updated documentation showing multiple registrations hasn’t yet been completed - so here’s a quick guide on how to use the new capability:
-
When a runner is registered with a Forgejo server, it creates a
.runnerstate file that contains some information about the server that the runner is connecting to:{ "WARNING": "This file is automatically generated by forgejo-runner. Do not edit it manually unless you know what you are doing. Removing this file will cause act runner to re-register as a new runner.", "id": 13, "uuid": "a605af85-59cd-4643-b519-5dd694c5789f", "name": "my-runner", "token": "c0524ac29795ed0ba433229d0e22b37b4ac713c0", "address": "https://example.com/", "labels": ["docker:docker://node:current-bookworm", "bare-metal:host"] } -
The new multiple connection capability is enabled simply by moving this information into the runner’s config file:
# other config data: [log, runner, ...] server: connections: forgejo1: url: https://example.com/ uuid: a605af85-59cd-4643-b519-5dd694c5789f token: c0524ac29795ed0ba433229d0e22b37b4ac713c0 labels: - docker:docker://node:current-bookworm - bare-metal:host -
Remove the
.runnerfile afterserver.connectionsis configured. -
Ensure that the
forgejo-runner daemoncommand is run with-c /path/to/config.yamlCLI option, as config files are optional and are not loaded from a default path. -
To add more connections, either consolidate multiple existing
.runnerfiles from different installations intoserver.connections, or, useforgejo-runner registerto create a new.runnerfile and then repeat step 2 and 3.
More detailed information on the options available are documented in the example config file, including: how to set different labels for each connection, and how to use an external file for the token secret value for enhanced security.
Forgejo Helm chart v16
Two minor releases were made to the v16 version of the Forgejo Helm chart.
The first minor release introduced improvements to HttpRoute and included dependency updates.
The second minor release added support for the Gateway-API with the addition of the tcpRoute.
Notable Pull Requests
Contributing
A new make command was introduced to ensure that the same go backend checks are performed locally on the developer’s computer and in the Forgejo’s CI runs.
Contributors are asked to run make pr-go before submitting a pull request.
Infrastructure
Renovate Operator
Renovate workflows were converted to use Renovate Operator. This allows on-demand jobs via checkboxes on pull requests (PRs) or dashboard issues. Behind the scene this works via webhooks from Forgejo to the Renovate Operator.
Outage
On February 25, Hetzner - where the Forgejo infrastructure is hosted - experienced an outage due to a core router fault. This also caused a short outage of the Forgejo infrastructure.
Issue and code indexing
Code and issue indexing was activated on code.forgejo.org with OpenSearch. As a result, searching for code is now possible, and searching for issues should be easier.
Other
FOSDEM 2026
Forgejo contributors attended FOSDEM 2026 early in the month. Forgejo was involved in a few presentations:
- Otto Richter gave a presentation on Understanding developer needs.
- Jos van den Oever gave a presentation on Building a TODO app on top of Forgejo.
- Akashdeep Dhar & Tomáš Hrčka gave a presentation on Forging Fedora Project’s Future With Forgejo.
Following in-person discussions at FOSDEM among some available contributors, a new proposal for changes to Forgejo’s user research, design, and implementation workflow was published and discussed.
FOSDEM also enabled Forgejo contributors to start discussions on new funding opportunities with a large public institution, and the community is collecting input on which projects may be applicable for scaling up development efforts.
We forge
Forgejo is a community of people who contribute in an inclusive environment. We forge on an equal footing, by reporting a bug, voicing an idea in the chatroom or implementing a new feature.
The following list of contributors is intended to reflect this diversity and to acknowledge all the contributions made over the past two months. If you are missing, please ask for an update.
- https://codeberg.org/0ko
- https://codeberg.org/0xllx0
- https://codeberg.org/aahlenst
- https://codeberg.org/aartaka
- https://codeberg.org/abdoughnut
- https://codeberg.org/AbelFalcon
- https://codeberg.org/abidos
- https://codeberg.org/adamcharnock
- https://codeberg.org/AdamWill
- https://codeberg.org/adan-ea
- https://codeberg.org/AEnterprise
- https://codeberg.org/aimmac23
- https://codeberg.org/albundy83
- https://codeberg.org/Alex619829
- https://codeberg.org/alexporto_dev
- https://codeberg.org/alexrp
- https://codeberg.org/andreuz
- https://codeberg.org/andyquinterom
- https://codeberg.org/AngryDove
- https://codeberg.org/antex
- https://codeberg.org/ArcticXWolf
- https://codeberg.org/artnay
- https://codeberg.org/AubsUK
- https://codeberg.org/AVee
- https://codeberg.org/axaloteDev
- https://codeberg.org/Baa
- https://codeberg.org/bapt
- https://codeberg.org/beardo
- https://codeberg.org/becm
- https://codeberg.org/Begus001
- https://codeberg.org/Benniest
- https://codeberg.org/bensandee
- https://codeberg.org/Beowulf
- https://codeberg.org/Berkant
- https://codeberg.org/bespinas
- https://codeberg.org/bgg
- https://codeberg.org/bramh
- https://codeberg.org/BtbN
- https://codeberg.org/buedi
- https://codeberg.org/buhtz
- https://codeberg.org/Bullbagaren
- https://codeberg.org/butterflyoffire
- https://codeberg.org/calmh
- https://codeberg.org/cdotnow
- https://codeberg.org/cgzones
- https://codeberg.org/chris-m
- https://codeberg.org/christopher-besch
- https://codeberg.org/cider
- https://codeberg.org/clawteam
- https://codeberg.org/ClemaX
- https://codeberg.org/cmellwig
- https://codeberg.org/cristicbz
- https://codeberg.org/Crown0815
- https://codeberg.org/crueter
- https://codeberg.org/cubicroot
- https://codeberg.org/cwfetst
- https://codeberg.org/Cyborus
- https://codeberg.org/cyrneko
- https://codeberg.org/D4llo
- https://codeberg.org/daltux
- https://codeberg.org/darkswordreams
- https://codeberg.org/Daschi
- https://codeberg.org/dbrenuk
- https://codeberg.org/dcelasun
- https://codeberg.org/dexgs
- https://codeberg.org/didiez
- https://codeberg.org/dimiro1
- https://codeberg.org/don9541
- https://codeberg.org/dunklecat
- https://codeberg.org/dyd0u
- https://codeberg.org/Edgarsons
- https://codeberg.org/eik
- https://codeberg.org/eldondev
- https://codeberg.org/eloy
- https://codeberg.org/Ember
- https://codeberg.org/eNBeWe
- https://codeberg.org/FabioWidmer
- https://codeberg.org/famfo
- https://codeberg.org/farooqkz
- https://codeberg.org/fauno
- https://codeberg.org/fiesh
- https://codeberg.org/filmroellchen
- https://codeberg.org/Fjuro
- https://codeberg.org/floss4good
- https://codeberg.org/fluzz
- https://codeberg.org/fnetX
- https://codeberg.org/Fnurkla
- https://codeberg.org/fpallas
- https://codeberg.org/frame-fF
- https://codeberg.org/Frankkkkk
- https://codeberg.org/fzwoch
- https://codeberg.org/Ghoelian
- https://codeberg.org/GNUmer
- https://codeberg.org/gordonmessmer
- https://codeberg.org/gtker
- https://codeberg.org/Gusted
- https://codeberg.org/gwhitney
- https://codeberg.org/hamburger
- https://codeberg.org/hanklank
- https://codeberg.org/hasecilu
- https://codeberg.org/hbond
- https://codeberg.org/hedefalk
- https://codeberg.org/hexa
- https://codeberg.org/hpcfzl
- https://codeberg.org/htgoebel
- https://codeberg.org/husjon
- https://codeberg.org/hwipl
- https://codeberg.org/ibotty
- https://codeberg.org/infinoid
- https://codeberg.org/itz_jana
- https://codeberg.org/iulianraduat
- https://codeberg.org/izzy
- https://codeberg.org/JakobDev
- https://codeberg.org/Jay-Madden
- https://codeberg.org/jaylinski
- https://codeberg.org/Jengro
- https://codeberg.org/jgarber
- https://codeberg.org/jimkats
- https://codeberg.org/jlsun
- https://codeberg.org/JohnMoon-VTS
- https://codeberg.org/Jookia
- https://codeberg.org/JordanPicton
- https://codeberg.org/jrosh
- https://codeberg.org/JulianWgs
- https://codeberg.org/justbispo
- https://codeberg.org/JVimes
- https://codeberg.org/kad-hollac1
- https://codeberg.org/kdh8219
- https://codeberg.org/kduvekot
- https://codeberg.org/kernald
- https://codeberg.org/kiara
- https://codeberg.org/kirrus
- https://codeberg.org/kita
- https://codeberg.org/klausfyhn
- https://codeberg.org/kmpm
- https://codeberg.org/Krausn
- https://codeberg.org/krumelmonster
- https://codeberg.org/lanticy
- https://codeberg.org/laosb
- https://codeberg.org/Laquin
- https://codeberg.org/laumann
- https://codeberg.org/lenikadali
- https://codeberg.org/lexinova
- https://codeberg.org/lillian
- https://codeberg.org/limiting-factor
- https://codeberg.org/lordwektabyte
- https://codeberg.org/ltdk
- https://codeberg.org/luisadame
- https://codeberg.org/lukesnc
- https://codeberg.org/lyze237
- https://codeberg.org/Lzebulon
- https://codeberg.org/mahlzahn
- https://codeberg.org/Maks1mS
- https://codeberg.org/mapper
- https://codeberg.org/marcbull
- https://codeberg.org/marlena
- https://codeberg.org/martenson
- https://codeberg.org/martinwguy
- https://codeberg.org/matrss
- https://codeberg.org/melezhik
- https://codeberg.org/MerlijnWajer
- https://codeberg.org/Mez
- https://codeberg.org/mfenniak
- https://codeberg.org/mganter
- https://codeberg.org/MGChecker
- https://codeberg.org/michaelmyc
- https://codeberg.org/micw
- https://codeberg.org/mj0nez
- https://codeberg.org/monotype7108
- https://codeberg.org/Mormegil
- https://codeberg.org/Morwenn
- https://codeberg.org/mpminardi
- https://codeberg.org/MrNaif2018
- https://codeberg.org/mrus
- https://codeberg.org/msrd0
- https://codeberg.org/MultisampledNight
- https://codeberg.org/mvdkleijn
- https://codeberg.org/myers
- https://codeberg.org/n0toose
- https://codeberg.org/nachtjasmin
- https://codeberg.org/ndrpnt
- https://codeberg.org/neuschaefer
- https://codeberg.org/nihklas
- https://codeberg.org/nikee
- https://codeberg.org/nil4
- https://codeberg.org/OCram85
- https://codeberg.org/OffsetMonkey538
- https://codeberg.org/oliverpool
- https://codeberg.org/openscript
- https://codeberg.org/OriHoch
- https://codeberg.org/ousia
- https://codeberg.org/Outbreak2096
- https://codeberg.org/ov
- https://codeberg.org/Ovahlord
- https://codeberg.org/panc
- https://codeberg.org/parisnakitakejser
- https://codeberg.org/pat-s
- https://codeberg.org/patdyn
- https://codeberg.org/pe1uca
- https://codeberg.org/PhE
- https://codeberg.org/PihtaFrazera
- https://codeberg.org/Pilzinsel64
- https://codeberg.org/pluhmen
- https://codeberg.org/programmerjake
- https://codeberg.org/prosumer
- https://codeberg.org/proton-ab
- https://codeberg.org/psenakdotsk
- https://codeberg.org/puzzle-it-nu
- https://codeberg.org/ralokt
- https://codeberg.org/rbanic
- https://codeberg.org/red-lichtie
- https://codeberg.org/remenoscodes
- https://codeberg.org/retarded-beast
- https://codeberg.org/riton
- https://codeberg.org/RockWolf
- https://codeberg.org/ronnyfriedland
- https://codeberg.org/Routhinator
- https://codeberg.org/ryanlerch
- https://codeberg.org/Ryuno-Ki
- https://codeberg.org/Sagor_Islam
- https://codeberg.org/saibotk
- https://codeberg.org/salif
- https://codeberg.org/salim
- https://codeberg.org/sanchuanhehe
- https://codeberg.org/sarge
- https://codeberg.org/sclu1034
- https://codeberg.org/sdomi
- https://codeberg.org/sebastiaanspeck
- https://codeberg.org/senyai
- https://codeberg.org/septatrix
- https://codeberg.org/sieni
- https://codeberg.org/silanai
- https://codeberg.org/simonszu
- https://codeberg.org/sinsky
- https://codeberg.org/sirinsidiator
- https://codeberg.org/SiteRelEnby
- https://codeberg.org/slink
- https://codeberg.org/SludgePhD
- https://codeberg.org/smlxdesign
- https://codeberg.org/snematoda
- https://codeberg.org/SomeTr
- https://codeberg.org/srd424
- https://codeberg.org/steelman1
- https://codeberg.org/steko
- https://codeberg.org/steveno
- https://codeberg.org/Stigstille
- https://codeberg.org/stkw0
- https://codeberg.org/strypey
- https://codeberg.org/syncstack
- https://codeberg.org/Syntax3rror404
- https://codeberg.org/tacaly
- https://codeberg.org/tace16
- https://codeberg.org/Tamil
- https://codeberg.org/TextPast
- https://codeberg.org/thaines
- https://codeberg.org/theseal
- https://codeberg.org/thomasboom
- https://codeberg.org/Thulium-Drake
- https://codeberg.org/Tienisto
- https://codeberg.org/tobiasbrennecke
- https://codeberg.org/tobiasfalk
- https://codeberg.org/TobiasUdtke
- https://codeberg.org/tobilinz
- https://codeberg.org/transitory
- https://codeberg.org/trougnouf
- https://codeberg.org/tygrdev
- https://codeberg.org/unikitty
- https://codeberg.org/update.freak
- https://codeberg.org/UweKrause
- https://codeberg.org/UweSauter
- https://codeberg.org/Valloric
- https://codeberg.org/vandenoever
- https://codeberg.org/vechocho
- https://codeberg.org/viceice
- https://codeberg.org/villesundell
- https://codeberg.org/vmtj
- https://codeberg.org/voidcontext
- https://codeberg.org/vpotyarkin
- https://codeberg.org/wandhydrant
- https://codeberg.org/wetneb
- https://codeberg.org/wnhrt
- https://codeberg.org/Wuzzy
- https://codeberg.org/x7z4w
- https://codeberg.org/xlionjuan
- https://codeberg.org/xrstf
- https://codeberg.org/xtex
- https://codeberg.org/yeager
- https://codeberg.org/Yumeo
- https://codeberg.org/zeridon
- https://codeberg.org/zoe
- https://codeberg.org/zokki