How to make Organisation private?

How can I make an Organisation private as I can with a repo? The reason is, we do host Gitea as coding platform and sometimes we want to avoid that unauthorized people are able to see for which Organisations (= Customers) we are doing projects.

There is an issue for this: https://github.com/go-gitea/gitea/issues/3266 (If you simply want to require all users to have an account in order to see the orgs, then well, you can use as said there the option REQUIRE_SIGNIN_VIEW).

Otherwise, you can also change your membership visibility on the team members page:

image

Though Iā€™m not sure whether that helps your case.

Perfect, this did the trick. Thank you very much!

1 Like