Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6580de5

Browse files
authored
Bugs, bugs, and more bugs! πŸ› (#21496)
1 parent 23cae18 commit 6580de5

6 files changed

Lines changed: 16 additions & 2 deletions

File tree

β€Žcontent/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server.mdβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ topics:
1616
- Networking
1717
shortTitle: Configure an outbound proxy
1818
---
19+
20+
## About proxies with {% data variables.product.product_name %}
21+
1922
When a proxy server is enabled for {% data variables.product.product_location %}, outbound messages sent by {% data variables.product.prodname_ghe_server %} are first sent through the proxy server, unless the destination host is added as an HTTP proxy exclusion. Types of outbound messages include outgoing webhooks, uploading bundles, and fetching legacy avatars. The proxy server's URL is the protocol, domain or IP address, plus the port number, for example `http://127.0.0.1:8123`.
2023

2124
{% note %}
@@ -24,6 +27,10 @@ When a proxy server is enabled for {% data variables.product.product_location %}
2427

2528
{% endnote %}
2629

30+
{% data reusables.actions.proxy-considerations %} For more information about using {% data variables.product.prodname_actions %} with {% data variables.product.prodname_ghe_server %}, see "[Getting started with {% data variables.product.prodname_actions %} for {% data variables.product.prodname_ghe_server %}](/admin/github-actions/enabling-github-actions-for-github-enterprise-server/getting-started-with-github-actions-for-github-enterprise-server)."
31+
32+
## Configuring an outbound web proxy server
33+
2734
{% data reusables.enterprise_site_admin_settings.access-settings %}
2835
{% data reusables.enterprise_site_admin_settings.management-console %}
2936
{% data reusables.enterprise_management_console.privacy %}

β€Žcontent/admin/github-actions/enabling-github-actions-for-github-enterprise-server/getting-started-with-github-actions-for-github-enterprise-server.mdβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ To enable {% data variables.product.prodname_actions %} on {% data variables.pro
103103

104104
{% endif %}
105105

106+
## Networking considerations
107+
108+
{% data reusables.actions.proxy-considerations %} For more information about using a proxy with {% data variables.product.prodname_ghe_server %}, see "[Configuring an outbound web proxy server](/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server)."
109+
106110
{% ifversion ghes > 2.22 %}
107111

108112
## Enabling {% data variables.product.prodname_actions %} with your storage provider

β€Žcontent/repositories/creating-and-managing-repositories/about-repositories.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Most of the limits below affect both {% data variables.product.product_name %} a
8585

8686
### Text limits
8787

88-
Text files over **1 MB** are always displayed as plain text. Code is not syntax highlighted, and prose files are not converted to HTML (such as Markdown, AsciiDoc, *etc.*).
88+
Text files over **512 KB** are always displayed as plain text. Code is not syntax highlighted, and prose files are not converted to HTML (such as Markdown, AsciiDoc, *etc.*).
8989

9090
Text files over **5 MB** are only available through their raw URLs, which are served through `{% data variables.product.raw_github_com %}`; for example, `https://{% data variables.product.raw_github_com %}/octocat/Spoon-Knife/master/index.html`. Click the **Raw** button to get the raw URL for a file.
9191

β€Žcontent/repositories/index.mdβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Repositories
33
intro: "Learn to use and manage the repositories that allow you to store and collaborate on your project's code."
4+
redirect_from:
5+
- /github/creating-cloning-and-archiving-repositories
46
versions:
57
fpt: '*'
68
ghes: '*'

β€Žcontent/repositories/releasing-projects-on-github/linking-to-releases.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ topics:
1919
3. Alternatively, right click **Latest Release** and copy the URL to share it. The suffix of this URL is always `/releases/latest`.
2020
![Latest release tag](/assets/images/help/releases/release_latest_release_tag.png)
2121

22-
To link directly to a download of your latest release asset, link to `/owner/name/releases/latest/download/asset-name.zip`.
22+
To link directly to a download of your latest release asset that was manually uploaded, link to `/owner/name/releases/latest/download/asset-name.zip`.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
If {% data variables.product.prodname_actions %} is enabled for your enterprise, only HTTP proxies are supported. SOCK5 and HTTPS proxies and Polipo are not supported.

0 commit comments

Comments
Β (0)