Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions docs/content/doc/packages/overview.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,28 @@ The following package managers are currently supported:

**The following paragraphs only apply if Packages are not globally disabled!**

## Repository-Packages
A package always belongs to an owner (a user or organisation), not a repo.
To link an (already uploaded) package to a repository, open the settings page
on that package and choose a repository to link this package to.
The entire package will be linked, not just a single version.

Linking a package results in showing that package in the repository's package list,
and shows a link to the repository on the package site (as well as a link to the repo issues).

## Access Restrictions

| Package owner type | User | Organization |
|--------------------|------|--------------|
| **read** access | public, if user is marked not private, otherwise user only | public, if org is public, otherwise org members only |
Comment thread
noerw marked this conversation as resolved.
Outdated
| **write** access | owner only | org members with admin or write access to the org |

N.B.: These access restrictions are [subject to change](https://github.com/go-gitea/gitea/issues/19270), where more finegrained control will be added via a dedicated organization team permission,.
Comment thread
noerw marked this conversation as resolved.
Outdated

## Create or upload a package

This depends on the type of package. Check out the sub-page for a specific package manager for instructions.

## View packages

You can view the packages of a repository on the repository page.
Expand Down