As part of our cloud migration, we are deploying all our repositories on github. Due to safety concern, we'd like to keep our local gitlab online for a short period of time in read-only mode. I have archived all projects so no commit can be pushed, but I'm not sure how can I prevent project creation for all users. Ideally, I'm looking for a global flag which will put whole gitlab in RO mode. I'm not sure if it's possible at all. Google didn't yield any result.
Thanks in advance
As per the doc only Privileges with Master & Owner can create Projects. You could change the Privileges of the Users accordingly.