forgejo: try max_repo_limit

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2025-03-25 20:13:42 +10:00
parent daeaceaae5
commit d20ff483b9

View file

@ -485,7 +485,9 @@ gitea:
RUN_MODE: prod
## @param gitea.config.repository General repository settings
repository: {}
repository:
MAX_CREATION_LIMIT: 0
ALLOW_FORK_WITHOUT_MAXIMUM_LIMIT: true
## @param gitea.config.cors Cross-origin resource sharing settings
cors: {}