Forgejo monthly report - May 2026
The monthly report is meant to provide a good overview of what has changed in Forgejo in the past month. Additionally, this report covers the previous month, April 2026, as well. If you would like to help, please get in touch in the chatroom or participate in the ongoing discussions.
Releases
Forgejo v15
Forgejo v15.0.0 was released on April 16. As a long-term-support release, it will be supported with bug and security fixes until 15 July 2027.
Two security releases have been completed since v15’s initial release: v15.0.1 and v15.0.2. The next security release v15.0.3 is scheduled for June 10.
Report any regressions you find in the issue tracker. If the issues you’re facing are related to security, please report them to the security team according to the security policy.
Security releases: Forgejo v11 and v14
Three security releases occurred in April and May for previous v11 LTS, and the last stable release v14.
- April 10: Forgejo v11.0.12 & v14.0.3
- April 29: Forgejo v11.0.13 & v14.0.4
- May 12: Forgejo v11.0.14
Support for Forgejo v14 ended on April 30, and no future releases will be provided. All v14 installations should upgrade to v15 immediately.
Support for Forgejo v11 will end soon, on July 16, and no future releases will be provided after that date. All v11 installations should upgrade to v15 before the end of support.
As a reminder, Forgejo publishes advance warning of security releases, similar to what is done when a Go release contains a security fix. They do not reveal the details of the vulnerability but will allow admins to plan ahead and better secure their instance. Anyone can watch the dedicated tracker or subscribe to the RSS feed.
Forgejo Runner
Forgejo Runner has received multiple releases since the last monthly report and is currently v12.10.2.
With the introduction of the new runner registration process in Forgejo 15, all commands supporting the old process around the runner registration token and the .runner file have been deprecated (register, create-runner-file). However, support for .runner will be kept around for the foreseeable future. If your use cases aren’t supported well by the new tooling, please let us know.
Apart from numerous bug fixes, the first features slated for Forgejo 16 have landed, too: entrypoint customization for job containers and services.
As every month, the users of Forgejo Actions have been busy filing feature requests. One that has seen a lot of interest and discussion is Pluggable Backend Architecture. The aim is enabling the development of third-party plug-ins that can run jobs in alternative back-ends like virtual machines or Kubernetes. There is already a working prototype that runs jobs in Kubernetes.
forgejo-runner one-job is now capable of requesting a specific job from Forgejo, allowing for precise execution of targeted jobs in managed runner scaling configurations (PR 1443 requires Forgejo 15).
A fix was merged to prevent containers from being left over by jobs in some error conditions (PR 1523).
Forgejo Helm chart v17
Following the release of Forgejo v15, the Forgejo Helm chart received a new major release to update the default Forgejo version.
One patch and one minor release followed for the corresponding v15 patch releases: v17.0.1 and v17.1.0.
The minor release brought the values.schema.json file for easier values validation.
Security Announcements
’Carrot Disclosure’
Forgejo was the subject of a blog post entitled “Carrot disclosure: Forgejo” on April 28th, which made remarks about Forgejo’s security posture, and made claims that it was vulnerable to one-or-more remote code execution (RCE) security vulnerabilities that the author chose not to disclose to Forgejo.
Forgejo’s security team initially chose to make no public response to this blog post. We internally discussed the situation, and decided there were no actions to take — we have no capability to perform the work requested in the blog post of “perform[ing] a holistic audit of its software, fixing as many issues as possible in the hope of fixing the showcased vulnerability”. As a volunteer team this is outside of the scope of what we can do. We planned to address the opened pull requests, and continue to rely on responsible security researchers to disclose vulnerabilities per the security policy.
The blog’s author decided to change their position on April 30th, and disclosed their proof-of-concept vulnerability scripts to us. We appreciated the change towards an approach of responsible disclosure.
Generally, we collaborate together within the security team to create patches for issues privately when we believe that public disclosure of a Forgejo flaw would put Forgejo users at a great risk while the flaw was exploitable, public, and unpatched. For example, during this same time window, we released Forgejo 15.0.1, 14.0.5, and 11.0.13, which contain a fix for an authorization bypass which allows any authenticated user to write to public repositories that they don’t own. Developing this fix in public would have made more people aware of the issue for a longer period of time, and so it was developed in private and published in coordination with the release team for an immediate new release.
We completed a review of the vulnerability scripts provided by the blog author, and determined that all of the issues raised could be addressed in-public as knowledge about the issues do not indicate any significant risk to Forgejo installations. Describing any of the reported vulnerabilities as an RCE is inaccurate, as the most severe of them require access to internal server or administrator credentials, and no vulnerability has been demonstrated to us to breach those credentials remotely.
Accordingly, all of the issues have had public issues filed, in order for design discussions, workarounds, and contributor developer support to be available to help bring them to a resolution:
- problem: internal communication requires a shared secret
- problem: no traffic policing that keeps Forgejo available
- (existing) feat: add quota for repo-archive
- problem: denial-of-service risks from Slowloris-style HTTP attacks
- problem: server-side resource utilization when rendering unbounded size of user markdown
- problem: key rotation for encrypted database values
- problem: resource limit for git processes
- (existing) feat: allow to revoke sessions
- problem: Forgejo server version is exposed
- feat: Allow stricter Content-Security-Policy
- problem: OAuth JWT signing key is used for non-OAuth uses
- problem: don’t render large compare diff
Additionally, the pull requests referenced in the blog post have since been reviewed, and either merged, closed, or sent back to the author with requests for changes.
The blog author also noted that Forgejo’s current security policy is a difficult read. We agree. A community member has started a discussion on updates to the policy (https://codeberg.org/forgejo/discussions/issues/462), and we support simplifying and cleaning this policy up.
Private Package Registries
A public security disclosure was made on May 27 2026 that indicated Gitea and other derived software was affected by a security vulnerability tracked as CVE-2026-27771, which alleges to expose private packages to unauthenticated users. Forgejo’s security team disagrees with the characterization and reporting in this case.
When packages are uploaded to Forgejo, they are uploaded to a user or organization that owns the packages. Their visibility to other users is directly tied to the visibility of their owner — a public owner infers a public package, and a private owner infers a private package. When a package is private because of the privacy of the owner, we know of no vulnerabilities that allow access to the package contents.
This tying together of owner visibility and package visibility isn’t as flexible as Forgejo users would like it to be. And, it can be surprising to users as they can get the impression that package visibility should follow repository visibility when packages are linked to repositories. However, these are desired functional enhancements, not security vulnerabilities. It has never been documented or represented that package visibility relates to repository visibility, and the fact that packages are uploaded to Forgejo without being related to a repository is already a strong indicator to users that there is no such security control.
In order to reduce the risk of confusion causing security incidents, Forgejo is adding a warning on private repositories that use packages when the repository owner has a non-private visibility. This will be present in our next v15 Forgejo release. Discussion and design work is underway for future package visibility improvements and community feedback and contributions are welcome.
Documentation: OpenSSH Recommendations
New recommendations have been published in the Forgejo Admin Guide to improve configuration of OpenSSH servers being used to access to Forgejo. These recommendations come from the Codeberg team’s experience in optimizing and improving access to SSH at scale: OpenSSH Recommendations
Forgejo v16 Development
New Forgejo Actions APIs
A new HTTP API for Forgejo Actions artifacts has been merged into Forgejo v16. Endpoints for accessing logs of workflow runs and individual jobs were added, too. If everything goes according to plan, it will be included in Forgejo v16.
We’re looking for feedback. Changing an API once it has been released is very hard. Either build Forgejo yourself or try it on https://v16.next.forgejo.org/. Please open a new issue if you encounter problems or have feature requests.
Important: The HTTP API is not fully compatible to GitHub’s actions/download-artifact and there are no plans to make it fully compatible. Matching GitHub’s REST API requires more than sending some JSON in the right format. Forgejo already had to patch v4 to make it work. We’re currently weighing our options on how to proceed.
Authorized Integrations
Forgejo v16 has landed a capability called Authorized Integrations to accept remotely generated JWT tokens for authentication. Authorized Integrations allow API requests to Forgejo to be authenticated based upon a JSON Web Token (JWT) generated and signed by an external system. Examples of compatible systems include: Forgejo Actions (on the same, or a different, Forgejo instance), GitHub Actions, GitLab CI/CD, and Amazon Web Services.
Forgejo v15 added the ability for Actions to operate as a client with JWT-enabled federated identities, and Authorized Integrations now allows Forgejo to act as a resource server in this workflow.
This capability fills a major functional gap in Forgejo Actions. A long-standing request for the ${{ forgejo.token }} authentication token to have configurable permissions is now covered by this feature implementation, while also enabling cross-server permissions in a network of Forgejo installations.
The Authorized Integrations documentation provides more information.
Federation
Federation is under active development and is still considered experimental. Enabling it can forever make the domain Forgejo is running on unavailable for federation with other software in the future. See the FAQ for more information.
The last pull request taken from Federated user activity following was merged, which introduces the ability to follow other ActivityPub users and introduces an ActivityPub feed for federated notes from other instances (currently only Forgejo, Mastodon and GoToSocial). The limitation on software federation is temporary and will be removed in a future release.
Forgejo Usage in the Wild
- The Dutch government has soft-launched code.overheid.nl, a new Forgejo-based platform for Dutch government software development. More information in Dutch.
- Jeroen Baten put on a talk, Getting started with CI/CD using Forgejo Actions and why this is important AF, at the NLUUG.nl conference.
- The CodeMirror in-browser editor project has moved off GitHub to their own self-hosted Forgejo instance, code.haverbeke.berlin. Forgejo embeds CodeMirror for in-browser editing, and CodeMirror is developed on Forgejo — the circle is complete!
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 month. If you are missing, please ask for an update.
- https://codeberg.org/0ko
- https://codeberg.org/0xAndrewBlack
- https://codeberg.org/0xllx0
- https://codeberg.org/3DLirious
- https://codeberg.org/4llan
- https://codeberg.org/aahlenst
- https://codeberg.org/aartaka
- https://codeberg.org/abidos
- https://codeberg.org/achopik
- https://codeberg.org/ad732
- https://codeberg.org/AdamWill
- https://codeberg.org/adesso-os
- https://codeberg.org/adriansalamon
- https://codeberg.org/AdrianVollmer
- https://codeberg.org/AFCMS
- https://codeberg.org/aindriu80
- https://codeberg.org/alberic89
- https://codeberg.org/alecwalsh
- https://codeberg.org/Alex619829
- https://codeberg.org/alexhorner
- https://codeberg.org/alexrp
- https://codeberg.org/alissonlauffer
- https://codeberg.org/alpianon
- https://codeberg.org/alrs
- https://codeberg.org/amessina
- https://codeberg.org/and-rad
- https://codeberg.org/andnorxor
- https://codeberg.org/Andonome
- https://codeberg.org/andrewlukoshko
- https://codeberg.org/andrewrk
- https://codeberg.org/andycallisto
- https://codeberg.org/anshiq
- https://codeberg.org/Aonodensetsu
- https://codeberg.org/apteryx
- https://codeberg.org/ariaaaa
- https://codeberg.org/arifpedia
- https://codeberg.org/Arsen
- https://codeberg.org/artnay
- https://codeberg.org/arunit
- https://codeberg.org/ashimokawa
- https://codeberg.org/AshyPinguin
- https://codeberg.org/Atalanttore
- https://codeberg.org/augustd
- https://codeberg.org/axaloteDev
- https://codeberg.org/axgiri
- https://codeberg.org/b0sh
- https://codeberg.org/bahrom04
- https://codeberg.org/banaanihillo
- https://codeberg.org/bapt
- https://codeberg.org/baragoon
- https://codeberg.org/barrettruth
- https://codeberg.org/BasiqueEvangelist
- https://codeberg.org/batleforc
- https://codeberg.org/bauxite13
- https://codeberg.org/bazmap
- https://codeberg.org/bcoca
- https://codeberg.org/beingsebi
- https://codeberg.org/bendlas
- https://codeberg.org/Beowulf
- https://codeberg.org/bertogatti
- https://codeberg.org/bhh32
- https://codeberg.org/bittin
- https://codeberg.org/bjorn_roskam
- https://codeberg.org/BlackSpirits
- https://codeberg.org/blrzzzt
- https://codeberg.org/BodgeIT
- https://codeberg.org/bofur
- https://codeberg.org/boogi
- https://codeberg.org/bosdude
- https://codeberg.org/brainchild
- https://codeberg.org/brlin
- https://codeberg.org/brunobord
- https://codeberg.org/BtbN
- https://codeberg.org/burakemir
- https://codeberg.org/burner_s
- https://codeberg.org/butterflyoffire
- https://codeberg.org/bvandevliet
- https://codeberg.org/c1ucki3
- https://codeberg.org/CactiChameleon9
- https://codeberg.org/Caellian
- https://codeberg.org/caesar
- https://codeberg.org/calmh
- https://codeberg.org/carboncollins
- https://codeberg.org/cbgu
- https://codeberg.org/cboltz
- https://codeberg.org/chrishoage
- https://codeberg.org/chrismax
- https://codeberg.org/christopher-besch
- https://codeberg.org/ChromaMaster
- https://codeberg.org/circlebuilder
- https://codeberg.org/cirilla
- https://codeberg.org/ckruse
- https://codeberg.org/clayote
- https://codeberg.org/ClemCall
- https://codeberg.org/clement-deltel
- https://codeberg.org/clouds666
- https://codeberg.org/cloudymax
- https://codeberg.org/CMon
- https://codeberg.org/cnx
- https://codeberg.org/codecat
- https://codeberg.org/copyrat90
- https://codeberg.org/coralpink
- https://codeberg.org/CosmicHarper
- https://codeberg.org/Crashdummy
- https://codeberg.org/Crown0815
- https://codeberg.org/crse
- https://codeberg.org/crueter
- https://codeberg.org/crystal
- https://codeberg.org/cs-max
- https://codeberg.org/Cyberbeni
- https://codeberg.org/Cyborus
- https://codeberg.org/cyrneko
- https://codeberg.org/d3v2a
- https://codeberg.org/dallyger
- https://codeberg.org/dalu13
- https://codeberg.org/daniele
- https://codeberg.org/danzelgeb
- https://codeberg.org/DarkCat09
- https://codeberg.org/davidgmbb
- https://codeberg.org/davrot
- https://codeberg.org/deadkittens
- https://codeberg.org/DeanLemans
- https://codeberg.org/Denux
- https://codeberg.org/devleesch
- https://codeberg.org/devrandom
- https://codeberg.org/Dexrn
- https://codeberg.org/dfaure-kdab
- https://codeberg.org/dhdaines
- https://codeberg.org/dimitarOnCodeberg
- https://codeberg.org/dirkjonker
- https://codeberg.org/djugei
- https://codeberg.org/dmikushin
- https://codeberg.org/dncrash
- https://codeberg.org/dns2utf8
- https://codeberg.org/Dosx001
- https://codeberg.org/draxaris1010
- https://codeberg.org/Draxion
- https://codeberg.org/drewcassidy
- https://codeberg.org/dsonck
- https://codeberg.org/dvaerum
- https://codeberg.org/dw0x
- https://codeberg.org/dylanwe
- https://codeberg.org/dyniec
- https://codeberg.org/edfloreshz
- https://codeberg.org/Edgarsons
- https://codeberg.org/edudobay
- https://codeberg.org/edward6d
- https://codeberg.org/el0n
- https://codeberg.org/ElanHR
- https://codeberg.org/elbaro
- https://codeberg.org/eleboucher
- https://codeberg.org/ElhamAryanpur
- https://codeberg.org/ell1e
- https://codeberg.org/ellie1337
- https://codeberg.org/Ember
- https://codeberg.org/eNBeWe
- https://codeberg.org/enriqueesanchz
- https://codeberg.org/eriktm
- https://codeberg.org/Erp7441
- https://codeberg.org/eschwartz
- https://codeberg.org/Ethee
- https://codeberg.org/everhardt
- https://codeberg.org/evilbmp
- https://codeberg.org/famfo
- https://codeberg.org/fauno
- https://codeberg.org/fedmag
- https://codeberg.org/felixfontein
- https://codeberg.org/fiesh
- https://codeberg.org/filipesm
- https://codeberg.org/filmroellchen
- https://codeberg.org/fina
- https://codeberg.org/finkandreas
- https://codeberg.org/Fjuro
- https://codeberg.org/flipreverse
- https://codeberg.org/flo-l
- https://codeberg.org/FloEdelmann
- https://codeberg.org/flooklab
- https://codeberg.org/floss4good
- https://codeberg.org/fluffy-den
- https://codeberg.org/fmolina98
- https://codeberg.org/fnetX
- https://codeberg.org/fogti
- https://codeberg.org/Frankkkkk
- https://codeberg.org/freeekanayaka
- https://codeberg.org/friek
- https://codeberg.org/fserrador
- https://codeberg.org/funkho
- https://codeberg.org/GA-Kevin-Codes
- https://codeberg.org/gallegonovato
- https://codeberg.org/gbrennon
- https://codeberg.org/gdahlman
- https://codeberg.org/geek-andi
- https://codeberg.org/geko
- https://codeberg.org/Gina020
- https://codeberg.org/gitea-sample-56739
- https://codeberg.org/goestav
- https://codeberg.org/goulin
- https://codeberg.org/grangelouis
- https://codeberg.org/greem
- https://codeberg.org/gridhead
- https://codeberg.org/guillermodotn
- https://codeberg.org/Gusted
- https://codeberg.org/H0lly
- https://codeberg.org/habil
- https://codeberg.org/hails
- https://codeberg.org/hanklank
- https://codeberg.org/Hausdorf
- https://codeberg.org/hazy
- https://codeberg.org/HBastet
- https://codeberg.org/Henry-Hiles
- https://codeberg.org/henrycatalinismith
- https://codeberg.org/hexa
- https://codeberg.org/heyteacher
- https://codeberg.org/hhschen820
- https://codeberg.org/hjdesulme
- https://codeberg.org/hntin
- https://codeberg.org/Horlogrium
- https://codeberg.org/hoshinolina
- https://codeberg.org/hwipl
- https://codeberg.org/hwmrocker
- https://codeberg.org/iamcurse
- https://codeberg.org/iamyaash
- https://codeberg.org/iceflower
- https://codeberg.org/ikcalb
- https://codeberg.org/imagoiq
- https://codeberg.org/infinoid
- https://codeberg.org/InsidiousFiddler
- https://codeberg.org/ironmoon
- https://codeberg.org/ItzShadyBaby
- https://codeberg.org/ixxie
- https://codeberg.org/j17483
- https://codeberg.org/j1n
- https://codeberg.org/JadedBlueEyes
- https://codeberg.org/jadeharley
- https://codeberg.org/Jafari
- https://codeberg.org/jahnke
- https://codeberg.org/jakehilton
- https://codeberg.org/JakobDev
- https://codeberg.org/jangorecki
- https://codeberg.org/Jay-Madden
- https://codeberg.org/jbert
- https://codeberg.org/jdeluyck
- https://codeberg.org/jdeu42
- https://codeberg.org/jednorozec
- https://codeberg.org/Jengro
- https://codeberg.org/jerger
- https://codeberg.org/jessebot
- https://codeberg.org/jimkats
- https://codeberg.org/JL710
- https://codeberg.org/jmaguire
- https://codeberg.org/jmoy
- https://codeberg.org/Jo
- https://codeberg.org/jogchum
- https://codeberg.org/Jookia
- https://codeberg.org/jpalaciosdev
- https://codeberg.org/jpuck
- https://codeberg.org/jrpie
- https://codeberg.org/june64
- https://codeberg.org/JuniorJPDJ
- https://codeberg.org/justbispo
- https://codeberg.org/justinz
- https://codeberg.org/jvoisin
- https://codeberg.org/jwheel
- https://codeberg.org/jzi8qfk8s
- https://codeberg.org/kalikin
- https://codeberg.org/KappaShilaff
- https://codeberg.org/karawoo
- https://codeberg.org/kdh8219
- https://codeberg.org/kerbless
- https://codeberg.org/kernald
- https://codeberg.org/kfkonrad
- https://codeberg.org/kiara
- https://codeberg.org/Kikju
- https://codeberg.org/kita
- https://codeberg.org/koru
- https://codeberg.org/kousu
- https://codeberg.org/kovah
- https://codeberg.org/kparal
- https://codeberg.org/kpfleming
- https://codeberg.org/krausn
- https://codeberg.org/kryptonian
- https://codeberg.org/kwoot
- https://codeberg.org/lambda
- https://codeberg.org/LauriLepik
- https://codeberg.org/lavandula
- https://codeberg.org/Laxystem
- https://codeberg.org/lbsekr
- https://codeberg.org/lduesing
- https://codeberg.org/lecris
- https://codeberg.org/leherkom
- https://codeberg.org/lenikadali
- https://codeberg.org/leogermond
- https://codeberg.org/Levitating
- https://codeberg.org/lfavole
- https://codeberg.org/LienRag
- https://codeberg.org/limiting-factor
- https://codeberg.org/LordMZTE
- https://codeberg.org/los93sol
- https://codeberg.org/lsmith
- https://codeberg.org/LTE_Max
- https://codeberg.org/ltguillaume
- https://codeberg.org/lubomir
- https://codeberg.org/lumarel
- https://codeberg.org/LunarEclipse
- https://codeberg.org/lysanntranvouez
- https://codeberg.org/Lzebulon
- https://codeberg.org/mahlzahn
- https://codeberg.org/Mai-Lapyst
- https://codeberg.org/mainboarder
- https://codeberg.org/makkes
- https://codeberg.org/Maks1mS
- https://codeberg.org/marcusxs
- https://codeberg.org/margau
- https://codeberg.org/marijnjh
- https://codeberg.org/markben-n
- https://codeberg.org/martenlienen
- https://codeberg.org/Marti
- https://codeberg.org/martinwguy
- https://codeberg.org/matklad
- https://codeberg.org/matkoniecz
- https://codeberg.org/mauritz
- https://codeberg.org/MaxMatti
- https://codeberg.org/maxtcodes
- https://codeberg.org/mcepl
- https://codeberg.org/MCMattia
- https://codeberg.org/mdc_systems
- https://codeberg.org/mdk
- https://codeberg.org/Merith-TK
- https://codeberg.org/MerlijnWajer
- https://codeberg.org/MexHigh
- https://codeberg.org/mfenniak
- https://codeberg.org/MGChecker
- https://codeberg.org/michi-onl
- https://codeberg.org/micw
- https://codeberg.org/MicXDev
- https://codeberg.org/MidnightRocket
- https://codeberg.org/mjog
- https://codeberg.org/mk12
- https://codeberg.org/mkljczk
- https://codeberg.org/mkobel
- https://codeberg.org/mlncn
- https://codeberg.org/mmorariu
- https://codeberg.org/mnpx
- https://codeberg.org/mobml
- https://codeberg.org/moexiami
- https://codeberg.org/MohandL3G
- https://codeberg.org/monneyboi
- https://codeberg.org/moof
- https://codeberg.org/MoralCode
- https://codeberg.org/moritzdietz
- https://codeberg.org/moutons
- https://codeberg.org/MPeter
- https://codeberg.org/MrGeorgen
- https://codeberg.org/mrmtsenga
- https://codeberg.org/msrd0
- https://codeberg.org/mumbleskates
- https://codeberg.org/mvahaste
- https://codeberg.org/mverkleij
- https://codeberg.org/myers
- https://codeberg.org/mysticmode
- https://codeberg.org/n0toose
- https://codeberg.org/nachtjasmin
- https://codeberg.org/nachtzug
- https://codeberg.org/naiyer
- https://codeberg.org/nasmevka
- https://codeberg.org/nathawat
- https://codeberg.org/NeatNit
- https://codeberg.org/Neureka
- https://codeberg.org/NickstaDB
- https://codeberg.org/nicorikken
- https://codeberg.org/nicou
- https://codeberg.org/Nightfirecat
- https://codeberg.org/NightFurySL2001
- https://codeberg.org/nilsph
- https://codeberg.org/NRK
- https://codeberg.org/numen
- https://codeberg.org/Nurgak
- https://codeberg.org/nvdael
- https://codeberg.org/nykula
- https://codeberg.org/obaibula
- https://codeberg.org/oeliguf
- https://codeberg.org/OFHansen
- https://codeberg.org/OIRNOIR
- https://codeberg.org/okdas
- https://codeberg.org/olebittner
- https://codeberg.org/oled
- https://codeberg.org/olivermt
- https://codeberg.org/oliverpool
- https://codeberg.org/oltdaniel
- https://codeberg.org/Omnikron13
- https://codeberg.org/onasser
- https://codeberg.org/oscarotero
- https://codeberg.org/oscoder
- https://codeberg.org/ospalh
- https://codeberg.org/ousia
- https://codeberg.org/padmalcom
- https://codeberg.org/pakus
- https://codeberg.org/panc
- https://codeberg.org/parga
- https://codeberg.org/pat-s
- https://codeberg.org/PatchMixolydic
- https://codeberg.org/patdyn
- https://codeberg.org/patepelo
- https://codeberg.org/PatoFlamejanteTV
- https://codeberg.org/pgmtx
- https://codeberg.org/phanium
- https://codeberg.org/pietervdvn
- https://codeberg.org/pixelcode
- https://codeberg.org/ppaslan
- https://codeberg.org/pr0ton11
- https://codeberg.org/programmerjake
- https://codeberg.org/propapanda
- https://codeberg.org/psklenar1
- https://codeberg.org/pyrorhythm
- https://codeberg.org/radmorecameron
- https://codeberg.org/radoeka
- https://codeberg.org/RahulGautamSingh
- https://codeberg.org/ralokt
- https://codeberg.org/ramones
- https://codeberg.org/raphaelbarreiros
- https://codeberg.org/rdeavila
- https://codeberg.org/RealYHD
- https://codeberg.org/red-lichtie
- https://codeberg.org/Rexogamer
- https://codeberg.org/rgon
- https://codeberg.org/Ricky-Tigg
- https://codeberg.org/ricky_rich85
- https://codeberg.org/Riedler
- https://codeberg.org/RokeJulianLockhart
- https://codeberg.org/rpkak
- https://codeberg.org/rudolph
- https://codeberg.org/Ryuno-Ki
- https://codeberg.org/Saamrev
- https://codeberg.org/saibotk
- https://codeberg.org/sandwitch
- https://codeberg.org/sansmoraxz
- https://codeberg.org/sarge
- https://codeberg.org/scarrico
- https://codeberg.org/Schmerling
- https://codeberg.org/schmitch
- https://codeberg.org/Schwefelsaeure
- https://codeberg.org/Scrowled
- https://codeberg.org/sebastianguarin
- https://codeberg.org/seeseekey
- https://codeberg.org/senekor
- https://codeberg.org/senyai
- https://codeberg.org/sfkvso
- https://codeberg.org/sguiheux
- https://codeberg.org/shad0wRoot
- https://codeberg.org/Shadow_Glider
- https://codeberg.org/ShellWen
- https://codeberg.org/shinmera
- https://codeberg.org/skyag
- https://codeberg.org/Skyf0l
- https://codeberg.org/Skyper
- https://codeberg.org/SkytAsul
- https://codeberg.org/Slate3919
- https://codeberg.org/slatian
- https://codeberg.org/slink
- https://codeberg.org/smartclip_tim
- https://codeberg.org/smgt
- https://codeberg.org/smichel17
- https://codeberg.org/snematoda
- https://codeberg.org/Snoweuph
- https://codeberg.org/snowyjaguar
- https://codeberg.org/soc
- https://codeberg.org/Solal
- https://codeberg.org/somethingSTRANGE
- https://codeberg.org/SomeTr
- https://codeberg.org/songtech-0912
- https://codeberg.org/stAn47
- https://codeberg.org/starov
- https://codeberg.org/Stebalien
- https://codeberg.org/stefbozz
- https://codeberg.org/steffo
- https://codeberg.org/StephanMoeller
- https://codeberg.org/stephenwhittle
- https://codeberg.org/stivo
- https://codeberg.org/sujiba
- https://codeberg.org/sureshjoshi
- https://codeberg.org/svdHero
- https://codeberg.org/svenakela
- https://codeberg.org/swindelltyler
- https://codeberg.org/swissiety
- https://codeberg.org/SystemDih
- https://codeberg.org/tacaly
- https://codeberg.org/tacerus
- https://codeberg.org/TAGerritsen
- https://codeberg.org/Tamil
- https://codeberg.org/tamtan
- https://codeberg.org/tardisgallifrey
- https://codeberg.org/tauraamui
- https://codeberg.org/tcurdt
- https://codeberg.org/thanosapollo
- https://codeberg.org/theoriginalstove
- https://codeberg.org/theoryshaw
- https://codeberg.org/thibaulltt
- https://codeberg.org/Thulium-Drake
- https://codeberg.org/tippfehlr
- https://codeberg.org/tomeichlersmith
- https://codeberg.org/TommyTran732
- https://codeberg.org/tonk
- https://codeberg.org/toras9000
- https://codeberg.org/Trigam
- https://codeberg.org/tristanpemble
- https://codeberg.org/trougnouf
- https://codeberg.org/TurtleArmy
- https://codeberg.org/tuxmaster
- https://codeberg.org/udan-jayanith
- https://codeberg.org/Umbreon
- https://codeberg.org/unam
- https://codeberg.org/underdarknl
- https://codeberg.org/universish
- https://codeberg.org/untitaker
- https://codeberg.org/usbpc
- https://codeberg.org/user26
- https://codeberg.org/usrrname
- https://codeberg.org/UweKrause
- https://codeberg.org/vagonzal
- https://codeberg.org/vednoc
- https://codeberg.org/viceice
- https://codeberg.org/vipox
- https://codeberg.org/visteras
- https://codeberg.org/vmtj
- https://codeberg.org/voidcontext
- https://codeberg.org/volkmnv
- https://codeberg.org/voltagex
- https://codeberg.org/voltair
- https://codeberg.org/vsdl
- https://codeberg.org/waldyrious
- https://codeberg.org/wallabra
- https://codeberg.org/wang3076
- https://codeberg.org/wangito33
- https://codeberg.org/webermax
- https://codeberg.org/werto87
- https://codeberg.org/WerVa
- https://codeberg.org/wesleylancel
- https://codeberg.org/wetneb
- https://codeberg.org/wezm
- https://codeberg.org/whitequark
- https://codeberg.org/Wild-Turtles
- https://codeberg.org/WinnerWind
- https://codeberg.org/wolcen
- https://codeberg.org/wolfc
- https://codeberg.org/Wolkensteine
- https://codeberg.org/wultyc
- https://codeberg.org/wuvel
- https://codeberg.org/Wuzzy
- https://codeberg.org/Xanderplayz16
- https://codeberg.org/Xinayder
- https://codeberg.org/xlionjuan
- https://codeberg.org/xtex
- https://codeberg.org/xunzi
- https://codeberg.org/Xyz00777
- https://codeberg.org/yawaramin
- https://codeberg.org/ymleung
- https://codeberg.org/YongDo-Hyun
- https://codeberg.org/YouriM
- https://codeberg.org/yrds
- https://codeberg.org/yuukari
- https://codeberg.org/zachhandley
- https://codeberg.org/zagoor
- https://codeberg.org/zerodogg
- https://codeberg.org/Zhellybelly
- https://codeberg.org/zoe
- https://codeberg.org/zugao
- https://codeberg.org/Zughy
- https://codeberg.org/zwimer
- https://codeberg.org/zylad