ποΈ Actions
6 items
ποΈ Packages
23 items
ποΈ Authentication
LDAP (Lightweight Directory Access Protocol)
ποΈ AGit Setup
In Gitea 1.13, support for AGit was added. AGit enables users to create pull requests directly, even without write permissions of the repository, eliminating the need to fork it. This helps reduce the number of duplicated repositories and minimizes unnecessary disk usage.
ποΈ Profile READMEs
To display a markdown file in your Gitea profile page, simply make a repository named ".profile" and edit the README.md file inside. Gitea will automatically pull this file in and display it above your repositories.
ποΈ Incoming Email
Gitea supports the execution of several actions through incoming mails. This page describes how to set this up.
ποΈ Labels
You can use labels to classify issues and pull requests and to improve your overview over them.
ποΈ Pull Request
A Pull Request (PR) is a way to propose changes to a repository.
ποΈ Permissions
Gitea supports permissions for repository so that you can give different access for different people. At first, we need to know about Unit.
ποΈ Template Repositories
Gitea 1.11.0 and above includes template repositories, and one feature implemented with them is auto-expansion of specific variables within your template files.
ποΈ Issue and Pull Request Templates
Some projects have a standard list of questions that users need to answer
ποΈ Automatically Linked References
When an issue, pull request or comment is posted, the text description is parsed
ποΈ Merge Message templates
File names
ποΈ Push
There are some additional features when pushing commits to Gitea server.
ποΈ Clone filters (partial clone)
Git introduces --filter option to git clone command, which filters out
ποΈ Webhooks
Gitea supports webhooks for repository events. This can be configured in the settings
ποΈ Protected tags
Protected tags allow control over who has permission to create or update Git tags. Each rule allows you to match either an individual tag name, or use an appropriate pattern to control multiple tags at once.
ποΈ Repository Mirror
Repository mirroring allows for the mirroring of repositories to and from external sources. You can use it to mirror branches, tags, and commits between repositories.
ποΈ Secrets
Secrets allow you to store sensitive information in your user, organization or repository.
ποΈ Multi-factor Authentication (MFA)
Multi-factor Authentication (also referred to as MFA or 2FA) enhances security by requiring a time-sensitive set of credentials in addition to a password.