• Joined on 2021年01月13日
iQ commented on issue forgejo/forgejo#6557 2025年11月17日 14:11:33 +01:00
bug: Old Debian Package PGP Keys are no longer valid according to Sequoia / Apt

BTW: The wrong temporary fix for this issue is to put

iQ commented on issue forgejo/forgejo#6557 2025年11月15日 01:48:59 +01:00
bug: Old Debian Package PGP Keys are no longer valid according to Sequoia / Apt

Can we add a definitive guide to the docs, what are the steps to update/regenerate a new key?

iQ commented on issue forgejo/forgejo#6142 2025年10月28日 10:04:36 +01:00
feat: support PAT at the organization level
iQ commented on issue forgejo/discussions#383 2025年10月20日 10:41:37 +02:00
Personal access token per organisation or repository - DB structure

I hope I'm not to late to the discussion party here, but first I wanted to say, Thank you that this discussions starts and this really important topic on granular access tokens is started. I...

iQ commented on issue forgejo/forgejo#9204 2025年09月09日 10:21:43 +02:00
feat: When building, the Makefile calls multiple expensive go list .... commands when not necessary

is there a way/process we can backport these changes into v10/v11/v12 ?

iQ commented on pull request forgejo/forgejo#9208 2025年09月09日 09:21:02 +02:00
refactored for lazy evaluation of MIGRATION_PACKAGES and GO_TEST_PACKAGES

fixed in latest commit

iQ pushed to issue9204 at iQ/forgejo 2025年09月09日 08:51:15 +02:00
f00625fbb7 Add one more missing dependency for coverage-run-* target
iQ commented on pull request forgejo/forgejo#9208 2025年09月09日 00:24:00 +02:00
refactored for lazy evaluation of MIGRATION_PACKAGES and GO_TEST_PACKAGES

I did what I can but please let someone with Makefile experience verify this.

From my understanding it should exactly do what is proposed, and it should stop the privacy-compromising behaviour.

iQ pushed to issue9204 at iQ/forgejo 2025年09月09日 00:21:30 +02:00
b768290c58 correct the module names back to forgejo, instead of gitea.
iQ created pull request forgejo/forgejo#9208 2025年09月08日 15:22:09 +02:00
refactored for lazy evaluation of MIGRATION_PACKAGES and GO_TEST_PACKAGES
iQ pushed to issue9204 at iQ/forgejo 2025年09月08日 15:19:21 +02:00
2c14af6bff refactored for lazy evaluation of MIGRATION_PACKAGES and GO_TEST_PACKAGES
iQ created branch issue9204 in iQ/forgejo 2025年09月08日 15:19:21 +02:00
iQ created repository iQ/forgejo 2025年09月08日 15:15:33 +02:00
iQ commented on issue forgejo/forgejo#9204 2025年09月08日 14:02:42 +02:00
feat: When building, the Makefile calls multiple expensive go list .... commands when not necessary

Hi @earl-warren : I'm with you, that a simple accelleration would be a feature request.

My main concern is rather, that calling a makefile with targets like clean or even help leads to...

iQ opened issue forgejo/forgejo#9204 2025年09月08日 10:51:52 +02:00
bug: When building the Makefile calls multiple expensive go list .... commands when not necessary
iQ opened issue Codeberg-e.V./registration-server#54 2023年05月19日 14:31:07 +02:00
Link to the bylaws/Satzung from the join page (join.codeberg.org)
iQ commented on issue Codeberg-Infrastr.../techstack-support#5 2023年02月20日 01:45:36 +01:00
Backup solutions

with ceph you can mirror a pool between two ceph clusters. so having an backup/archive ceph-cluster would then ease the backup process.

Because rsync is Filebased, it will iterate over the...

iQ commented on issue Codeberg-Infrastr.../techstack-support#3 2023年02月20日 01:41:34 +01:00
Possibilities to split CephFS pool for HDD and SSD based on use case

Ceph caching can help in parts. But yes, splitting the data between write-heavy on SSD and mostly-read on HDD is possible. The simplest solution would be to have multiple CephFS on different Pools...