0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2024-12-22 22:17:10 -05:00

add origin_url when a page is a derived work

This is respectful of author's attribution, even when the license does
not require it.

That will also help a lot with maintenance to get updates when the origin
URL is modified.
This commit is contained in:
Loïc Dachary 2023-03-03 10:33:06 +01:00
parent 021c5e3db7
commit a60e7ff11f
26 changed files with 30 additions and 1 deletions

View file

@ -2,6 +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'
--- ---
## Usage ## Usage

View file

@ -2,6 +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'
--- ---
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

View file

@ -2,6 +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'
--- ---
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.

View file

@ -2,6 +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'
--- ---
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.

View file

@ -2,6 +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'
--- ---
The logging configuration of Forgejo mainly consists of 3 types of components: The logging configuration of Forgejo mainly consists of 3 types of components:

View file

@ -2,6 +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'
--- ---
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.

View file

@ -2,6 +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'
--- ---
Publish [Chef](https://chef.io/) cookbooks for your user or organization. Publish [Chef](https://chef.io/) cookbooks for your user or organization.

View file

@ -2,6 +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'
--- ---
Publish [Composer](https://getcomposer.org/) packages for your user or organization. Publish [Composer](https://getcomposer.org/) packages for your user or organization.

View file

@ -2,6 +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'
--- ---
Publish [Conan](https://conan.io/) packages for your user or organization. Publish [Conan](https://conan.io/) packages for your user or organization.

View file

@ -2,6 +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'
--- ---
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.

View file

@ -2,6 +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'
--- ---
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.

View file

@ -2,6 +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'
--- ---
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.

View file

@ -2,6 +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'
--- ---
Publish [Helm](https://helm.sh/) charts for your user or organization. Publish [Helm](https://helm.sh/) charts for your user or organization.

View file

@ -2,6 +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'
--- ---
Publish [Maven](https://maven.apache.org) packages for your user or organization. Publish [Maven](https://maven.apache.org) packages for your user or organization.

View file

@ -2,6 +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'
--- ---
Publish [npm](https://www.npmjs.com/) packages for your user or organization. Publish [npm](https://www.npmjs.com/) packages for your user or organization.

View file

@ -2,6 +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'
--- ---
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.

View file

@ -2,6 +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'
--- ---
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.

View file

@ -2,6 +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'
--- ---
Publish [PyPI](https://pypi.org/) packages for your user or organization. Publish [PyPI](https://pypi.org/) packages for your user or organization.

View file

@ -2,6 +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'
--- ---
Publish [RubyGems](https://guides.rubygems.org/) packages for your user or organization. Publish [RubyGems](https://guides.rubygems.org/) packages for your user or organization.

View file

@ -2,6 +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'
--- ---
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.

View file

@ -2,6 +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'
--- ---
Publish [Vagrant](https://www.vagrantup.com/) packages for your user or organization. Publish [Vagrant](https://www.vagrantup.com/) packages for your user or organization.

View file

@ -2,6 +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'
--- ---
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

View file

@ -1,7 +1,8 @@
--- ---
layout: '~/layouts/Markdown.astro' layout: '~/layouts/Markdown.astro'
title: 'Upgrade guide' title: 'Upgrade guide'
license: 'Apache-2.0' license: 'CC-BY-SA-4.0'
origin_url: 'https://forgejo.gna.org/Hostea/admin-guide/src/branch/master/README.md'
--- ---
This guide helps Forgejo admins perform upgrades safely and provides guidance to troubleshoot problems. It covers upgrades from Gitea back to version 1.2.0. This guide helps Forgejo admins perform upgrades safely and provides guidance to troubleshoot problems. It covers upgrades from Gitea back to version 1.2.0.

View file

@ -1,6 +1,8 @@
--- ---
layout: '~/layouts/Markdown.astro' layout: '~/layouts/Markdown.astro'
title: 'API Usage' title: 'API Usage'
license: 'Apache-2.0'
origin_url: 'https://github.com/go-gitea/gitea/blob/main/docs/content/doc/developers/api-usage.en-us.md'
--- ---
## Enabling/configuring API access ## Enabling/configuring API access

View file

@ -1,6 +1,8 @@
--- ---
layout: '~/layouts/Markdown.astro' layout: '~/layouts/Markdown.astro'
title: 'Authentication' title: 'Authentication'
license: 'Apache-2.0'
origin_url: 'https://github.com/go-gitea/gitea/blob/main/docs/content/doc/features/authentication.en-us.md'
--- ---
## LDAP (Lightweight Directory Access Protocol) ## LDAP (Lightweight Directory Access Protocol)

View file

@ -1,6 +1,8 @@
--- ---
layout: '~/layouts/Markdown.astro' layout: '~/layouts/Markdown.astro'
title: 'OAuth2 provider' title: 'OAuth2 provider'
license: 'Apache-2.0'
origin_url: 'https://github.com/go-gitea/gitea/blob/main/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.