Allow push create on forgejo

This commit is contained in:
JLP 2025-02-06 21:22:35 -05:00
parent 3d42a11c90
commit 2e8ce9b1f8
No known key found for this signature in database
GPG key ID: 414E00D1FF7519DC

View file

@ -112,3 +112,5 @@ configMapGenerator:
- FORGEJO__service__DISABLE_REGISTRATION=true - FORGEJO__service__DISABLE_REGISTRATION=true
- FORGEJO__oauth2_client__ENABLE_AUTO_REGISTRATION=true - FORGEJO__oauth2_client__ENABLE_AUTO_REGISTRATION=true
- FORGEJO__openid__ENABLE_OPENID_SIGNIN=false - FORGEJO__openid__ENABLE_OPENID_SIGNIN=false
- FORGEJO__repository__ENABLE_PUSH_CREATE_ORG=true
- FORGEJO__repository__ENABLE_PUSH_CREATE_USER=true