I want to configure access rights in a gitlab project so that everybody can view/clone/download files, but only I can write any file in the project.
In my understanding there is the role Guest, which should be configured to have readonly access. How? Second, somewhere should be configured that all users (except me) has role Guest. How?
I don't get it. In project configuration I can switch "View and edit files in this project", which is clearly not what I want, since I want to distinguish read and write access.