forgejo users can't create repos anymore

This commit is contained in:
KoenDR06 2026-03-23 17:28:11 +01:00
parent 7194b66622
commit 765871000f

View file

@ -158,6 +158,16 @@ in {
service = {
DISABLE_REGISTRATION = true;
};
# Prevent users from creating repositories and orginizations
repository = {
MAX_CREATION_LIMIT = 0;
DISABLE_MIGRATION = true;
};
admin = {
DISABLE_REGULAR_ORG_CREATION = true;
};
};
};