From ae97171f5708a49ca40d6dc42e5db338a4f7acb8 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Fri, 22 Sep 2023 19:20:11 +0200 Subject: [PATCH] sync with the latest changes from Gitea git log --patch faa28b5a44912f1c63afddab9396bae9e6fe061c..8d9e2d07f3f84a86265fdbe0ab7fcf63cc34ddbd . ':(glob)docs/**/*.en-us.md' (cherry picked from commit b77359bfb1991c190d6caacea4a939f2c872fe39) --- docs/admin/config-cheat-sheet.md | 2 +- docs/admin/database-preparation.md | 2 +- docs/admin/email-setup.md | 2 +- docs/admin/incoming-email.md | 2 +- docs/admin/logging-documentation.md | 2 +- docs/admin/reverse-proxy.md | 2 +- docs/admin/search-engines-indexation.md | 2 +- docs/admin/seek-assistance.md | 2 +- docs/admin/signing.md | 2 +- docs/developer/from-source.md | 2 +- docs/user/agit-support.md | 2 +- docs/user/api-usage.md | 2 +- docs/user/authentication.md | 2 +- docs/user/issue-pull-request-templates.md | 2 +- docs/user/labels.md | 2 +- docs/user/linked-references.md | 2 +- docs/user/merge-message-templates.md | 2 +- docs/user/oauth2-provider.md | 2 +- docs/user/packages/alpine.md | 2 +- docs/user/packages/cargo.md | 2 +- docs/user/packages/chef.md | 2 +- docs/user/packages/composer.md | 2 +- docs/user/packages/conan.md | 2 +- docs/user/packages/conda.md | 2 +- docs/user/packages/container.md | 2 +- docs/user/packages/cran.md | 2 +- docs/user/packages/debian.md | 2 +- docs/user/packages/generic.md | 2 +- docs/user/packages/go.md | 2 +- docs/user/packages/helm.md | 2 +- docs/user/packages/maven.md | 2 +- docs/user/packages/npm.md | 2 +- docs/user/packages/nuget.md | 2 +- docs/user/packages/pub.md | 2 +- docs/user/packages/pypi.md | 2 +- docs/user/packages/rpm.md | 2 +- docs/user/packages/rubygems.md | 2 +- docs/user/packages/storage.md | 2 +- docs/user/packages/swift.md | 2 +- docs/user/packages/vagrant.md | 2 +- docs/user/profile.md | 2 +- docs/user/protection.md | 2 +- docs/user/push-to-create.md | 2 +- docs/user/token-scope.md | 2 +- docs/user/webhooks.md | 2 +- 45 files changed, 45 insertions(+), 45 deletions(-) diff --git a/docs/admin/config-cheat-sheet.md b/docs/admin/config-cheat-sheet.md index b36b7799..6243c05d 100644 --- a/docs/admin/config-cheat-sheet.md +++ b/docs/admin/config-cheat-sheet.md @@ -1,7 +1,7 @@ --- title: 'Configuration Cheat Sheet' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/d0dbe52e76f3038777c3b50066e3636105387ca3/docs/content/doc/administration/config-cheat-sheet.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/8d9e2d07f3f84a86265fdbe0ab7fcf63cc34ddbd/docs/content/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/docs/admin/database-preparation.md b/docs/admin/database-preparation.md index fe16b34c..db524524 100644 --- a/docs/admin/database-preparation.md +++ b/docs/admin/database-preparation.md @@ -1,7 +1,7 @@ --- title: 'Database Preparation' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/installation/database-preparation.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/8d9e2d07f3f84a86265fdbe0ab7fcf63cc34ddbd/docs/content/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/docs/admin/email-setup.md b/docs/admin/email-setup.md index 850fc061..f1654d38 100644 --- a/docs/admin/email-setup.md +++ b/docs/admin/email-setup.md @@ -1,7 +1,7 @@ --- title: 'Email setup' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/administration/email-setup.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/8d9e2d07f3f84a86265fdbe0ab7fcf63cc34ddbd/docs/content/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/docs/admin/incoming-email.md b/docs/admin/incoming-email.md index 686240bb..db14f7e1 100644 --- a/docs/admin/incoming-email.md +++ b/docs/admin/incoming-email.md @@ -1,7 +1,7 @@ --- title: 'Incoming Email' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/incoming-email.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/8d9e2d07f3f84a86265fdbe0ab7fcf63cc34ddbd/docs/content/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/docs/admin/logging-documentation.md b/docs/admin/logging-documentation.md index f25c2085..e306f6b1 100644 --- a/docs/admin/logging-documentation.md +++ b/docs/admin/logging-documentation.md @@ -1,7 +1,7 @@ --- title: 'Logging Configuration' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/54c28fddd8a407c3ddea81923bb2978c33ef020d/docs/content/administration/logging-config.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/8d9e2d07f3f84a86265fdbe0ab7fcf63cc34ddbd/docs/content/administration/logging-config.en-us.md' --- The logging configuration of Forgejo mainly consists of 3 types of components: diff --git a/docs/admin/reverse-proxy.md b/docs/admin/reverse-proxy.md index a21e3490..a77043b2 100644 --- a/docs/admin/reverse-proxy.md +++ b/docs/admin/reverse-proxy.md @@ -1,7 +1,7 @@ --- title: 'Reverse proxy' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/authentication.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/8d9e2d07f3f84a86265fdbe0ab7fcf63cc34ddbd/docs/content/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/docs/admin/search-engines-indexation.md b/docs/admin/search-engines-indexation.md index c7e2cf96..b6f84ab2 100644 --- a/docs/admin/search-engines-indexation.md +++ b/docs/admin/search-engines-indexation.md @@ -1,7 +1,7 @@ --- title: 'Search Engines Indexation' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/administration/search-engines-indexation.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/8d9e2d07f3f84a86265fdbe0ab7fcf63cc34ddbd/docs/content/administration/search-engines-indexation.en-us.md' --- ## Search engines indexation of your Forgejo installation diff --git a/docs/admin/seek-assistance.md b/docs/admin/seek-assistance.md index 3e064b92..8876971e 100644 --- a/docs/admin/seek-assistance.md +++ b/docs/admin/seek-assistance.md @@ -1,7 +1,7 @@ --- title: 'Seek Assistance' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/help/seek-help.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/8d9e2d07f3f84a86265fdbe0ab7fcf63cc34ddbd/docs/content/help/seek-help.en-us.md' --- - [Chatroom](https://matrix.to/#/#forgejo-chat:matrix.org) diff --git a/docs/admin/signing.md b/docs/admin/signing.md index d8aa54bf..ea73a2c6 100644 --- a/docs/admin/signing.md +++ b/docs/admin/signing.md @@ -1,7 +1,7 @@ --- title: 'GPG Commit Signatures' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/323135b97b219d7fb10557fb9d9156c6bef3ae62/docs/content/administration/signing.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/8d9e2d07f3f84a86265fdbe0ab7fcf63cc34ddbd/docs/content/administration/signing.en-us.md' --- Forgejo will verify GPG commit signatures in the provided tree by diff --git a/docs/developer/from-source.md b/docs/developer/from-source.md index 8cf02428..bc1139f5 100644 --- a/docs/developer/from-source.md +++ b/docs/developer/from-source.md @@ -1,7 +1,7 @@ --- title: 'Compiling from source' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/installation/from-source.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/8d9e2d07f3f84a86265fdbe0ab7fcf63cc34ddbd/docs/content/installation/from-source.en-us.md' --- ## Installation from source diff --git a/docs/user/agit-support.md b/docs/user/agit-support.md index 8027bc75..7958a335 100644 --- a/docs/user/agit-support.md +++ b/docs/user/agit-support.md @@ -1,7 +1,7 @@ --- title: 'Agit Setup' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/agit-support.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/8d9e2d07f3f84a86265fdbe0ab7fcf63cc34ddbd/docs/content/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/docs/user/api-usage.md b/docs/user/api-usage.md index 699e45c8..537b9b7c 100644 --- a/docs/user/api-usage.md +++ b/docs/user/api-usage.md @@ -1,7 +1,7 @@ --- title: 'API Usage' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/development/api-usage.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/8d9e2d07f3f84a86265fdbe0ab7fcf63cc34ddbd/docs/content/development/api-usage.en-us.md' --- ## Enabling/configuring API access diff --git a/docs/user/authentication.md b/docs/user/authentication.md index 82b3c64a..6d9fa3bd 100644 --- a/docs/user/authentication.md +++ b/docs/user/authentication.md @@ -1,7 +1,7 @@ --- title: 'Authentication' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/authentication.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/8d9e2d07f3f84a86265fdbe0ab7fcf63cc34ddbd/docs/content/usage/authentication.en-us.md' --- ## LDAP (Lightweight Directory Access Protocol) diff --git a/docs/user/issue-pull-request-templates.md b/docs/user/issue-pull-request-templates.md index ffca4668..535c832e 100644 --- a/docs/user/issue-pull-request-templates.md +++ b/docs/user/issue-pull-request-templates.md @@ -1,7 +1,7 @@ --- title: 'Issue and Pull Request Templates' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/issue-pull-request-templates.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/8d9e2d07f3f84a86265fdbe0ab7fcf63cc34ddbd/docs/content/usage/issue-pull-request-templates.en-us.md' --- Some projects have a standard list of questions that users need to answer diff --git a/docs/user/labels.md b/docs/user/labels.md index 6990833a..7831d156 100644 --- a/docs/user/labels.md +++ b/docs/user/labels.md @@ -1,7 +1,7 @@ --- title: 'Labels' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/labels.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/8d9e2d07f3f84a86265fdbe0ab7fcf63cc34ddbd/docs/content/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/docs/user/linked-references.md b/docs/user/linked-references.md index b17eeb51..221bc5f0 100644 --- a/docs/user/linked-references.md +++ b/docs/user/linked-references.md @@ -1,7 +1,7 @@ --- title: 'Automatically Linked References in Issues, Pull Requests and Commit Messages' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/linked-references.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/8d9e2d07f3f84a86265fdbe0ab7fcf63cc34ddbd/docs/content/usage/linked-references.en-us.md' --- When an issue, pull request or comment is posted, the text description is parsed diff --git a/docs/user/merge-message-templates.md b/docs/user/merge-message-templates.md index 8da0ad4c..f0cbed6c 100644 --- a/docs/user/merge-message-templates.md +++ b/docs/user/merge-message-templates.md @@ -1,7 +1,7 @@ --- title: 'Merge Message templates' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/merge-message-templates.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/8d9e2d07f3f84a86265fdbe0ab7fcf63cc34ddbd/docs/content/usage/merge-message-templates.en-us.md' --- ## File names diff --git a/docs/user/oauth2-provider.md b/docs/user/oauth2-provider.md index 9c1dc975..86ce64e8 100644 --- a/docs/user/oauth2-provider.md +++ b/docs/user/oauth2-provider.md @@ -1,7 +1,7 @@ --- title: 'OAuth2 provider' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/development/oauth2-provider.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/8d9e2d07f3f84a86265fdbe0ab7fcf63cc34ddbd/docs/content/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/docs/user/packages/alpine.md b/docs/user/packages/alpine.md index 64b6674f..1eb4f257 100644 --- a/docs/user/packages/alpine.md +++ b/docs/user/packages/alpine.md @@ -1,7 +1,7 @@ --- title: 'Alpine Packages Repository' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/packages/alpine.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/8d9e2d07f3f84a86265fdbe0ab7fcf63cc34ddbd/docs/content/usage/packages/alpine.en-us.md' --- Publish [Alpine](https://pkgs.alpinelinux.org/) packages for your user or organization. diff --git a/docs/user/packages/cargo.md b/docs/user/packages/cargo.md index eaf15824..4eee2210 100644 --- a/docs/user/packages/cargo.md +++ b/docs/user/packages/cargo.md @@ -1,7 +1,7 @@ --- title: 'Cargo Package Registry' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/packages/cargo.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/8d9e2d07f3f84a86265fdbe0ab7fcf63cc34ddbd/docs/content/usage/packages/cargo.en-us.md' --- Publish [Cargo](https://doc.rust-lang.org/stable/cargo/) packages for your user or organization. diff --git a/docs/user/packages/chef.md b/docs/user/packages/chef.md index 7233363a..03ecfeb1 100644 --- a/docs/user/packages/chef.md +++ b/docs/user/packages/chef.md @@ -1,7 +1,7 @@ --- title: 'Chef Package Registry' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/packages/chef.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/8d9e2d07f3f84a86265fdbe0ab7fcf63cc34ddbd/docs/content/usage/packages/chef.en-us.md' --- Publish [Chef](https://chef.io/) cookbooks for your user or organization. diff --git a/docs/user/packages/composer.md b/docs/user/packages/composer.md index 7ca23c77..aa250066 100644 --- a/docs/user/packages/composer.md +++ b/docs/user/packages/composer.md @@ -1,7 +1,7 @@ --- title: 'Composer Package Registry' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/packages/composer.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/8d9e2d07f3f84a86265fdbe0ab7fcf63cc34ddbd/docs/content/usage/packages/composer.en-us.md' --- Publish [Composer](https://getcomposer.org/) packages for your user or organization. diff --git a/docs/user/packages/conan.md b/docs/user/packages/conan.md index e302c728..653d0249 100644 --- a/docs/user/packages/conan.md +++ b/docs/user/packages/conan.md @@ -1,7 +1,7 @@ --- title: 'Conan Package Registry' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/packages/conan.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/8d9e2d07f3f84a86265fdbe0ab7fcf63cc34ddbd/docs/content/usage/packages/conan.en-us.md' --- Publish [Conan](https://conan.io/) packages for your user or organization. diff --git a/docs/user/packages/conda.md b/docs/user/packages/conda.md index 7b01e93c..1022ccd1 100644 --- a/docs/user/packages/conda.md +++ b/docs/user/packages/conda.md @@ -1,7 +1,7 @@ --- title: 'Conda Package Registry' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/packages/conda.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/8d9e2d07f3f84a86265fdbe0ab7fcf63cc34ddbd/docs/content/usage/packages/conda.en-us.md' --- Publish [Conda](https://docs.conda.io/en/latest/) packages for your user or organization. diff --git a/docs/user/packages/container.md b/docs/user/packages/container.md index 451edf46..7d7cddf2 100644 --- a/docs/user/packages/container.md +++ b/docs/user/packages/container.md @@ -1,7 +1,7 @@ --- title: 'Container Registry' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/packages/container.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/8d9e2d07f3f84a86265fdbe0ab7fcf63cc34ddbd/docs/content/usage/packages/container.en-us.md' --- Publish [Open Container Initiative](https://opencontainers.org/) compliant images for your user or organization. diff --git a/docs/user/packages/cran.md b/docs/user/packages/cran.md index 5cfecebc..fe97e538 100644 --- a/docs/user/packages/cran.md +++ b/docs/user/packages/cran.md @@ -1,7 +1,7 @@ --- title: 'CRAN Package Registry' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/packages/cran.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/8d9e2d07f3f84a86265fdbe0ab7fcf63cc34ddbd/docs/content/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/docs/user/packages/debian.md b/docs/user/packages/debian.md index 777480de..3b8ca0e3 100644 --- a/docs/user/packages/debian.md +++ b/docs/user/packages/debian.md @@ -1,7 +1,7 @@ --- title: 'Debian Package Registry' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/packages/debian.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/8d9e2d07f3f84a86265fdbe0ab7fcf63cc34ddbd/docs/content/usage/packages/debian.en-us.md' --- Publish [Debian](https://www.debian.org/distrib/packages) packages for your user or organization. diff --git a/docs/user/packages/generic.md b/docs/user/packages/generic.md index ce2344ef..b5ff622e 100644 --- a/docs/user/packages/generic.md +++ b/docs/user/packages/generic.md @@ -1,7 +1,7 @@ --- title: 'Generic Package Registry' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/packages/generic.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/8d9e2d07f3f84a86265fdbe0ab7fcf63cc34ddbd/docs/content/usage/packages/generic.en-us.md' --- Publish generic files, like release binaries or other output, for your user or organization. diff --git a/docs/user/packages/go.md b/docs/user/packages/go.md index 498696c3..a05c2828 100644 --- a/docs/user/packages/go.md +++ b/docs/user/packages/go.md @@ -1,7 +1,7 @@ --- title: 'Go Package Registry' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/packages/go.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/8d9e2d07f3f84a86265fdbe0ab7fcf63cc34ddbd/docs/content/usage/packages/go.en-us.md' --- Publish Go packages for your user or organization. diff --git a/docs/user/packages/helm.md b/docs/user/packages/helm.md index 3fe31d7c..95ef766a 100644 --- a/docs/user/packages/helm.md +++ b/docs/user/packages/helm.md @@ -1,7 +1,7 @@ --- title: 'Helm Chart Registry' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/packages/helm.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/8d9e2d07f3f84a86265fdbe0ab7fcf63cc34ddbd/docs/content/usage/packages/helm.en-us.md' --- Publish [Helm](https://helm.sh/) charts for your user or organization. diff --git a/docs/user/packages/maven.md b/docs/user/packages/maven.md index 0396953c..5e0904a4 100644 --- a/docs/user/packages/maven.md +++ b/docs/user/packages/maven.md @@ -1,7 +1,7 @@ --- title: 'Maven Package Registry' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/packages/maven.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/8d9e2d07f3f84a86265fdbe0ab7fcf63cc34ddbd/docs/content/usage/packages/maven.en-us.md' --- Publish [Maven](https://maven.apache.org) packages for your user or organization. diff --git a/docs/user/packages/npm.md b/docs/user/packages/npm.md index 242b9be5..2ec34e3b 100644 --- a/docs/user/packages/npm.md +++ b/docs/user/packages/npm.md @@ -1,7 +1,7 @@ --- title: 'npm Package Registry' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/packages/npm.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/8d9e2d07f3f84a86265fdbe0ab7fcf63cc34ddbd/docs/content/usage/packages/npm.en-us.md' --- Publish [npm](https://www.npmjs.com/) packages for your user or organization. diff --git a/docs/user/packages/nuget.md b/docs/user/packages/nuget.md index d1e67629..5d442f5e 100644 --- a/docs/user/packages/nuget.md +++ b/docs/user/packages/nuget.md @@ -1,7 +1,7 @@ --- title: 'NuGet Package Registry' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/packages/nuget.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/8d9e2d07f3f84a86265fdbe0ab7fcf63cc34ddbd/docs/content/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/docs/user/packages/pub.md b/docs/user/packages/pub.md index 60a424df..91a2dbac 100644 --- a/docs/user/packages/pub.md +++ b/docs/user/packages/pub.md @@ -1,7 +1,7 @@ --- title: 'Pub Package Registry' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/packages/pub.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/8d9e2d07f3f84a86265fdbe0ab7fcf63cc34ddbd/docs/content/usage/packages/pub.en-us.md' --- Publish [Pub](https://dart.dev/guides/packages) packages for your user or organization. diff --git a/docs/user/packages/pypi.md b/docs/user/packages/pypi.md index 495f23ad..2b740657 100644 --- a/docs/user/packages/pypi.md +++ b/docs/user/packages/pypi.md @@ -1,7 +1,7 @@ --- title: 'PyPI Package Registry' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/packages/pypi.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/8d9e2d07f3f84a86265fdbe0ab7fcf63cc34ddbd/docs/content/usage/packages/pypi.en-us.md' --- Publish [PyPI](https://pypi.org/) packages for your user or organization. diff --git a/docs/user/packages/rpm.md b/docs/user/packages/rpm.md index 7e2e07f7..348949fb 100644 --- a/docs/user/packages/rpm.md +++ b/docs/user/packages/rpm.md @@ -1,7 +1,7 @@ --- title: 'RPM Package Registry' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/packages/rpm.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/8d9e2d07f3f84a86265fdbe0ab7fcf63cc34ddbd/docs/content/usage/packages/rpm.en-us.md' --- Publish [RPM](https://rpm.org/) packages for your user or organization. diff --git a/docs/user/packages/rubygems.md b/docs/user/packages/rubygems.md index 16562f0c..4643b832 100644 --- a/docs/user/packages/rubygems.md +++ b/docs/user/packages/rubygems.md @@ -1,7 +1,7 @@ --- title: 'RubyGems Packages Repository' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/packages/rubygems.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/8d9e2d07f3f84a86265fdbe0ab7fcf63cc34ddbd/docs/content/usage/packages/rubygems.en-us.md' --- Publish [RubyGems](https://guides.rubygems.org/) packages for your user or organization. diff --git a/docs/user/packages/storage.md b/docs/user/packages/storage.md index 00bdeff7..4ba40799 100644 --- a/docs/user/packages/storage.md +++ b/docs/user/packages/storage.md @@ -1,7 +1,7 @@ --- title: 'Storage' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/packages/storage.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/8d9e2d07f3f84a86265fdbe0ab7fcf63cc34ddbd/docs/content/usage/packages/storage.en-us.md' --- This document describes the storage of the package registry and how it can be managed. diff --git a/docs/user/packages/swift.md b/docs/user/packages/swift.md index 3029ab15..afdc4838 100644 --- a/docs/user/packages/swift.md +++ b/docs/user/packages/swift.md @@ -1,7 +1,7 @@ --- title: 'Swift Packages Repository' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/packages/swift.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/8d9e2d07f3f84a86265fdbe0ab7fcf63cc34ddbd/docs/content/usage/packages/swift.en-us.md' --- ## Swift Packages Repository diff --git a/docs/user/packages/vagrant.md b/docs/user/packages/vagrant.md index 345c6713..9847b411 100644 --- a/docs/user/packages/vagrant.md +++ b/docs/user/packages/vagrant.md @@ -1,7 +1,7 @@ --- title: 'Vagrant Packages Repository' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/packages/vagrant.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/8d9e2d07f3f84a86265fdbe0ab7fcf63cc34ddbd/docs/content/usage/packages/vagrant.en-us.md' --- Publish [Vagrant](https://www.vagrantup.com/) packages for your user or organization. diff --git a/docs/user/profile.md b/docs/user/profile.md index 1b9b173f..43db4c3f 100644 --- a/docs/user/profile.md +++ b/docs/user/profile.md @@ -1,7 +1,7 @@ --- title: 'Profile customization' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/profile-readme.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/8d9e2d07f3f84a86265fdbe0ab7fcf63cc34ddbd/docs/content/usage/profile-readme.en-us.md' --- By default the profile page of a user is the list of repositories they diff --git a/docs/user/protection.md b/docs/user/protection.md index 6a908bca..585a4b68 100644 --- a/docs/user/protection.md +++ b/docs/user/protection.md @@ -1,7 +1,7 @@ --- title: 'Branch and tag protection' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/protected-tags.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/8d9e2d07f3f84a86265fdbe0ab7fcf63cc34ddbd/docs/content/usage/protected-tags.en-us.md' --- ## Protected branches diff --git a/docs/user/push-to-create.md b/docs/user/push-to-create.md index 27fc0cda..93773fbf 100644 --- a/docs/user/push-to-create.md +++ b/docs/user/push-to-create.md @@ -1,7 +1,7 @@ --- title: 'Push Options' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/push.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/8d9e2d07f3f84a86265fdbe0ab7fcf63cc34ddbd/docs/content/usage/push.en-us.md' --- ## Push To Create diff --git a/docs/user/token-scope.md b/docs/user/token-scope.md index bb94ca06..03fa6404 100644 --- a/docs/user/token-scope.md +++ b/docs/user/token-scope.md @@ -1,7 +1,7 @@ --- title: 'Access Token scope' 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/8d9e2d07f3f84a86265fdbe0ab7fcf63cc34ddbd/docs/content/development/oauth2-provider.en-us.md' --- Forgejo supports scoped access tokens, which allow users to restrict tokens to operate only on selected url routes. Scopes are grouped by high-level API routes, and further refined to the following: diff --git a/docs/user/webhooks.md b/docs/user/webhooks.md index 405387e9..731f6a70 100644 --- a/docs/user/webhooks.md +++ b/docs/user/webhooks.md @@ -1,7 +1,7 @@ --- title: 'Webhooks' license: 'Apache-2.0' -origin_url: 'https://github.com/go-gitea/gitea/blob/faa28b5a44912f1c63afddab9396bae9e6fe061c/docs/content/doc/usage/webhooks.en-us.md' +origin_url: 'https://github.com/go-gitea/gitea/blob/8d9e2d07f3f84a86265fdbe0ab7fcf63cc34ddbd/docs/content/usage/webhooks.en-us.md' --- Forgejo supports webhooks for repository events. This can be configured in the settings