Merge pull request 'feat: toggle push to create' (#40) from push-to-create into master

Reviewed-on: https://git.coopcloud.tech/coop-cloud/gitea/pulls/40
Reviewed-by: decentral1se <decentral1se@noreply.git.coopcloud.tech>
This commit is contained in:
fauno
2025-01-08 12:53:04 +00:00
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -35,6 +35,8 @@ ENABLE_OPENID_SIGNUP = {{ env "GITEA_ENABLE_OPENID_SIGNUP" }}
[repository]
DEFAULT_BRANCH = main
ENABLE_PUSH_CREATE_USER = {{ env "GITEA_ENABLE_PUSH_CREATE_USER" }}
ENABLE_PUSH_CREATE_ORG = {{ env "GITEA_ENABLE_PUSH_CREATE_ORG" }}
[repository.upload]
ENABLED = {{ env "GITEA_REPO_UPLOAD_ENABLED" }}