Learn more about these different git repos.
Other Git URLs
There are cases where pagure instances are intended to allow contributions to projects hosted by someone, but other people aren't supposed to be able to create projects and groups to be hosted there.
Perhaps something like ENABLE_NEW_PROJECTS_FOR_ADMINS_ONLY and ENABLE_NEW_GROUPS_FOR_ADMINS_ONLY or something for pagure.cfg?
ENABLE_NEW_PROJECTS_FOR_ADMINS_ONLY
ENABLE_NEW_GROUPS_FOR_ADMINS_ONLY
pagure.cfg
Like say: src.fp.o?
@pingou Heh, yeah? :sweat_smile:
This came up while working on setting up a new pagure instance. I realized we didn't actually have a built-in way to do this...
Check ENABLE_NEW_PROJECTS and ENABLE_UI_NEW_PROJECTS :)
ENABLE_NEW_PROJECTS
ENABLE_UI_NEW_PROJECTS
You may also be interested in ENABLE_DEL_PROJECTS
ENABLE_DEL_PROJECTS
@pingou those appear to also block admins via API and UI as well.
As it turns out, this is doable by setting USER_ACLS and ADMIN_API_ACLS in a specific way to set this behavior up, so I'm calling this actually supported, just in a different way that's more flexible than I expected. :100:
USER_ACLS
ADMIN_API_ACLS
Metadata Update from @ngompa: - Issue close_status updated to: Invalid - Issue status updated to: Closed (was: Open)
Log in to comment on this ticket.