mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-12-23 22:20:43 -05:00
use permalinks so they do no break when files move
This commit is contained in:
parent
a60e7ff11f
commit
64508c7935
26 changed files with 26 additions and 26 deletions
|
@ -2,7 +2,7 @@
|
||||||
layout: '~/layouts/Markdown.astro'
|
layout: '~/layouts/Markdown.astro'
|
||||||
title: 'Command Line'
|
title: 'Command Line'
|
||||||
license: 'Apache-2.0'
|
license: 'Apache-2.0'
|
||||||
origin_url: 'https://github.com/go-gitea/gitea/blob/main/docs/content/doc/usage/command-line.en-us.md'
|
origin_url: 'https://github.com/go-gitea/gitea/blob/699f20234b9f7cdbbeeee3be004470c598fa1147/docs/content/doc/usage/command-line.en-us.md'
|
||||||
---
|
---
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
layout: '~/layouts/Markdown.astro'
|
layout: '~/layouts/Markdown.astro'
|
||||||
title: 'Configuration Cheat Sheet'
|
title: 'Configuration Cheat Sheet'
|
||||||
license: 'Apache-2.0'
|
license: 'Apache-2.0'
|
||||||
origin_url: 'https://github.com/go-gitea/gitea/blob/main/docs/content/doc/advanced/config-cheat-sheet.en-us.md'
|
origin_url: 'https://github.com/go-gitea/gitea/blob/699f20234b9f7cdbbeeee3be004470c598fa1147/docs/content/doc/advanced/config-cheat-sheet.en-us.md'
|
||||||
---
|
---
|
||||||
|
|
||||||
This is a cheat sheet for the Forgejo configuration file. It contains most of the settings
|
This is a cheat sheet for the Forgejo configuration file. It contains most of the settings
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
layout: '~/layouts/Markdown.astro'
|
layout: '~/layouts/Markdown.astro'
|
||||||
title: 'Email setup'
|
title: 'Email setup'
|
||||||
license: 'Apache-2.0'
|
license: 'Apache-2.0'
|
||||||
origin_url: 'https://github.com/go-gitea/gitea/blob/main/docs/content/doc/usage/email-setup.en-us.md'
|
origin_url: 'https://github.com/go-gitea/gitea/blob/699f20234b9f7cdbbeeee3be004470c598fa1147/docs/content/doc/usage/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.
|
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.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
layout: '~/layouts/Markdown.astro'
|
layout: '~/layouts/Markdown.astro'
|
||||||
title: 'Incoming Email'
|
title: 'Incoming Email'
|
||||||
license: 'Apache-2.0'
|
license: 'Apache-2.0'
|
||||||
origin_url: 'https://github.com/go-gitea/gitea/blob/main/docs/content/doc/usage/incoming-email.en-us.md'
|
origin_url: 'https://github.com/go-gitea/gitea/blob/699f20234b9f7cdbbeeee3be004470c598fa1147/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.
|
Forgejo supports the execution of several actions through incoming mails. This page describes how to set this up.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
layout: '~/layouts/Markdown.astro'
|
layout: '~/layouts/Markdown.astro'
|
||||||
title: 'Logging Configuration'
|
title: 'Logging Configuration'
|
||||||
license: 'Apache-2.0'
|
license: 'Apache-2.0'
|
||||||
origin_url: 'https://github.com/go-gitea/gitea/blob/main/docs/content/doc/advanced/logging-documentation.en-us.md'
|
origin_url: 'https://github.com/go-gitea/gitea/blob/699f20234b9f7cdbbeeee3be004470c598fa1147/docs/content/doc/advanced/logging-documentation.en-us.md'
|
||||||
---
|
---
|
||||||
|
|
||||||
The logging configuration of Forgejo mainly consists of 3 types of components:
|
The logging configuration of Forgejo mainly consists of 3 types of components:
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
layout: '~/layouts/Markdown.astro'
|
layout: '~/layouts/Markdown.astro'
|
||||||
title: 'Cargo Packages Repository'
|
title: 'Cargo Packages Repository'
|
||||||
license: 'Apache-2.0'
|
license: 'Apache-2.0'
|
||||||
origin_url: 'https://github.com/go-gitea/gitea/blob/main/docs/content/doc/packages/cargo.en-us.md'
|
origin_url: 'https://github.com/go-gitea/gitea/blob/699f20234b9f7cdbbeeee3be004470c598fa1147/docs/content/doc/packages/cargo.en-us.md'
|
||||||
---
|
---
|
||||||
|
|
||||||
Publish [Cargo](https://doc.rust-lang.org/stable/cargo/) packages for your user or organization.
|
Publish [Cargo](https://doc.rust-lang.org/stable/cargo/) packages for your user or organization.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
layout: '~/layouts/Markdown.astro'
|
layout: '~/layouts/Markdown.astro'
|
||||||
title: 'Chef Packages Repository'
|
title: 'Chef Packages Repository'
|
||||||
license: 'Apache-2.0'
|
license: 'Apache-2.0'
|
||||||
origin_url: 'https://github.com/go-gitea/gitea/blob/main/docs/content/doc/packages/chef.en-us.md'
|
origin_url: 'https://github.com/go-gitea/gitea/blob/699f20234b9f7cdbbeeee3be004470c598fa1147/docs/content/doc/packages/chef.en-us.md'
|
||||||
---
|
---
|
||||||
|
|
||||||
Publish [Chef](https://chef.io/) cookbooks for your user or organization.
|
Publish [Chef](https://chef.io/) cookbooks for your user or organization.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
layout: '~/layouts/Markdown.astro'
|
layout: '~/layouts/Markdown.astro'
|
||||||
title: 'Composer Packages Repository'
|
title: 'Composer Packages Repository'
|
||||||
license: 'Apache-2.0'
|
license: 'Apache-2.0'
|
||||||
origin_url: 'https://github.com/go-gitea/gitea/blob/main/docs/content/doc/packages/composer.en-us.md'
|
origin_url: 'https://github.com/go-gitea/gitea/blob/699f20234b9f7cdbbeeee3be004470c598fa1147/docs/content/doc/packages/composer.en-us.md'
|
||||||
---
|
---
|
||||||
|
|
||||||
Publish [Composer](https://getcomposer.org/) packages for your user or organization.
|
Publish [Composer](https://getcomposer.org/) packages for your user or organization.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
layout: '~/layouts/Markdown.astro'
|
layout: '~/layouts/Markdown.astro'
|
||||||
title: 'Conan Packages Repository'
|
title: 'Conan Packages Repository'
|
||||||
license: 'Apache-2.0'
|
license: 'Apache-2.0'
|
||||||
origin_url: 'https://github.com/go-gitea/gitea/blob/main/docs/content/doc/packages/conan.en-us.md'
|
origin_url: 'https://github.com/go-gitea/gitea/blob/699f20234b9f7cdbbeeee3be004470c598fa1147/docs/content/doc/packages/conan.en-us.md'
|
||||||
---
|
---
|
||||||
|
|
||||||
Publish [Conan](https://conan.io/) packages for your user or organization.
|
Publish [Conan](https://conan.io/) packages for your user or organization.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
layout: '~/layouts/Markdown.astro'
|
layout: '~/layouts/Markdown.astro'
|
||||||
title: 'Conda Packages Repository'
|
title: 'Conda Packages Repository'
|
||||||
license: 'Apache-2.0'
|
license: 'Apache-2.0'
|
||||||
origin_url: 'https://github.com/go-gitea/gitea/blob/main/docs/content/doc/packages/conda.en-us.md'
|
origin_url: 'https://github.com/go-gitea/gitea/blob/699f20234b9f7cdbbeeee3be004470c598fa1147/docs/content/doc/packages/conda.en-us.md'
|
||||||
---
|
---
|
||||||
|
|
||||||
Publish [Conda](https://docs.conda.io/en/latest/) packages for your user or organization.
|
Publish [Conda](https://docs.conda.io/en/latest/) packages for your user or organization.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
layout: '~/layouts/Markdown.astro'
|
layout: '~/layouts/Markdown.astro'
|
||||||
title: 'Container Registry'
|
title: 'Container Registry'
|
||||||
license: 'Apache-2.0'
|
license: 'Apache-2.0'
|
||||||
origin_url: 'https://github.com/go-gitea/gitea/blob/main/docs/content/doc/packages/container.en-us.md'
|
origin_url: 'https://github.com/go-gitea/gitea/blob/699f20234b9f7cdbbeeee3be004470c598fa1147/docs/content/doc/packages/container.en-us.md'
|
||||||
---
|
---
|
||||||
|
|
||||||
Publish [Open Container Initiative](https://opencontainers.org/) compliant images for your user or organization.
|
Publish [Open Container Initiative](https://opencontainers.org/) compliant images for your user or organization.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
layout: '~/layouts/Markdown.astro'
|
layout: '~/layouts/Markdown.astro'
|
||||||
title: 'Generic Packages Repository'
|
title: 'Generic Packages Repository'
|
||||||
license: 'Apache-2.0'
|
license: 'Apache-2.0'
|
||||||
origin_url: 'https://github.com/go-gitea/gitea/blob/main/docs/content/doc/packages/generic.en-us.md'
|
origin_url: 'https://github.com/go-gitea/gitea/blob/699f20234b9f7cdbbeeee3be004470c598fa1147/docs/content/doc/packages/generic.en-us.md'
|
||||||
---
|
---
|
||||||
|
|
||||||
Publish generic files, like release binaries or other output, for your user or organization.
|
Publish generic files, like release binaries or other output, for your user or organization.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
layout: '~/layouts/Markdown.astro'
|
layout: '~/layouts/Markdown.astro'
|
||||||
title: 'Helm Chart Registry'
|
title: 'Helm Chart Registry'
|
||||||
license: 'Apache-2.0'
|
license: 'Apache-2.0'
|
||||||
origin_url: 'https://github.com/go-gitea/gitea/blob/main/docs/content/doc/packages/helm.en-us.md'
|
origin_url: 'https://github.com/go-gitea/gitea/blob/699f20234b9f7cdbbeeee3be004470c598fa1147/docs/content/doc/packages/helm.en-us.md'
|
||||||
---
|
---
|
||||||
|
|
||||||
Publish [Helm](https://helm.sh/) charts for your user or organization.
|
Publish [Helm](https://helm.sh/) charts for your user or organization.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
layout: '~/layouts/Markdown.astro'
|
layout: '~/layouts/Markdown.astro'
|
||||||
title: 'Maven Packages Repository'
|
title: 'Maven Packages Repository'
|
||||||
license: 'Apache-2.0'
|
license: 'Apache-2.0'
|
||||||
origin_url: 'https://github.com/go-gitea/gitea/blob/main/docs/content/doc/packages/maven.en-us.md'
|
origin_url: 'https://github.com/go-gitea/gitea/blob/699f20234b9f7cdbbeeee3be004470c598fa1147/docs/content/doc/packages/maven.en-us.md'
|
||||||
---
|
---
|
||||||
|
|
||||||
Publish [Maven](https://maven.apache.org) packages for your user or organization.
|
Publish [Maven](https://maven.apache.org) packages for your user or organization.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
layout: '~/layouts/Markdown.astro'
|
layout: '~/layouts/Markdown.astro'
|
||||||
title: 'npm Packages Repository'
|
title: 'npm Packages Repository'
|
||||||
license: 'Apache-2.0'
|
license: 'Apache-2.0'
|
||||||
origin_url: 'https://github.com/go-gitea/gitea/blob/main/docs/content/doc/packages/npm.en-us.md'
|
origin_url: 'https://github.com/go-gitea/gitea/blob/699f20234b9f7cdbbeeee3be004470c598fa1147/docs/content/doc/packages/npm.en-us.md'
|
||||||
---
|
---
|
||||||
|
|
||||||
Publish [npm](https://www.npmjs.com/) packages for your user or organization.
|
Publish [npm](https://www.npmjs.com/) packages for your user or organization.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
layout: '~/layouts/Markdown.astro'
|
layout: '~/layouts/Markdown.astro'
|
||||||
title: 'NuGet Packages Repository'
|
title: 'NuGet Packages Repository'
|
||||||
license: 'Apache-2.0'
|
license: 'Apache-2.0'
|
||||||
origin_url: 'https://github.com/go-gitea/gitea/blob/main/docs/content/doc/packages/nuget.en-us.md'
|
origin_url: 'https://github.com/go-gitea/gitea/blob/699f20234b9f7cdbbeeee3be004470c598fa1147/docs/content/doc/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.
|
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.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
layout: '~/layouts/Markdown.astro'
|
layout: '~/layouts/Markdown.astro'
|
||||||
title: 'Pub Packages Repository'
|
title: 'Pub Packages Repository'
|
||||||
license: 'Apache-2.0'
|
license: 'Apache-2.0'
|
||||||
origin_url: 'https://github.com/go-gitea/gitea/blob/main/docs/content/doc/packages/pub.en-us.md'
|
origin_url: 'https://github.com/go-gitea/gitea/blob/699f20234b9f7cdbbeeee3be004470c598fa1147/docs/content/doc/packages/pub.en-us.md'
|
||||||
---
|
---
|
||||||
|
|
||||||
Publish [Pub](https://dart.dev/guides/packages) packages for your user or organization.
|
Publish [Pub](https://dart.dev/guides/packages) packages for your user or organization.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
layout: '~/layouts/Markdown.astro'
|
layout: '~/layouts/Markdown.astro'
|
||||||
title: 'PyPI Packages Repository'
|
title: 'PyPI Packages Repository'
|
||||||
license: 'Apache-2.0'
|
license: 'Apache-2.0'
|
||||||
origin_url: 'https://github.com/go-gitea/gitea/blob/main/docs/content/doc/packages/pypi.en-us.md'
|
origin_url: 'https://github.com/go-gitea/gitea/blob/699f20234b9f7cdbbeeee3be004470c598fa1147/docs/content/doc/packages/pypi.en-us.md'
|
||||||
---
|
---
|
||||||
|
|
||||||
Publish [PyPI](https://pypi.org/) packages for your user or organization.
|
Publish [PyPI](https://pypi.org/) packages for your user or organization.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
layout: '~/layouts/Markdown.astro'
|
layout: '~/layouts/Markdown.astro'
|
||||||
title: 'RubyGems Packages Repository'
|
title: 'RubyGems Packages Repository'
|
||||||
license: 'Apache-2.0'
|
license: 'Apache-2.0'
|
||||||
origin_url: 'https://github.com/go-gitea/gitea/blob/main/docs/content/doc/packages/rubygems.en-us.md'
|
origin_url: 'https://github.com/go-gitea/gitea/blob/699f20234b9f7cdbbeeee3be004470c598fa1147/docs/content/doc/packages/rubygems.en-us.md'
|
||||||
---
|
---
|
||||||
|
|
||||||
Publish [RubyGems](https://guides.rubygems.org/) packages for your user or organization.
|
Publish [RubyGems](https://guides.rubygems.org/) packages for your user or organization.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
layout: '~/layouts/Markdown.astro'
|
layout: '~/layouts/Markdown.astro'
|
||||||
title: 'Storage'
|
title: 'Storage'
|
||||||
license: 'Apache-2.0'
|
license: 'Apache-2.0'
|
||||||
origin_url: 'https://github.com/go-gitea/gitea/blob/main/docs/content/doc/packages/storage.en-us.md'
|
origin_url: 'https://github.com/go-gitea/gitea/blob/699f20234b9f7cdbbeeee3be004470c598fa1147/docs/content/doc/packages/storage.en-us.md'
|
||||||
---
|
---
|
||||||
|
|
||||||
This document describes the storage of the package registry and how it can be managed.
|
This document describes the storage of the package registry and how it can be managed.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
layout: '~/layouts/Markdown.astro'
|
layout: '~/layouts/Markdown.astro'
|
||||||
title: 'Vagrant Packages Repository'
|
title: 'Vagrant Packages Repository'
|
||||||
license: 'Apache-2.0'
|
license: 'Apache-2.0'
|
||||||
origin_url: 'https://github.com/go-gitea/gitea/blob/main/docs/content/doc/packages/vagrant.en-us.md'
|
origin_url: 'https://github.com/go-gitea/gitea/blob/699f20234b9f7cdbbeeee3be004470c598fa1147/docs/content/doc/packages/vagrant.en-us.md'
|
||||||
---
|
---
|
||||||
|
|
||||||
Publish [Vagrant](https://www.vagrantup.com/) packages for your user or organization.
|
Publish [Vagrant](https://www.vagrantup.com/) packages for your user or organization.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
layout: '~/layouts/Markdown.astro'
|
layout: '~/layouts/Markdown.astro'
|
||||||
title: 'Reverse proxy'
|
title: 'Reverse proxy'
|
||||||
license: 'Apache-2.0'
|
license: 'Apache-2.0'
|
||||||
origin_url: 'https://github.com/go-gitea/gitea/blob/main/docs/content/doc/features/authentication.en-us.md'
|
origin_url: 'https://github.com/go-gitea/gitea/blob/699f20234b9f7cdbbeeee3be004470c598fa1147/docs/content/doc/features/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
|
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
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
layout: '~/layouts/Markdown.astro'
|
layout: '~/layouts/Markdown.astro'
|
||||||
title: 'API Usage'
|
title: 'API Usage'
|
||||||
license: 'Apache-2.0'
|
license: 'Apache-2.0'
|
||||||
origin_url: 'https://github.com/go-gitea/gitea/blob/main/docs/content/doc/developers/api-usage.en-us.md'
|
origin_url: 'https://github.com/go-gitea/gitea/blob/699f20234b9f7cdbbeeee3be004470c598fa1147/docs/content/doc/developers/api-usage.en-us.md'
|
||||||
---
|
---
|
||||||
|
|
||||||
## Enabling/configuring API access
|
## Enabling/configuring API access
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
layout: '~/layouts/Markdown.astro'
|
layout: '~/layouts/Markdown.astro'
|
||||||
title: 'Authentication'
|
title: 'Authentication'
|
||||||
license: 'Apache-2.0'
|
license: 'Apache-2.0'
|
||||||
origin_url: 'https://github.com/go-gitea/gitea/blob/main/docs/content/doc/features/authentication.en-us.md'
|
origin_url: 'https://github.com/go-gitea/gitea/blob/699f20234b9f7cdbbeeee3be004470c598fa1147/docs/content/doc/features/authentication.en-us.md'
|
||||||
---
|
---
|
||||||
|
|
||||||
## LDAP (Lightweight Directory Access Protocol)
|
## LDAP (Lightweight Directory Access Protocol)
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
layout: '~/layouts/Markdown.astro'
|
layout: '~/layouts/Markdown.astro'
|
||||||
title: Your First Repository
|
title: Your First Repository
|
||||||
license: 'CC-BY-SA-4.0'
|
license: 'CC-BY-SA-4.0'
|
||||||
origin_url: 'https://codeberg.org/Codeberg/Documentation/src/branch/main/content/getting-started/first-repository.md'
|
origin_url: 'https://codeberg.org/Codeberg/Documentation/src/commit/ceec82002bbdc62cf27974e84df51369a4bfe0f9/content/getting-started/first-repository.md'
|
||||||
---
|
---
|
||||||
|
|
||||||
Almost everything on Forgejo happens in a repository. Think of a repository as a home for your project, where all of its source code can be organized using Git, as well as where you can track issues and read and write wikis.
|
Almost everything on Forgejo happens in a repository. Think of a repository as a home for your project, where all of its source code can be organized using Git, as well as where you can track issues and read and write wikis.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
layout: '~/layouts/Markdown.astro'
|
layout: '~/layouts/Markdown.astro'
|
||||||
title: 'OAuth2 provider'
|
title: 'OAuth2 provider'
|
||||||
license: 'Apache-2.0'
|
license: 'Apache-2.0'
|
||||||
origin_url: 'https://github.com/go-gitea/gitea/blob/main/docs/content/doc/developers/oauth2-provider.en-us.md'
|
origin_url: 'https://github.com/go-gitea/gitea/blob/699f20234b9f7cdbbeeee3be004470c598fa1147/docs/content/doc/developers/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.
|
Forgejo supports acting as an OAuth2 provider to allow third party applications to access its resources with the user's consent.
|
||||||
|
|
Loading…
Reference in a new issue