• Joined on 2026年01月20日
senyai closed issue forgejo/forgejo#12749 2026年05月26日 15:56:32 +02:00
problem: User.active is reset after "Synchronize external user data"
senyai commented on issue forgejo/forgejo#12749 2026年05月26日 15:56:31 +02:00
problem: User.active is reset after "Synchronize external user data"

forgot how it worked. sorry for the noise. the users didn't have git permissions

senyai opened issue forgejo/forgejo#12749 2026年05月26日 15:45:30 +02:00
problem: User.active is reset after "Synchronize external user data"
senyai closed issue forgejo/forgejo#12300 2026年04月28日 13:18:16 +02:00
problem: actions/checkout does not work with custom root path
senyai commented on issue forgejo/forgejo#12300 2026年04月28日 13:18:15 +02:00
problem: actions/checkout does not work with custom root path

Let further discussions be here forgejo/discussions#443. Closing. Hope this topic is now more searchable.

senyai commented on issue forgejo/forgejo#12300 2026年04月28日 13:15:50 +02:00
problem: actions/checkout does not work with custom root path

Thanks @aahlenst. I'm sorry for the repeat! I promise, I searched for "actions/checkout".

senyai opened issue forgejo/forgejo#12300 2026年04月28日 12:25:59 +02:00
problem: actions/checkout does not work with custom root path
senyai commented on pull request forgejo/forgejo#12139 2026年04月16日 13:16:18 +02:00
feat: add missing tooltips in lfs_pointers.tmpl

As an alternative, we can remove tooltips and remove single line from

senyai created pull request forgejo/forgejo#12139 2026年04月16日 13:07:37 +02:00
feat: add missing tooltips in lfs_pointers.tmpl
senyai pushed to forgejo at senyai/forgejo 2026年04月16日 13:02:51 +02:00
112fa4d2e7 feat: add missing tooltips in lfs_pointers.tmpl
senyai created repository senyai/forgejo 2026年04月16日 12:52:32 +02:00
senyai commented on issue forgejo/forgejo#11634 2026年04月15日 15:56:28 +02:00
problem: slow restart - always setting Hammer condition

Traceback is attached. I'm not sure if it's that helpful, I was hoping there would be fewer function calls.

senyai commented on issue forgejo/forgejo#11634 2026年04月14日 21:21:14 +02:00
problem: slow restart - always setting Hammer condition

I restarted the service so many times that the hanging stopped happening. I will try kill -SIGQUIT $PID to print the stack trace this week.

senyai commented on issue forgejo/forgejo#11634 2026年04月14日 20:39:46 +02:00
problem: slow restart - always setting Hammer condition

nah

senyai commented on issue forgejo/forgejo#11634 2026年04月14日 19:24:34 +02:00
problem: slow restart - always setting Hammer condition

I found the command .forgejo manager processes --stacktraces, I think it should help. Will try it out later.

senyai commented on issue forgejo/forgejo#11634 2026年04月14日 11:58:46 +02:00
problem: slow restart - always setting Hammer condition

I don't see anything related to a running cron job in the stacktrace. I can see that the cronjob is calling my service every hour with this config:

senyai commented on issue forgejo/forgejo#11634 2026年04月13日 10:42:03 +02:00
problem: slow restart - always setting Hammer condition

@Gusted, I think I have found the culprit: the LDAP (via BindDN) authentication source. After disabling it, the service restarted in under a second. I'm using my custom LDAP service.

senyai opened issue forgejo/forgejo#11634 2026年03月11日 11:55:25 +01:00
problem: slow restart - always setting Hammer condition
senyai commented on issue forgejo/forgejo#5348 2026年02月08日 19:01:38 +01:00
Loading SSH keys from an LDAP directory

What is the source? "LDAP (via BindDN)" or "LDAP (simple auth)"? The latter didn't sync anything, but "BindDN" version is much more robust.

senyai commented on issue forgejo/forgejo#10942 2026年01月24日 12:01:19 +01:00
problem: authorized_keys is clearead on install

@mfenniak A deep bow for your excellent work.