forked from github/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Crowdin translations (translation-batch-1612885307) (github#17760)
* New Crowdin translations by Github Action * Revert broken translated files to content from branch * fix known frontmatter errors * Revert broken translated files to content from branch * fix translation errors Co-authored-by: Crowdin Bot <[email protected]> Co-authored-by: Jason Etcovitch <[email protected]>
- Loading branch information
1 parent
a469193
commit 5d608c1
Showing
837 changed files
with
5,896 additions
and
3,147 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
77 changes: 44 additions & 33 deletions
77
...ons/de-DE/content/actions/reference/specifications-for-github-hosted-runners.md
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,7 +73,7 @@ If the server on which you are running | |
{% endif %} | ||
|
||
#### Enabling code scanning for individual repositories | ||
After you configure a self-hosted runner, {% if currentVersion == "[email protected]" %}and provision the actions,{% endif %} users can enable {% data variables.product.prodname_code_scanning %} for individual repositories on {% data variables.product.product_location %}. The default {% data variables.product.prodname_code_scanning %} workflow uses the `on.push` event to trigger a code scan on every push to any branch containing the workflow file. | ||
After you configure a self-hosted runner, {% if currentVersion == "[email protected]" %}and provision the actions,{% endif %} users can enable {% data variables.product.prodname_code_scanning %} for individual repositories on {% data variables.product.product_location %}. For more information, see "[Setting up {% data variables.product.prodname_code_scanning %} for a repository](/github/finding-security-vulnerabilities-and-errors-in-your-code/setting-up-code-scanning-for-a-repository)." | ||
|
||
### Running {% data variables.product.prodname_code_scanning %} using the {% data variables.product.prodname_codeql_runner %} | ||
If you don't want to use {% data variables.product.prodname_actions %}, you can run {% data variables.product.prodname_code_scanning %} using the {% data variables.product.prodname_codeql_runner %}. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,26 @@ versions: | |
|
||
{% endnote %} | ||
|
||
{% if currentVersion ver_gt "[email protected]" and currentVersion ver_lt "[email protected]" %} | ||
|
||
### About minimum requirements for {% data variables.product.prodname_ghe_server %} 3.0 and later | ||
|
||
Before upgrading to {% data variables.product.prodname_ghe_server %} 3.0 or later, review the hardware resources you've provisioned for your instance. {% data variables.product.prodname_ghe_server %} 3.0 introduces new features such as {% data variables.product.prodname_actions %} and {% data variables.product.prodname_registry %}, and requires more resources than versions 2.22 and earlier. For more information, see the [{% data variables.product.prodname_ghe_server %} 3.0 release notes](/[email protected]/admin/release-notes). | ||
|
||
Increased requirements for {% data variables.product.prodname_ghe_server %} 3.0 and later are **bold** in the following table. | ||
|
||
| Benutzerlizenzen | vCPUs | Arbeitsspeicher | Attached-Storage | Root-Storage | | ||
|:---------------------------------------------------------- | -------------------------------:| ---------------------------------------:| ---------------------------------------:| ------------:| | ||
| Test, Demo oder 10 Benutzer mit eingeschränkten Funktionen | **4**<br/>_Up from 2_ | **32 GB**<br/>_Up from 16 GB_ | **150 GB**<br/>_Up from 100 GB_ | 200 GB | | ||
| 10–3000 | **8**<br/>_Up from 4_ | **48 GB**<br/>_Up from 32 GB_ | **300 GB**<br/>_Up from 250 GB_ | 200 GB | | ||
| 3000–5000 | **12**<br/>_Up from 8_ | 64 GB | 500 GB | 200 GB | | ||
| 5000–8000 | **16**<br/>_Up from 12_ | 96 GB | 750 GB | 200 GB | | ||
| 8000–10000+ | **20**<br/>_Up from 16_ | **160 GB**<br/>_Up from 128 GB_ | 1000 GB | 200 GB | | ||
|
||
{% data reusables.enterprise_installation.about-adjusting-resources %} | ||
|
||
{% endif %} | ||
|
||
### Snapshot erstellen | ||
|
||
Ein Snapshot ist ein Checkpoint einer virtuellen Maschine (VM) zu einem bestimmten Zeitpunkt. Es wird dringend empfohlen, ein Snapshot zu erstellen, bevor Sie Ihre virtuelle Maschine upgraden, damit Sie bei einem Fehlschlagen eines Upgrades Ihre VM auf den Snapshot zurücksetzen können. Wenn Sie ein Upgrade auf eine neue Feature-Veröffentlichung durchführen, müssen Sie einen VM-Snapshot erstellen. Wenn Sie ein Upgrade auf eine Patch-Veröffentlichung durchführen, können Sie die vorhandene Daten-Disk anhängen. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,26 +9,42 @@ versions: | |
enterprise-server: '>=2.22' | ||
--- | ||
|
||
{% if currentVersion == "[email protected]" %} | ||
{% note %} | ||
|
||
**Note:** {% data variables.product.prodname_actions %} support on {% data variables.product.prodname_ghe_server %} 2.22 is a limited public beta. Review the external storage requirements below and [sign up for the beta](https://resources.github.com/beta-signup/). | ||
|
||
{% endnote %} | ||
{% endif %} | ||
{% data reusables.actions.enterprise-beta %} | ||
|
||
{% data reusables.actions.enterprise-github-hosted-runners %} | ||
|
||
{% if currentVersion ver_gt "[email protected]" %} | ||
|
||
This article explains how site administrators can configure {% data variables.product.prodname_ghe_server %} to use {% data variables.product.prodname_actions %}. It covers the hardware and software requirements, presents the storage options, and describes the security management policies. | ||
|
||
{% endif %} | ||
|
||
### Review hardware considerations | ||
|
||
{% data reusables.actions.enterprise-hardware-considerations %} | ||
{% if currentVersion == "[email protected]" or currentVersion == "[email protected]" %} | ||
|
||
{% note %} | ||
|
||
**Note**: {% if currentVersion == "[email protected]" %}{% data variables.product.prodname_actions %} was available for {% data variables.product.prodname_ghe_server %} 2.22 as a limited beta. {% endif %}If you're upgrading an existing {% data variables.product.prodname_ghe_server %} instance to 3.0 or later and want to configure {% data variables.product.prodname_actions %}, note that the minimum hardware requirements have increased. Weitere Informationen finden Sie unter „[Upgrade von {% data variables.product.prodname_ghe_server %}](/admin/enterprise-management/upgrading-github-enterprise-server#about-minimum-requirements-for-github-enterprise-server-30-and-later)“. | ||
|
||
{% endnote %} | ||
|
||
{% endif %} | ||
|
||
{% data reusables.actions.enterprise-hardware-considerations %} | ||
|
||
For more information about resource requirements for {% data variables.product.prodname_ghe_server %}, see the hardware considerations for your instance's platform. | ||
|
||
- [AWS](/admin/installation/installing-github-enterprise-server-on-aws#hardware-considerations) | ||
- [Azure](/admin/installation/installing-github-enterprise-server-on-azure#hardware-considerations) | ||
- [Google Cloud Platform](/admin/installation/installing-github-enterprise-server-on-google-cloud-platform#hardware-considerations) | ||
- [Hyper-V](/admin/installation/installing-github-enterprise-server-on-hyper-v#hardware-considerations) | ||
- [OpenStack KVM](/admin/installation/installing-github-enterprise-server-on-openstack-kvm#hardware-considerations) | ||
- [VMware](/admin/installation/installing-github-enterprise-server-on-vmware#hardware-considerations) | ||
- [XenServer](/admin/installation/installing-github-enterprise-server-on-xenserver#hardware-considerations) | ||
|
||
{% data reusables.enterprise_installation.about-adjusting-resources %} | ||
|
||
### External storage requirements | ||
|
||
To enable {% data variables.product.prodname_actions %} on {% data variables.product.prodname_ghe_server %}, you must have access to external blob storage. | ||
|
@@ -55,7 +71,7 @@ To enable {% data variables.product.prodname_actions %} on {% data variables.pro | |
|
||
### Enabling {% data variables.product.prodname_actions %} | ||
|
||
{% data variables.product.prodname_actions %} support on {% data variables.product.prodname_ghe_server %} 2.22 is a limited public beta. [Sign up for the beta](https://resources.github.com/beta-signup/). | ||
{% data variables.product.prodname_actions %} support on {% data variables.product.prodname_ghe_server %} 2.22 was available as a limited beta. To configure {% data variables.product.prodname_actions %} for your instance, upgrade to {% data variables.product.prodname_ghe_server %} 3.0 or later. For more information, see the [{% data variables.product.prodname_ghe_server %} 3.0 release notes](/[email protected]/admin/release-notes) and "[Upgrading {% data variables.product.prodname_ghe_server %}](/admin/enterprise-management/upgrading-github-enterprise-server)." | ||
|
||
### Weiterführende Informationen | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.