mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-07-04 01:35:45 -07:00
clarify who can see private repositories
This commit is contained in:
parent
af57efaef1
commit
8e8fc443eb
1 changed files with 4 additions and 1 deletions
|
|
@ -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**.
|
||||
|
|
|
|||
Loading…
Reference in a new issue