We have Nocodb on a container, exposed to the public via a web proxy. We don’t want the public to be able to create new projects on our container (!) or mess with our data so we are using variable NC_INVITE_ONLY_SIGNUP right now.
But actually, we would like users to be able to join to view/comment on existing projects. It’s a hassle to sign people up individually. Is there a different variable we should be using?