Update app.ini

Default users cannot create repos, organizations
This commit is contained in:
thhsh 2025-07-21 14:33:03 -04:00
parent f802febff4
commit 7897a937bd
Signed by: thhsh
SSH key fingerprint: SHA256:6xs0MnltwjyYI//UN9PNFDQbA2aYZV8dB8IrNcZ41Qs

View file

@ -35,6 +35,8 @@ LOG_SQL = false
[repository] [repository]
ROOT = /var/lib/forgejo/data/forgejo-repositories ROOT = /var/lib/forgejo/data/forgejo-repositories
MAX_CREATION_LIMIT = 0
ALLOW_FORK_WITHOUT_MAXIMUM_LIMIT = false
[repository.pull-request] [repository.pull-request]
DEFAULT_MERGE_STYLE = merge DEFAULT_MERGE_STYLE = merge
@ -73,7 +75,7 @@ ALLOW_ONLY_EXTERNAL_REGISTRATION = true
ENABLE_CAPTCHA = false ENABLE_CAPTCHA = false
REQUIRE_SIGNIN_VIEW = false REQUIRE_SIGNIN_VIEW = false
DEFAULT_KEEP_EMAIL_PRIVATE = true DEFAULT_KEEP_EMAIL_PRIVATE = true
DEFAULT_ALLOW_CREATE_ORGANIZATION = true DEFAULT_ALLOW_CREATE_ORGANIZATION = false
DEFAULT_ENABLE_TIMETRACKING = true DEFAULT_ENABLE_TIMETRACKING = true
NO_REPLY_ADDRESS = noreply.git.starcat.systems NO_REPLY_ADDRESS = noreply.git.starcat.systems
ENABLE_INTERNAL_SIGNIN = false ENABLE_INTERNAL_SIGNIN = false