Skip to content

Commit 49d8cdc

Browse files
authored
Merge pull request #22528 from github/repo-sync
repo sync
2 parents b2988c1 + 7b2324c commit 49d8cdc

File tree

38 files changed

+1388
-1324
lines changed

38 files changed

+1388
-1324
lines changed

content/admin/overview/about-github-for-enterprises.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ topics:
1717

1818
Developers can store and version control your source code in repositories, using issues and projects to plan and track their work. They can code in a cloud-hosted development environment, {% data variables.product.prodname_github_codespaces %}, then review each other's code changes with pull requests, using code security features to keep secrets and vulnerabilities out of your codebase. Finally, you can automate your build, test, and deployment pipeline with {% data variables.product.prodname_actions %} and host software packages with {% data variables.product.prodname_registry %}.
1919

20-
When businesses adopt {% data variables.product.prodname_enterprise %}, their return on investment (ROI) is high. For example, their developers save 45 minutes per day, and onboarding and training time is reduced by 40%. For more information, see [The Total Economic Impact of {% data variables.product.prodname_enterprise %}](https://resources.github.com/downloads/TEI-of-GitHub-Enterprise.pdf).
20+
When businesses adopt {% data variables.product.prodname_enterprise %}, their return on investment (ROI) is high. For example, their developers save 45 minutes per day, and onboarding and training time is reduced by 40%. For more information, see [The Total Economic Impact of {% data variables.product.prodname_enterprise %}](https://resources.github.com/forrester/).
2121

2222
To simplify administration for all the stages in the software development lifecycle, we provide a single point of visibility and management called an enterprise account. Enterprise accounts enable you to manage billing and settings, enforce policy, and audit the people with access to your enterprise's resources. For more information, see "[About enterprise accounts](/admin/overview/about-enterprise-accounts)."
2323

translations/de-DE/content/actions/creating-actions/creating-a-javascript-action.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,3 +271,10 @@ jobs:
271271
From your repository, click the **Actions** tab, and select the latest workflow run. Under **Jobs** or in the visualization graph, click **A job to say hello**. You should see "Hello Mona the Octocat" or the name you used for the `who-to-greet` input and the timestamp printed in the log.
272272

273273
![A screenshot of using your action in a workflow](/assets/images/help/repository/javascript-action-workflow-run-updated-2.png)
274+
275+
## Template repositories for creating JavaScript actions
276+
277+
{% data variables.product.prodname_dotcom %} provides template repositories for creating JavaScript and TypeScript actions. You can use these templates to quickly get started with creating a new action that includes tests, linting, and other recommended practices.
278+
279+
* [`javascript-action` template repository](https://github.com/actions/javascript-action)
280+
* [`typescript-action` template repository](https://github.com/actions/typescript-action)

translations/de-DE/content/admin/configuration/configuring-network-settings/enabling-subdomain-isolation.md

Lines changed: 26 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -23,29 +23,36 @@ Subdomain isolation mitigates cross-site scripting and other related vulnerabili
2323

2424
When subdomain isolation is enabled, {% data variables.product.prodname_ghe_server %} replaces several paths with subdomains. After enabling subdomain isolation, attempts to access the previous paths for some user-supplied content, such as `http(s)://HOSTNAME/raw/`, may return `404` errors.
2525

26+
{% data reusables.enterprise_site_admin_settings.3-7-new-subdomains %}
27+
2628
| Path without subdomain isolation | Path with subdomain isolation |
2729
| --- | --- |
28-
| `http(s)://HOSTNAME/assets/` | `http(s)://assets.HOSTNAME/` |
29-
| `http(s)://HOSTNAME/avatars/` | `http(s)://avatars.HOSTNAME/` |
30-
| `http(s)://HOSTNAME/codeload/` | `http(s)://codeload.HOSTNAME/` |
31-
| `http(s)://HOSTNAME/gist/` | `http(s)://gist.HOSTNAME/` |
32-
| `http(s)://HOSTNAME/media/` | `http(s)://media.HOSTNAME/` |
33-
| `http(s)://HOSTNAME/pages/` | `http(s)://pages.HOSTNAME/` |
34-
| `http(s)://HOSTNAME/raw/` | `http(s)://raw.HOSTNAME/` |
30+
| `http(s)://HOSTNAME/` | `http(s)://docker.HOSTNAME/` |
31+
| `http(s)://HOSTNAME/_registry/npm/` | `https://npm.HOSTNAME/` |
32+
| `http(s)://HOSTNAME/_registry/rubygems/` | `https://rubygems.HOSTNAME/` |
33+
| `http(s)://HOSTNAME/_registry/maven/` | `https://maven.HOSTNAME/` |
34+
| `http(s)://HOSTNAME/_registry/nuget/` | `https://nuget.HOSTNAME/` |
35+
| `http(s)://HOSTNAME/assets/` | `http(s)://assets.HOSTNAME/` |
36+
| `http(s)://HOSTNAME/avatars/` | `http(s)://avatars.HOSTNAME/` |
37+
| `http(s)://HOSTNAME/codeload/` | `http(s)://codeload.HOSTNAME/` |
38+
| `http(s)://HOSTNAME/gist/` | `http(s)://gist.HOSTNAME/` |
39+
| `http(s)://HOSTNAME/media/` | `http(s)://media.HOSTNAME/` |
3540
{%- ifversion viewscreen-and-notebooks %}
36-
| `http(s)://HOSTNAME/viewscreen/` | `http(s)://viewscreen.HOSTNAME/` |
37-
| `http(s)://HOSTNAME/notebooks/` | `http(s)://notebooks.HOSTNAME/` |
38-
{%- else %}
39-
| `http(s)://HOSTNAME/render/` | `http(s)://render.HOSTNAME/` |
41+
| `http(s)://HOSTNAME/notebooks/` | `http(s)://notebooks.HOSTNAME/` |
42+
{%- endif %}
43+
| `http(s)://HOSTNAME/pages/` | `http(s)://pages.HOSTNAME/` |
44+
| `http(s)://HOSTNAME/raw/` | `http(s)://raw.HOSTNAME/` |
45+
{%- ifversion ghes < 3.7 %}
46+
| `http(s)://HOSTNAME/render/` | `http(s)://render.HOSTNAME/` |
47+
{%- endif %}
48+
| `http(s)://HOSTNAME/reply/` | `http(s)://reply.HOSTNAME/` |
49+
| `http(s)://HOSTNAME/uploads/` | `http(s)://uploads.HOSTNAME/` |
50+
{%- ifversion viewscreen-and-notebooks %}
51+
| `http(s)://HOSTNAME/viewscreen/` | `http(s)://viewscreen.HOSTNAME/` |
52+
{%- endif %}
53+
{%- ifversion ghes > 3.4 %}
54+
| Not supported | `https://containers.HOSTNAME/` |
4055
{%- endif %}
41-
| `http(s)://HOSTNAME/reply/` | `http(s)://reply.HOSTNAME/` |
42-
| `http(s)://HOSTNAME/uploads/` | `http(s)://uploads.HOSTNAME/` | {% ifversion ghes %}
43-
| `https://HOSTNAME/` | `http(s)://docker.HOSTNAME/`{% endif %}{% ifversion ghes %}
44-
| `https://HOSTNAME/_registry/npm/` | `https://npm.HOSTNAME/`
45-
| `https://HOSTNAME/_registry/rubygems/` | `https://rubygems.HOSTNAME/`
46-
| `https://HOSTNAME/_registry/maven/` | `https://maven.HOSTNAME/`
47-
| `https://HOSTNAME/_registry/nuget/` | `https://nuget.HOSTNAME/`{% endif %}{% ifversion ghes > 3.4 %}
48-
| Not supported | `https://containers.HOSTNAME/` |{% endif %}
4956

5057
## Prerequisites
5158

Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Enabling GitHub Actions with MinIO storage
3-
intro: 'You can enable {% data variables.product.prodname_actions %} on {% data variables.product.prodname_ghe_server %} and use MinIO storage to store data generated by workflow runs.'
2+
title: Aktivieren von GitHub Actions mit dem MinIO-Speicher
3+
intro: 'Du kannst {% data variables.product.prodname_actions %} auf {% data variables.product.prodname_ghe_server %} aktivieren und MinIO zum Speichern von Daten verwenden, die durch Workflowausführungen generiert wurden.'
44
permissions: 'Site administrators can enable {% data variables.product.prodname_actions %} and configure enterprise settings.'
55
versions:
66
ghes: '*'
@@ -14,36 +14,35 @@ redirect_from:
1414
- /admin/github-actions/enabling-github-actions-with-minio-gateway-for-nas-storage
1515
- /admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-minio-gateway-for-nas-storage
1616
shortTitle: MinIO storage
17+
ms.openlocfilehash: 3d9c6cfca6b81a66185515c8757cef22290ead30
18+
ms.sourcegitcommit: 8f1801040a84ca9353899a2d1e6782c702aaed0d
19+
ms.translationtype: HT
20+
ms.contentlocale: de-DE
21+
ms.lasthandoff: 11/16/2022
22+
ms.locfileid: '148166569'
1723
---
24+
## Voraussetzungen
1825

19-
## Prerequisites
26+
Stelle vor dem Aktivieren von {% data variables.product.prodname_actions %} sicher, dass du die folgenden Schritte ausgeführt hast:
2027

21-
Before enabling {% data variables.product.prodname_actions %}, make sure you have completed the following steps:
28+
* Erstelle deinen MinIO-Bucket zum Speichern von Daten, die von Workflowausführungen generiert werden. Weitere Informationen zum Installieren und Konfigurieren von MinIO findest du unter [MinIO High Performance Object Storage](https://min.io/docs/minio/container/index.html) (Hochleistungsobjektspeicher von MinIO) und [mc mb](https://min.io/docs/minio/linux/reference/minio-mc/mc-mb.html) in der MinIO-Dokumentation.
2229

23-
* Create your MinIO bucket for storing data generated by workflow runs. For more information about installing and configuring MinIO, see "[MinIO High Performance Object Storage](https://min.io/docs/minio/container/index.html)" and "[mc mb](https://min.io/docs/minio/linux/reference/minio-mc/mc-mb.html)" in the MinIO documentation.
30+
Um Ressourcenkonflikte in der Appliance zu vermeiden, empfehlen wir, MinIO separat von {% data variables.location.product_location %} zu hosten.
2431

25-
To avoid resource contention on the appliance, we recommend that MinIO be hosted separately from {% data variables.location.product_location %}.
32+
{% indented_data_reference reusables.actions.enterprise-s3-permission spaces=2 %} {% data reusables.actions.enterprise-common-prereqs %}
2633

27-
{% indented_data_reference reusables.actions.enterprise-s3-permission spaces=2 %}
28-
{% data reusables.actions.enterprise-common-prereqs %}
34+
## Aktivieren von {% data variables.product.prodname_actions %} mit dem MinIO-Speicher
2935

30-
## Enabling {% data variables.product.prodname_actions %} with MinIO storage
36+
{% data reusables.enterprise_site_admin_settings.access-settings %} {% data reusables.enterprise_site_admin_settings.management-console %} {% data reusables.enterprise_management_console.actions %} {% data reusables.actions.enterprise-enable-checkbox %}
37+
1. Wähle unter "Artefakt- und Protokollspeicher" die Option **Amazon S3** aus, und gib die Details des Speicherbuckets ein:
3138

32-
{% data reusables.enterprise_site_admin_settings.access-settings %}
33-
{% data reusables.enterprise_site_admin_settings.management-console %}
34-
{% data reusables.enterprise_management_console.actions %}
35-
{% data reusables.actions.enterprise-enable-checkbox %}
36-
1. Under "Artifact & Log Storage", select **Amazon S3**, and enter your storage bucket's details:
39+
* **AWS-Service-URL**: Die URL für deinen MinIO-Service. Beispiel: `https://my-minio.example:9000`.
40+
* **AWS S3 Bucket**: Der Name deines S3-Buckets.
41+
* **AWS S3-Zugriffsschlüssel und Geheimer AWS S3****-Schlüssel**: `MINIO_ACCESS_KEY` und `MINIO_SECRET_KEY`, verwendet für deine MinIO-Instanz.
3742

38-
* **AWS Service URL**: The URL to your MinIO service. For example, `https://my-minio.example:9000`.
39-
* **AWS S3 Bucket**: The name of your S3 bucket.
40-
* **AWS S3 Access Key** and **AWS S3 Secret Key**: The `MINIO_ACCESS_KEY` and `MINIO_SECRET_KEY` used for your MinIO instance.
43+
![Optionsschaltfläche zum Auswählen von Amazon S3 Storage und der Felder für die MinIO-Konfiguration](/assets/images/enterprise/management-console/actions-minio-s3-storage.png)
44+
1. Wähle unter "Artifact & Log Storage" (Artefakte & Protokoll Storage) die Option **Pfadformat erzwingen** aus.
4145

42-
![Radio button for selecting Amazon S3 Storage and fields for MinIO configuration](/assets/images/enterprise/management-console/actions-minio-s3-storage.png)
43-
1. Under "Artifact & Log Storage", select **Force path style**.
44-
45-
![Checkbox to Force path style](/assets/images/enterprise/management-console/actions-minio-force-path-style.png)
46-
{% data reusables.enterprise_management_console.test-storage-button %}
47-
{% data reusables.enterprise_management_console.save-settings %}
46+
![Kontrollkästchen „Pfadformat erzwingen“](/assets/images/enterprise/management-console/actions-minio-force-path-style.png) {% data reusables.enterprise_management_console.test-storage-button %} {% data reusables.enterprise_management_console.save-settings %}
4847

4948
{% data reusables.actions.enterprise-postinstall-nextsteps %}

0 commit comments

Comments
 (0)