clarify who can see private repositories

This commit is contained in:
lukaesque 2026-06-13 15:49:35 +02:00
parent af57efaef1
commit 8e8fc443eb

View file

@ -20,7 +20,7 @@ repository as private. Let's break down what this means:
- If your profile's visibility is set to "Limited", _all_ of your non-private repositories will only be visible to logged
in users.
- If your profile's visibility is set to "Public", _all_ of your non-private repositories will be shown to everyone.
- If you do not want anyone (apart from [your fellow collaborators](https://docs.codeberg.org/collaborating/invite-collaborators/))
- If you do not want anyone* (apart from [your fellow collaborators](https://docs.codeberg.org/collaborating/invite-collaborators/))
to see your repositories, mark your repository as "Private".
The visibility of your profile can be changed in the [Privacy settings](https://codeberg.org/user/settings).
@ -28,11 +28,14 @@ Be careful when you set your profile's visibility to "Limited"; Even if a reposi
_not logged in_ will get a [404 error](https://en.wikipedia.org/wiki/HTTP_404) if they try to access your repository —
it will seem as if it does not exist at all!
<img
src="/images/collaborating/repo-permissions/user-settings-privacy-limited.jpg"
alt="Privacy Settings in Codeberg's User Settings"
width="50%">
*Codeberg's Moderation Team and infrastructure administrators can access private repositories as per the [Privacy Policy](https://codeberg.org/Codeberg/org/src/branch/main/PrivacyPolicy.md)
## Collaborators
There are four permission levels: **Read**, **Write**, **Administrator** and **Owner**.