From a6d5b9e8bf88a41b8e7c54371330c576de8371c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Dachary?= Date: Tue, 18 Jul 2023 19:25:15 +0200 Subject: [PATCH] docs: v1.20: sync Gitea faa28b5a44912f1c63afddab9396bae9e6fe061c (update hash only) --- admin/config-cheat-sheet.md | 2 +- admin/database-preparation.md | 2 +- admin/email-setup.md | 2 +- admin/incoming-email.md | 2 +- admin/logging-documentation.md | 2 +- admin/reverse-proxy.md | 2 +- admin/search-engines-indexation.md | 2 +- admin/seek-assistance.md | 2 +- admin/upgrade.md | 2 +- developer/from-source.md | 2 +- user/agit-support.md | 2 +- user/api-usage.md | 2 +- user/authentication.md | 2 +- user/issue-pull-request-templates.md | 2 +- user/labels.md | 2 +- user/linked-references.md | 2 +- user/merge-message-templates.md | 2 +- user/oauth2-provider.md | 2 +- user/packages/alpine.md | 2 +- user/packages/cargo.md | 2 +- user/packages/chef.md | 2 +- user/packages/composer.md | 2 +- user/packages/conan.md | 2 +- user/packages/conda.md | 2 +- user/packages/container.md | 2 +- user/packages/cran.md | 2 +- user/packages/debian.md | 2 +- user/packages/generic.md | 2 +- user/packages/go.md | 2 +- user/packages/helm.md | 2 +- user/packages/maven.md | 2 +- user/packages/npm.md | 2 +- user/packages/nuget.md | 2 +- user/packages/pub.md | 2 +- user/packages/pypi.md | 2 +- user/packages/rpm.md | 2 +- user/packages/rubygems.md | 2 +- user/packages/storage.md | 2 +- user/packages/swift.md | 2 +- user/packages/vagrant.md | 2 +- user/protection.md | 2 +- user/push-to-create.md | 2 +- user/repo-permissions.md | 2 +- user/webhooks.md | 2 +- 44 files changed, 44 insertions(+), 44 deletions(-) diff --git a/admin/config-cheat-sheet.md b/admin/config-cheat-sheet.md index dea42066..a73a0a89 100644 --- a/admin/config-cheat-sheet.md +++ b/admin/config-cheat-sheet.md @@ -2,7 +2,7 @@ layout: '~/layouts/Markdown.astro' title: 'Configuration Cheat Sheet' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/62ac3251fa545d32bdfc9ff824106b97ec63edbb/docs/content/doc/administration/config-cheat-sheet.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/administration/config-cheat-sheet.en-us.md' --- This is a cheat sheet for the Forgejo configuration file. It contains most of the settings diff --git a/admin/database-preparation.md b/admin/database-preparation.md index 940c1864..36452c98 100644 --- a/admin/database-preparation.md +++ b/admin/database-preparation.md @@ -2,7 +2,7 @@ layout: '~/layouts/Markdown.astro' title: 'Database Preparation' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/62ac3251fa545d32bdfc9ff824106b97ec63edbb/docs/content/doc/installation/database-preparation.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/installation/database-preparation.en-us.md' --- You need a database to use Forgejo. Forgejo supports PostgreSQL (>=10), MySQL (>=5.7) or MariaDB (>=10.0), SQLite, and MSSQL (>=2008R2 SP3). This page will guide into preparing database. Only PostgreSQL and MySQL/MariaDB will be covered here since those database engines are widely-used in production. If you plan to use SQLite, you can ignore this chapter. diff --git a/admin/email-setup.md b/admin/email-setup.md index 7c4c62ae..eb4eff08 100644 --- a/admin/email-setup.md +++ b/admin/email-setup.md @@ -2,7 +2,7 @@ layout: '~/layouts/Markdown.astro' title: 'Email setup' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/62ac3251fa545d32bdfc9ff824106b97ec63edbb/docs/content/doc/administration/email-setup.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/administration/email-setup.en-us.md' --- Forgejo has mailer functionality for sending transactional emails (such as registration confirmation). It can be configured to either use Sendmail (or compatible MTAs like Postfix and msmtp) or directly use SMTP server. diff --git a/admin/incoming-email.md b/admin/incoming-email.md index ccb00bcd..6fb325f5 100644 --- a/admin/incoming-email.md +++ b/admin/incoming-email.md @@ -2,7 +2,7 @@ layout: '~/layouts/Markdown.astro' title: 'Incoming Email' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/62ac3251fa545d32bdfc9ff824106b97ec63edbb/docs/content/doc/usage/incoming-email.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/incoming-email.en-us.md' --- Forgejo supports the execution of several actions through incoming mails. This page describes how to set this up. diff --git a/admin/logging-documentation.md b/admin/logging-documentation.md index d30aefa7..c12f93fd 100644 --- a/admin/logging-documentation.md +++ b/admin/logging-documentation.md @@ -2,7 +2,7 @@ layout: '~/layouts/Markdown.astro' title: 'Logging Configuration' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/62ac3251fa545d32bdfc9ff824106b97ec63edbb/docs/content/doc/administration/logging-config.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/administration/logging-config.en-us.md' --- The logging configuration of Forgejo mainly consists of 3 types of components: diff --git a/admin/reverse-proxy.md b/admin/reverse-proxy.md index 7fdf95d2..ab0dcb84 100644 --- a/admin/reverse-proxy.md +++ b/admin/reverse-proxy.md @@ -2,7 +2,7 @@ layout: '~/layouts/Markdown.astro' title: 'Reverse proxy' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/62ac3251fa545d32bdfc9ff824106b97ec63edbb/docs/content/doc/usage/authentication.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/authentication.en-us.md' --- Forgejo supports Reverse Proxy Header authentication, it will read headers as a trusted login user name or user email address. This hasn't been enabled by default, you can enable it with diff --git a/admin/search-engines-indexation.md b/admin/search-engines-indexation.md index 8f07f61a..db709b81 100644 --- a/admin/search-engines-indexation.md +++ b/admin/search-engines-indexation.md @@ -2,7 +2,7 @@ layout: '~/layouts/Markdown.astro' title: 'Search Engines Indexation' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/62ac3251fa545d32bdfc9ff824106b97ec63edbb/docs/content/doc/administration/search-engines-indexation.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/administration/search-engines-indexation.en-us.md' --- # Search engines indexation of your Forgejo installation diff --git a/admin/seek-assistance.md b/admin/seek-assistance.md index 8c79ef7d..806f24a7 100644 --- a/admin/seek-assistance.md +++ b/admin/seek-assistance.md @@ -2,7 +2,7 @@ layout: '~/layouts/Markdown.astro' title: 'Seek Assistance' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/62ac3251fa545d32bdfc9ff824106b97ec63edbb/docs/content/doc/help/seek-help.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/help/seek-help.en-us.md' --- - [Chatroom](https://matrix.to/#/#forgejo-chat:matrix.org) diff --git a/admin/upgrade.md b/admin/upgrade.md index caa07bbb..2455f5a7 100644 --- a/admin/upgrade.md +++ b/admin/upgrade.md @@ -41,7 +41,7 @@ Note: Forgejo requires [docker >= 20.10.6](https://wiki.alpinelinux.org/wiki/Rel ### Performing the upgrade -- If the upgrade is from a Gitea version [lower than 1.6](https://github.com/go-gitea/gitea/blob/62ac3251fa545d32bdfc9ff824106b97ec63edbb/models/migrations/migrations.go#L63) and greater or equal to 1.2.0, proceed as follows: +- If the upgrade is from a Gitea version [lower than 1.6](https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/models/migrations/migrations.go#L63) and greater or equal to 1.2.0, proceed as follows: - Upgrade to 1.2.3 and manually verify it runs - Upgrade to 1.4.3 and manually verify it runs - Upgrade to 1.5.3 and manually verify it runs diff --git a/developer/from-source.md b/developer/from-source.md index 824468ca..398e1a6d 100644 --- a/developer/from-source.md +++ b/developer/from-source.md @@ -2,7 +2,7 @@ layout: '~/layouts/Markdown.astro' title: 'Compiling from source' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/62ac3251fa545d32bdfc9ff824106b97ec63edbb/docs/content/doc/installation/from-source.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/installation/from-source.en-us.md' --- # Installation from source diff --git a/user/agit-support.md b/user/agit-support.md index 501b2f7e..14f9ed6f 100644 --- a/user/agit-support.md +++ b/user/agit-support.md @@ -2,7 +2,7 @@ layout: '~/layouts/Markdown.astro' title: 'Agit Setup' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/62ac3251fa545d32bdfc9ff824106b97ec63edbb/docs/content/doc/usage/agit-support.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/agit-support.en-us.md' --- Limited support for [agit](https://git-repo.info/en/2020/03/agit-flow-and-git-repo/). diff --git a/user/api-usage.md b/user/api-usage.md index 0e856b17..b26436fe 100644 --- a/user/api-usage.md +++ b/user/api-usage.md @@ -2,7 +2,7 @@ layout: '~/layouts/Markdown.astro' title: 'API Usage' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/62ac3251fa545d32bdfc9ff824106b97ec63edbb/docs/content/doc/development/api-usage.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/development/api-usage.en-us.md' --- ## Enabling/configuring API access diff --git a/user/authentication.md b/user/authentication.md index dccb2120..a59fd043 100644 --- a/user/authentication.md +++ b/user/authentication.md @@ -2,7 +2,7 @@ layout: '~/layouts/Markdown.astro' title: 'Authentication' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/62ac3251fa545d32bdfc9ff824106b97ec63edbb/docs/content/doc/usage/authentication.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/authentication.en-us.md' --- ## LDAP (Lightweight Directory Access Protocol) diff --git a/user/issue-pull-request-templates.md b/user/issue-pull-request-templates.md index 3c9c4df2..2715768f 100644 --- a/user/issue-pull-request-templates.md +++ b/user/issue-pull-request-templates.md @@ -2,7 +2,7 @@ layout: '~/layouts/Markdown.astro' title: 'Issue and Pull Request Templates' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/62ac3251fa545d32bdfc9ff824106b97ec63edbb/docs/content/doc/usage/issue-pull-request-templates.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/issue-pull-request-templates.en-us.md' --- Some projects have a standard list of questions that users need to answer diff --git a/user/labels.md b/user/labels.md index 7ef2538b..e3c5587a 100644 --- a/user/labels.md +++ b/user/labels.md @@ -2,7 +2,7 @@ layout: '~/layouts/Markdown.astro' title: 'Labels' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/62ac3251fa545d32bdfc9ff824106b97ec63edbb/docs/content/doc/usage/labels.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/labels.en-us.md' --- You can use labels to classify issues and pull requests and to improve your overview over them. diff --git a/user/linked-references.md b/user/linked-references.md index 90122b98..c8423fda 100644 --- a/user/linked-references.md +++ b/user/linked-references.md @@ -2,7 +2,7 @@ layout: '~/layouts/Markdown.astro' title: 'Automatically Linked References in Issues, Pull Requests and Commit Messages' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/62ac3251fa545d32bdfc9ff824106b97ec63edbb/docs/content/doc/usage/linked-references.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/linked-references.en-us.md' --- When an issue, pull request or comment is posted, the text description is parsed diff --git a/user/merge-message-templates.md b/user/merge-message-templates.md index bb807462..508236d1 100644 --- a/user/merge-message-templates.md +++ b/user/merge-message-templates.md @@ -2,7 +2,7 @@ layout: '~/layouts/Markdown.astro' title: 'Merge Message templates' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/62ac3251fa545d32bdfc9ff824106b97ec63edbb/docs/content/doc/usage/merge-message-templates.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/merge-message-templates.en-us.md' --- ## File names diff --git a/user/oauth2-provider.md b/user/oauth2-provider.md index 50078d38..c2d103b0 100644 --- a/user/oauth2-provider.md +++ b/user/oauth2-provider.md @@ -2,7 +2,7 @@ layout: '~/layouts/Markdown.astro' title: 'OAuth2 provider' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/62ac3251fa545d32bdfc9ff824106b97ec63edbb/docs/content/doc/development/oauth2-provider.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/development/oauth2-provider.en-us.md' --- Forgejo supports acting as an OAuth2 provider to allow third party applications to access its resources with the user's consent. diff --git a/user/packages/alpine.md b/user/packages/alpine.md index 423e7274..8002b66d 100644 --- a/user/packages/alpine.md +++ b/user/packages/alpine.md @@ -2,7 +2,7 @@ layout: '~/layouts/Markdown.astro' title: 'Alpine Packages Repository' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/62ac3251fa545d32bdfc9ff824106b97ec63edbb/docs/content/doc/usage/packages/alpine.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/packages/alpine.en-us.md' --- Publish [Alpine](https://pkgs.alpinelinux.org/) packages for your user or organization. diff --git a/user/packages/cargo.md b/user/packages/cargo.md index 13ee4c83..b47ca3d0 100644 --- a/user/packages/cargo.md +++ b/user/packages/cargo.md @@ -2,7 +2,7 @@ layout: '~/layouts/Markdown.astro' title: 'Cargo Package Registry' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/62ac3251fa545d32bdfc9ff824106b97ec63edbb/docs/content/doc/usage/packages/cargo.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/packages/cargo.en-us.md' --- Publish [Cargo](https://doc.rust-lang.org/stable/cargo/) packages for your user or organization. diff --git a/user/packages/chef.md b/user/packages/chef.md index fec49078..70caa833 100644 --- a/user/packages/chef.md +++ b/user/packages/chef.md @@ -2,7 +2,7 @@ layout: '~/layouts/Markdown.astro' title: 'Chef Package Registry' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/62ac3251fa545d32bdfc9ff824106b97ec63edbb/docs/content/doc/usage/packages/chef.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/packages/chef.en-us.md' --- Publish [Chef](https://chef.io/) cookbooks for your user or organization. diff --git a/user/packages/composer.md b/user/packages/composer.md index 3ba19780..c624f584 100644 --- a/user/packages/composer.md +++ b/user/packages/composer.md @@ -2,7 +2,7 @@ layout: '~/layouts/Markdown.astro' title: 'Composer Package Registry' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/62ac3251fa545d32bdfc9ff824106b97ec63edbb/docs/content/doc/usage/packages/composer.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/packages/composer.en-us.md' --- Publish [Composer](https://getcomposer.org/) packages for your user or organization. diff --git a/user/packages/conan.md b/user/packages/conan.md index 10b9005e..5897cfee 100644 --- a/user/packages/conan.md +++ b/user/packages/conan.md @@ -2,7 +2,7 @@ layout: '~/layouts/Markdown.astro' title: 'Conan Package Registry' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/62ac3251fa545d32bdfc9ff824106b97ec63edbb/docs/content/doc/usage/packages/conan.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/packages/conan.en-us.md' --- Publish [Conan](https://conan.io/) packages for your user or organization. diff --git a/user/packages/conda.md b/user/packages/conda.md index 9041b647..24d4c30a 100644 --- a/user/packages/conda.md +++ b/user/packages/conda.md @@ -2,7 +2,7 @@ layout: '~/layouts/Markdown.astro' title: 'Conda Package Registry' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/62ac3251fa545d32bdfc9ff824106b97ec63edbb/docs/content/doc/usage/packages/conda.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/packages/conda.en-us.md' --- Publish [Conda](https://docs.conda.io/en/latest/) packages for your user or organization. diff --git a/user/packages/container.md b/user/packages/container.md index da897941..ef924342 100644 --- a/user/packages/container.md +++ b/user/packages/container.md @@ -2,7 +2,7 @@ layout: '~/layouts/Markdown.astro' title: 'Container Registry' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/62ac3251fa545d32bdfc9ff824106b97ec63edbb/docs/content/doc/usage/packages/container.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/packages/container.en-us.md' --- Publish [Open Container Initiative](https://opencontainers.org/) compliant images for your user or organization. diff --git a/user/packages/cran.md b/user/packages/cran.md index c398433b..5183c697 100644 --- a/user/packages/cran.md +++ b/user/packages/cran.md @@ -2,7 +2,7 @@ layout: '~/layouts/Markdown.astro' title: 'CRAN Package Registry' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/62ac3251fa545d32bdfc9ff824106b97ec63edbb/docs/content/doc/usage/packages/cran.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/packages/cran.en-us.md' --- Publish [R](https://www.r-project.org/) packages to a [CRAN](https://cran.r-project.org/)-like registry for your user or organization. diff --git a/user/packages/debian.md b/user/packages/debian.md index 8592d8ca..039e037a 100644 --- a/user/packages/debian.md +++ b/user/packages/debian.md @@ -2,7 +2,7 @@ layout: '~/layouts/Markdown.astro' title: 'Debian Package Registry' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/62ac3251fa545d32bdfc9ff824106b97ec63edbb/docs/content/doc/usage/packages/debian.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/packages/debian.en-us.md' --- Publish [Debian](https://www.debian.org/distrib/packages) packages for your user or organization. diff --git a/user/packages/generic.md b/user/packages/generic.md index 3dca5c54..2a8f563d 100644 --- a/user/packages/generic.md +++ b/user/packages/generic.md @@ -2,7 +2,7 @@ layout: '~/layouts/Markdown.astro' title: 'Generic Package Registry' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/62ac3251fa545d32bdfc9ff824106b97ec63edbb/docs/content/doc/usage/packages/generic.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/packages/generic.en-us.md' --- Publish generic files, like release binaries or other output, for your user or organization. diff --git a/user/packages/go.md b/user/packages/go.md index e4a5c336..a0c0a4cc 100644 --- a/user/packages/go.md +++ b/user/packages/go.md @@ -2,7 +2,7 @@ layout: '~/layouts/Markdown.astro' title: 'Go Package Registry' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/62ac3251fa545d32bdfc9ff824106b97ec63edbb/docs/content/doc/usage/packages/go.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/packages/go.en-us.md' --- Publish Go packages for your user or organization. diff --git a/user/packages/helm.md b/user/packages/helm.md index 294372fd..2f2e56f7 100644 --- a/user/packages/helm.md +++ b/user/packages/helm.md @@ -2,7 +2,7 @@ layout: '~/layouts/Markdown.astro' title: 'Helm Chart Registry' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/62ac3251fa545d32bdfc9ff824106b97ec63edbb/docs/content/doc/usage/packages/helm.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/packages/helm.en-us.md' --- Publish [Helm](https://helm.sh/) charts for your user or organization. diff --git a/user/packages/maven.md b/user/packages/maven.md index 4026ab86..8f19edae 100644 --- a/user/packages/maven.md +++ b/user/packages/maven.md @@ -2,7 +2,7 @@ layout: '~/layouts/Markdown.astro' title: 'Maven Package Registry' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/62ac3251fa545d32bdfc9ff824106b97ec63edbb/docs/content/doc/usage/packages/maven.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/packages/maven.en-us.md' --- Publish [Maven](https://maven.apache.org) packages for your user or organization. diff --git a/user/packages/npm.md b/user/packages/npm.md index 32556bef..ffa7e653 100644 --- a/user/packages/npm.md +++ b/user/packages/npm.md @@ -2,7 +2,7 @@ layout: '~/layouts/Markdown.astro' title: 'npm Package Registry' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/62ac3251fa545d32bdfc9ff824106b97ec63edbb/docs/content/doc/usage/packages/npm.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/packages/npm.en-us.md' --- Publish [npm](https://www.npmjs.com/) packages for your user or organization. diff --git a/user/packages/nuget.md b/user/packages/nuget.md index a0a47ab5..b7c46822 100644 --- a/user/packages/nuget.md +++ b/user/packages/nuget.md @@ -2,7 +2,7 @@ layout: '~/layouts/Markdown.astro' title: 'NuGet Package Registry' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/62ac3251fa545d32bdfc9ff824106b97ec63edbb/docs/content/doc/usage/packages/nuget.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/packages/nuget.en-us.md' --- Publish [NuGet](https://www.nuget.org/) packages for your user or organization. The package registry supports the V2 and V3 API protocol and you can work with [NuGet Symbol Packages](https://docs.microsoft.com/en-us/nuget/create-packages/symbol-packages-snupkg) too. diff --git a/user/packages/pub.md b/user/packages/pub.md index 89bc87ad..c72f218c 100644 --- a/user/packages/pub.md +++ b/user/packages/pub.md @@ -2,7 +2,7 @@ layout: '~/layouts/Markdown.astro' title: 'Pub Package Registry' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/62ac3251fa545d32bdfc9ff824106b97ec63edbb/docs/content/doc/usage/packages/pub.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/packages/pub.en-us.md' --- Publish [Pub](https://dart.dev/guides/packages) packages for your user or organization. diff --git a/user/packages/pypi.md b/user/packages/pypi.md index f862c8a0..bcd7e9c1 100644 --- a/user/packages/pypi.md +++ b/user/packages/pypi.md @@ -2,7 +2,7 @@ layout: '~/layouts/Markdown.astro' title: 'PyPI Package Registry' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/62ac3251fa545d32bdfc9ff824106b97ec63edbb/docs/content/doc/usage/packages/pypi.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/packages/pypi.en-us.md' --- Publish [PyPI](https://pypi.org/) packages for your user or organization. diff --git a/user/packages/rpm.md b/user/packages/rpm.md index 9d29669a..91b8ff53 100644 --- a/user/packages/rpm.md +++ b/user/packages/rpm.md @@ -2,7 +2,7 @@ layout: '~/layouts/Markdown.astro' title: 'RPM Package Registry' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/62ac3251fa545d32bdfc9ff824106b97ec63edbb/docs/content/doc/usage/packages/rpm.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/packages/rpm.en-us.md' --- Publish [RPM](https://rpm.org/) packages for your user or organization. diff --git a/user/packages/rubygems.md b/user/packages/rubygems.md index bb376646..ecd5cf54 100644 --- a/user/packages/rubygems.md +++ b/user/packages/rubygems.md @@ -2,7 +2,7 @@ layout: '~/layouts/Markdown.astro' title: 'RubyGems Packages Repository' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/62ac3251fa545d32bdfc9ff824106b97ec63edbb/docs/content/doc/usage/packages/rubygems.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/packages/rubygems.en-us.md' --- Publish [RubyGems](https://guides.rubygems.org/) packages for your user or organization. diff --git a/user/packages/storage.md b/user/packages/storage.md index 88fe8f48..967bb469 100644 --- a/user/packages/storage.md +++ b/user/packages/storage.md @@ -2,7 +2,7 @@ layout: '~/layouts/Markdown.astro' title: 'Storage' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/62ac3251fa545d32bdfc9ff824106b97ec63edbb/docs/content/doc/usage/packages/storage.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/packages/storage.en-us.md' --- This document describes the storage of the package registry and how it can be managed. diff --git a/user/packages/swift.md b/user/packages/swift.md index 0a80b88b..10a49163 100644 --- a/user/packages/swift.md +++ b/user/packages/swift.md @@ -2,7 +2,7 @@ layout: '~/layouts/Markdown.astro' title: 'Swift Packages Repository' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/62ac3251fa545d32bdfc9ff824106b97ec63edbb/docs/content/doc/usage/packages/swift.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/packages/swift.en-us.md' --- # Swift Packages Repository diff --git a/user/packages/vagrant.md b/user/packages/vagrant.md index 55715993..8a7463d5 100644 --- a/user/packages/vagrant.md +++ b/user/packages/vagrant.md @@ -2,7 +2,7 @@ layout: '~/layouts/Markdown.astro' title: 'Vagrant Packages Repository' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/62ac3251fa545d32bdfc9ff824106b97ec63edbb/docs/content/doc/usage/packages/vagrant.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/packages/vagrant.en-us.md' --- Publish [Vagrant](https://www.vagrantup.com/) packages for your user or organization. diff --git a/user/protection.md b/user/protection.md index f8ff7730..f4f18957 100644 --- a/user/protection.md +++ b/user/protection.md @@ -2,7 +2,7 @@ layout: '~/layouts/Markdown.astro' title: 'Branch and tag protection' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/62ac3251fa545d32bdfc9ff824106b97ec63edbb/docs/content/doc/usage/protected-tags.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/protected-tags.en-us.md' --- # Protected branches diff --git a/user/push-to-create.md b/user/push-to-create.md index ca989c0f..194404f4 100644 --- a/user/push-to-create.md +++ b/user/push-to-create.md @@ -2,7 +2,7 @@ layout: '~/layouts/Markdown.astro' title: 'Push Options' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/62ac3251fa545d32bdfc9ff824106b97ec63edbb/docs/content/doc/usage/push.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/push.en-us.md' --- # Push To Create diff --git a/user/repo-permissions.md b/user/repo-permissions.md index cecb6082..8ec94b7d 100644 --- a/user/repo-permissions.md +++ b/user/repo-permissions.md @@ -5,7 +5,7 @@ license: 'CC-BY-SA-4.0' origin_url: 'https://codeberg.org/Codeberg/Documentation/src/commit/2887826c38b3aae76a18f0696b40217b429226ce/content/collaborating/repo-permissions.md' --- - + When you invite collaborators to join your repository or when you create teams for your organization, you have to decide what each collaborator/team is allowed to do. diff --git a/user/webhooks.md b/user/webhooks.md index ccc9f63d..0b261624 100644 --- a/user/webhooks.md +++ b/user/webhooks.md @@ -2,7 +2,7 @@ layout: '~/layouts/Markdown.astro' title: 'Webhooks' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/62ac3251fa545d32bdfc9ff824106b97ec63edbb/docs/content/doc/usage/webhooks.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/webhooks.en-us.md' --- Forgejo supports webhooks for repository events. This can be configured in the settings